offset 176 daemons/controld/controld_messages.c int offset = 0; offset 184 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 501 daemons/controld/controld_te_actions.c te_update_job_count_on(const char *target, int offset, bool migrate) offset 516 daemons/controld/controld_te_actions.c r->jobs += offset; offset 518 daemons/controld/controld_te_actions.c r->migrate_jobs += offset; offset 524 daemons/controld/controld_te_actions.c te_update_job_count(pcmk__graph_action_t *action, int offset) offset 549 daemons/controld/controld_te_actions.c te_update_job_count_on(t1, offset, TRUE); offset 550 daemons/controld/controld_te_actions.c te_update_job_count_on(t2, offset, TRUE); offset 556 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 48 lib/common/io.c for (len = strlen(path); offset < len; offset++) { offset 49 lib/common/io.c if (path[offset] == '/') { offset 50 lib/common/io.c path[offset] = 0; offset 55 lib/common/io.c path[offset] = '/'; offset 603 lib/common/ipc_server.c size_t offset = 0; offset 635 lib/common/ipc_server.c offset = index * max_chunk_size; offset 640 lib/common/ipc_server.c payload_size = message->len - offset; offset 656 lib/common/ipc_server.c iov[1].iov_base = strndup(message->str + offset, payload_size); offset 671 lib/common/ipc_server.c iov[1].iov_base = pcmk__str_copy(message->str + 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 2218 lib/common/iso8601.c int offset = 0; offset 2222 lib/common/iso8601.c offset += snprintf(str + offset, MAXSTR - offset, "%ud", offset 2227 lib/common/iso8601.c offset += snprintf(str + offset, MAXSTR - offset, "%uh", offset 2232 lib/common/iso8601.c offset += snprintf(str + offset, MAXSTR - offset, "%um", offset 2239 lib/common/iso8601.c offset += snprintf(str + offset, MAXSTR - offset, "%u", offset 2243 lib/common/iso8601.c offset += snprintf(str + offset, MAXSTR - offset, ".%03u", offset 2246 lib/common/iso8601.c (void) snprintf(str + offset, MAXSTR - offset, "s"); offset 2249 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 1137 lib/common/logging.c const char *offset = NULL; offset 1152 lib/common/logging.c offset = next; offset 1153 lib/common/logging.c next = strchrnul(offset, '\n'); offset 1155 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 1774 lib/pacemaker/pcmk_sched_actions.c int offset = -1; offset 1826 lib/pacemaker/pcmk_sched_actions.c if (++offset < start_index) { offset 661 lib/pacemaker/pcmk_simulate.c const char *offset = NULL; offset 701 lib/pacemaker/pcmk_simulate.c offset = pcmk__s(graph->failed_start_offset, PCMK_VALUE_INFINITY); offset 705 lib/pacemaker/pcmk_simulate.c offset = pcmk__s(graph->failed_stop_offset, PCMK_VALUE_INFINITY); offset 710 lib/pacemaker/pcmk_simulate.c pcmk_str_is_infinity(offset)); offset 298 lib/pengine/bundle.c data->prefix, replica->offset, offset 303 lib/pengine/bundle.c replica->offset); offset 373 lib/pengine/bundle.c data->prefix, replica->offset); offset 449 lib/pengine/bundle.c replica->offset); offset 455 lib/pengine/bundle.c pcmk__xe_set_id(xml_obj, "%s-attributes-%d", data->prefix, replica->offset); offset 473 lib/pengine/bundle.c replica->offset); offset 495 lib/pengine/bundle.c replica->offset); offset 655 lib/pengine/bundle.c char *id = crm_strdup_printf("%s-%d", data->prefix, replica->offset); offset 665 lib/pengine/bundle.c replica->child->id, replica->offset); offset 1224 lib/pengine/bundle.c replica->offset = lpc++; offset 1258 lib/pengine/bundle.c replica->offset = lpc; offset 1476 lib/pengine/bundle.c id = pcmk__itoa(replica->offset); offset 1520 lib/pengine/bundle.c int offset = 0; offset 1528 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 1535 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)", offset 1631 lib/pengine/bundle.c out->begin_list(out, NULL, NULL, "Replica[%d]", replica->offset); offset 1684 lib/pengine/bundle.c int offset = 0; offset 1692 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 1699 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)", offset 1774 lib/pengine/bundle.c out->list_item(out, NULL, "Replica[%d]", replica->offset); offset 959 lib/pengine/native.c int offset = 0; offset 969 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", class); offset 975 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, offset 979 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, ":%s", kind); offset 980 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);