offset            175 daemons/controld/controld_messages.c     int offset = 0;
offset            183 daemons/controld/controld_messages.c                             offset++, data->id, fsa_input2string(data->fsa_input),
offset             24 daemons/controld/controld_te_actions.c static void te_update_job_count(pcmk__graph_action_t *action, int offset);
offset            504 daemons/controld/controld_te_actions.c te_update_job_count_on(const char *target, int offset, bool migrate)
offset            519 daemons/controld/controld_te_actions.c     r->jobs += offset;
offset            521 daemons/controld/controld_te_actions.c         r->migrate_jobs += offset;
offset            527 daemons/controld/controld_te_actions.c te_update_job_count(pcmk__graph_action_t *action, int offset)
offset            552 daemons/controld/controld_te_actions.c         te_update_job_count_on(t1, offset, TRUE);
offset            553 daemons/controld/controld_te_actions.c         te_update_job_count_on(t2, offset, TRUE);
offset            559 daemons/controld/controld_te_actions.c     te_update_job_count_on(target, offset, FALSE);
offset             27 include/crm/common/bundles_internal.h     int offset;                 //!< 0-origin index of this instance in bundle
offset             42 include/crm/common/iso8601_internal.h     int offset;                 /* Seconds */
offset             42 lib/common/attrs.c         size_t offset = sizeof(OCF_RESKEY_PREFIX) - 1;
offset             48 lib/common/attrs.c         snprintf(buf + offset, sizeof(buf) - offset, "%s", target_var);
offset             51 lib/common/attrs.c         snprintf(buf + offset, sizeof(buf) - offset, "%s", phys_var);
offset             43 lib/common/io.c     int offset = 1, len = 0;
offset             50 lib/common/io.c     for (len = strlen(path); offset < len; offset++) {
offset             51 lib/common/io.c         if (path[offset] == '/') {
offset             52 lib/common/io.c             path[offset] = 0;
offset             57 lib/common/io.c             path[offset] = '/';
offset             75 lib/common/iso8601.c     int offset;     // Seconds offset from UTC (date/time only)
offset             95 lib/common/iso8601.c     utc->offset = 0;
offset             97 lib/common/iso8601.c     if (dt->offset) {
offset             98 lib/common/iso8601.c         crm_time_add_seconds(utc, -dt->offset);
offset            146 lib/common/iso8601.c                            || t->offset || t->duration);
offset            489 lib/common/iso8601.c sec_usec_as_string(long long sec, int usec, char *buf, size_t *offset)
offset            491 lib/common/iso8601.c     *offset += snprintf(buf + *offset, DATE_MAX - *offset, "%s%lld.%06d",
offset            509 lib/common/iso8601.c     size_t offset = 0;
offset            514 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, "%4d year%s ",
offset            518 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, "%2d month%s ",
offset            522 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, "%2d day%s ",
offset            527 lib/common/iso8601.c     if ((offset == 0) || (dt->seconds != 0) || (show_usec && (usec != 0))) {
offset            529 lib/common/iso8601.c             sec_usec_as_string(dt->seconds, usec, result, &offset);
offset            531 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset, "%d",
offset            534 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, " second%s",
offset            549 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, " (");
offset            552 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset,
offset            558 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset,
offset            565 lib/common/iso8601.c                 sec_usec_as_string(s, u, result, &offset);
offset            567 lib/common/iso8601.c                 offset += snprintf(result + offset, DATE_MAX - offset,
offset            570 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset, " second%s",
offset            574 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, ")");
offset            594 lib/common/iso8601.c     size_t offset = 0;
offset            623 lib/common/iso8601.c             sec_usec_as_string(seconds, usec, result, &offset);
offset            631 lib/common/iso8601.c     if ((dt->offset != 0) && !pcmk_is_set(flags, crm_time_log_with_timezone)) {
offset            646 lib/common/iso8601.c                 offset += snprintf(result + offset, DATE_MAX - offset,
offset            656 lib/common/iso8601.c                 offset += snprintf(result + offset, DATE_MAX - offset,
offset            666 lib/common/iso8601.c                 offset += snprintf(result + offset, DATE_MAX - offset,
offset            676 lib/common/iso8601.c         if (offset > 0) {
offset            677 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset, " ");
offset            681 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset,
offset            686 lib/common/iso8601.c                 offset += snprintf(result + offset, DATE_MAX - offset,
offset            692 lib/common/iso8601.c             && (dt->offset != 0)) {
offset            693 lib/common/iso8601.c             crm_time_get_sec(dt->offset, &h, &m, &s);
offset            694 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset,
offset            696 lib/common/iso8601.c                                ((dt->offset < 0)? '-' : '+'), h, m);
offset            698 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset, "Z");
offset            785 lib/common/iso8601.c crm_time_parse_offset(const char *offset_str, int *offset)
offset            801 lib/common/iso8601.c         *offset = (HOUR_SECONDS * h_offset) + (60 * m_offset);
offset            806 lib/common/iso8601.c         *offset = 0;
offset            810 lib/common/iso8601.c     *offset = 0;
offset            822 lib/common/iso8601.c         if (crm_time_parse_sec(offset_str, offset) == FALSE) {
offset            826 lib/common/iso8601.c             *offset = 0 - *offset;
offset            865 lib/common/iso8601.c     if (crm_time_parse_offset(offset_s, &(a_time->offset)) == FALSE) {
offset            868 lib/common/iso8601.c     crm_time_get_sec(a_time->offset, &h, &m, &s);
offset            870 lib/common/iso8601.c               (a_time->offset < 0)? '-' : '+', h, m);
offset           1070 lib/common/iso8601.c     int offset = (str[0] == 'T')? 1 : 0;
offset           1076 lib/common/iso8601.c     switch (str[offset]) {
offset           1083 lib/common/iso8601.c             offset++;
offset           1088 lib/common/iso8601.c             offset++;
offset           1095 lib/common/iso8601.c     for (lpc = 0; (lpc < 10) && isdigit(str[offset]); lpc++) {
offset           1096 lib/common/iso8601.c         const int digit = str[offset++] - '0';
offset           1106 lib/common/iso8601.c     return (lpc > 0)? offset : 0;
offset           1394 lib/common/iso8601.c     target->offset = source->offset;
offset           1413 lib/common/iso8601.c     target->offset = 0;
offset           1443 lib/common/iso8601.c     target->offset += HOUR_SECONDS * h_offset;
offset           1444 lib/common/iso8601.c     target->offset += 60 * m_offset;
offset           1916 lib/common/iso8601.c         .tm_gmtoff = source->offset
offset           1946 lib/common/iso8601.c             .offset = dt->offset,
offset           1963 lib/common/iso8601.c         .offset = hr_dt->offset,
offset           2214 lib/common/iso8601.c     int offset = 0;
offset           2218 lib/common/iso8601.c         offset += snprintf(str + offset, MAXSTR - offset, "%ud",
offset           2223 lib/common/iso8601.c         offset += snprintf(str + offset, MAXSTR - offset, "%uh",
offset           2228 lib/common/iso8601.c         offset += snprintf(str + offset, MAXSTR - offset, "%um",
offset           2235 lib/common/iso8601.c         offset += snprintf(str + offset, MAXSTR - offset, "%u",
offset           2239 lib/common/iso8601.c             offset += snprintf(str + offset, MAXSTR - offset, ".%03u",
offset           2242 lib/common/iso8601.c         (void) snprintf(str + offset, MAXSTR - offset, "s");
offset           2245 lib/common/iso8601.c         (void) snprintf(str + offset, MAXSTR - offset, "%ums", interval_ms);
offset            178 lib/common/logging.c         int offset = 0;
offset            183 lib/common/logging.c             offset += snprintf(fmt + offset, FMT_MAX - offset,
offset            189 lib/common/logging.c         offset += snprintf(fmt + offset, FMT_MAX - offset, "(%%n");
offset            192 lib/common/logging.c             offset += snprintf(fmt + offset, FMT_MAX - offset, "@%%f:%%l");
offset            194 lib/common/logging.c         offset += snprintf(fmt + offset, FMT_MAX - offset, ")");
offset            197 lib/common/logging.c         offset += snprintf(fmt + offset, FMT_MAX - offset, " %%g\t%%p: %%b");
offset            199 lib/common/logging.c         CRM_LOG_ASSERT(offset > 0);
offset            667 lib/common/logging.c             const char *offset = NULL;
offset            671 lib/common/logging.c                 offset = next;
offset            672 lib/common/logging.c                 next = strchrnul(offset, ',');
offset            673 lib/common/logging.c                 snprintf(token, sizeof(token), "%.*s", (int)(next - offset), offset);
offset           1133 lib/common/logging.c     const char *offset = NULL;
offset           1148 lib/common/logging.c         offset = next;
offset           1149 lib/common/logging.c         next = strchrnul(offset, '\n');
offset           1151 lib/common/logging.c                          (int)(next - offset), offset);
offset            204 lib/common/output_log.c     int offset = 0;
offset            212 lib/common/output_log.c             offset += snprintf(prefix + offset, LINE_MAX - offset, ": %s", (char *)gIter->data);
offset            214 lib/common/output_log.c             offset = snprintf(prefix, LINE_MAX, "%s", (char *)gIter->data);
offset             60 lib/common/xml_comment.c             int offset = pcmk__xml_position(a_child, pcmk__xf_skip);
offset             63 lib/common/xml_comment.c             if (offset < search_offset) {
offset             66 lib/common/xml_comment.c             } else if (offset > search_offset) {
offset           1760 lib/pacemaker/pcmk_sched_actions.c     int offset = -1;
offset           1809 lib/pacemaker/pcmk_sched_actions.c         if (++offset < start_index) {
offset            603 lib/pacemaker/pcmk_simulate.c         const char *offset = NULL;
offset            643 lib/pacemaker/pcmk_simulate.c             offset = pcmk__s(graph->failed_start_offset, PCMK_VALUE_INFINITY);
offset            647 lib/pacemaker/pcmk_simulate.c             offset = pcmk__s(graph->failed_stop_offset, PCMK_VALUE_INFINITY);
offset            652 lib/pacemaker/pcmk_simulate.c                                pcmk_str_is_infinity(offset));
offset            295 lib/pengine/bundle.c                                        data->prefix, replica->offset,
offset            300 lib/pengine/bundle.c                                        replica->offset);
offset            370 lib/pengine/bundle.c                         data->prefix, replica->offset);
offset            446 lib/pengine/bundle.c                            replica->offset);
offset            452 lib/pengine/bundle.c     pcmk__xe_set_id(xml_obj, "%s-attributes-%d", data->prefix, replica->offset);
offset            470 lib/pengine/bundle.c                                replica->offset);
offset            492 lib/pengine/bundle.c                                        replica->offset);
offset            652 lib/pengine/bundle.c         char *id = crm_strdup_printf("%s-%d", data->prefix, replica->offset);
offset            662 lib/pengine/bundle.c                                    replica->child->id, replica->offset);
offset           1221 lib/pengine/bundle.c             replica->offset = lpc++;
offset           1254 lib/pengine/bundle.c             replica->offset = lpc;
offset           1472 lib/pengine/bundle.c         id = pcmk__itoa(replica->offset);
offset           1516 lib/pengine/bundle.c     int offset = 0;
offset           1524 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s",
offset           1527 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s",
offset           1531 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)",
offset           1627 lib/pengine/bundle.c                 out->begin_list(out, NULL, NULL, "Replica[%d]", replica->offset);
offset           1680 lib/pengine/bundle.c     int offset = 0;
offset           1688 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s",
offset           1691 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s",
offset           1695 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)",
offset           1770 lib/pengine/bundle.c                 out->list_item(out, NULL, "Replica[%d]", replica->offset);
offset            980 lib/pengine/native.c         int offset = 0;
offset            990 lib/pengine/native.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", class);
offset            996 lib/pengine/native.c                 offset += snprintf(buffer + offset, LINE_MAX - offset,
offset           1000 lib/pengine/native.c         offset += snprintf(buffer + offset, LINE_MAX - offset, ":%s", kind);
offset           1001 lib/pengine/native.c         CRM_LOG_ASSERT(offset > 0);
offset            426 libltdl/loaders/dyld.c   unsigned long offset = sizeof(mach_header);
offset            434 libltdl/loaders/dyld.c       lc = (struct load_command*) (((unsigned long) mh) + offset);
offset            437 libltdl/loaders/dyld.c 	  result=(char*)(((dylib_command*) lc)->dylib.name.offset +
offset            440 libltdl/loaders/dyld.c       offset += lc->cmdsize;
offset            476 libltdl/loaders/dyld.c       unsigned long offset = sizeof(mach_header);
offset            482 libltdl/loaders/dyld.c 	  lc = (struct load_command*) (((unsigned long) mh) + offset);
offset            485 libltdl/loaders/dyld.c 	      unsigned long base = ((dylib_command *) lc)->dylib.name.offset;
offset            506 libltdl/loaders/dyld.c 	  offset += lc->cmdsize;
offset            152 libltdl/lt__argz.c     size_t offset	= before - *pargz;
offset            160 libltdl/lt__argz.c     before = argz + offset;
offset            165 libltdl/lt__argz.c     memmove (before + entry_len, before, *pargz_len - offset);