offset            278 daemons/attrd/attrd_utils.c     int offset = 1;
offset            284 daemons/attrd/attrd_utils.c         offset = char2score(offset_s);
offset            286 daemons/attrd/attrd_utils.c     int_value += offset;
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             26 daemons/controld/controld_te_actions.c static void te_update_job_count(crm_action_t * action, int offset);
offset            445 daemons/controld/controld_te_actions.c te_update_job_count_on(const char *target, int offset, bool migrate)
offset            460 daemons/controld/controld_te_actions.c     r->jobs += offset;
offset            462 daemons/controld/controld_te_actions.c         r->migrate_jobs += offset;
offset            468 daemons/controld/controld_te_actions.c te_update_job_count(crm_action_t * action, int offset)
offset            490 daemons/controld/controld_te_actions.c         te_update_job_count_on(t1, offset, TRUE);
offset            491 daemons/controld/controld_te_actions.c         te_update_job_count_on(t2, offset, TRUE);
offset            497 daemons/controld/controld_te_actions.c     te_update_job_count_on(target, offset, FALSE);
offset            841 daemons/fenced/fenced_commands.c     int offset = 0;
offset            846 daemons/fenced/fenced_commands.c         offset = strlen(actions);
offset            849 daemons/fenced/fenced_commands.c     if (offset > 0) {
offset            850 daemons/fenced/fenced_commands.c         offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, " ");
offset            852 daemons/fenced/fenced_commands.c     offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, "%s", action);
offset             35 include/crm/common/iso8601_internal.h     int offset;                 /* Seconds */
offset             68 lib/cib/cib_attrs.c     int offset = 0;
offset            115 lib/cib/cib_attrs.c     attr_snprintf(xpath_string, offset, XPATH_MAX, "%s", xpath_base);
offset            118 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "//%s", node_type);
offset            127 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "//%s[@id='%s']", node_type,
offset            132 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "//%s[@id='%.128s']", set_type,
offset            135 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "//%s", set_type);
offset            138 lib/cib/cib_attrs.c     attr_snprintf(xpath_string, offset, XPATH_MAX, "//nvpair[");
offset            140 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "@id='%s'", attr_id);
offset            145 lib/cib/cib_attrs.c             attr_snprintf(xpath_string, offset, XPATH_MAX, " and ");
offset            147 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "@name='%.128s'", attr_name);
offset            149 lib/cib/cib_attrs.c     attr_snprintf(xpath_string, offset, XPATH_MAX, "]");
offset            150 lib/cib/cib_attrs.c     CRM_LOG_ASSERT(offset > 0);
offset             88 lib/common/acl.c         int offset = 0;
offset             92 lib/common/acl.c             offset += snprintf(buffer + offset, MAX_XPATH_LEN - offset,
offset             95 lib/common/acl.c             offset += snprintf(buffer + offset, MAX_XPATH_LEN - offset,
offset            100 lib/common/acl.c             offset += snprintf(buffer + offset, MAX_XPATH_LEN - offset,
offset            105 lib/common/acl.c             offset += snprintf(buffer + offset, MAX_XPATH_LEN - offset,
offset            111 lib/common/acl.c             offset += snprintf(buffer + offset, MAX_XPATH_LEN - offset,
offset            116 lib/common/acl.c             offset += snprintf(buffer + offset, MAX_XPATH_LEN - offset,
offset            121 lib/common/acl.c             offset += snprintf(buffer + offset, MAX_XPATH_LEN - offset,
offset            125 lib/common/acl.c         CRM_LOG_ASSERT(offset > 0);
offset            618 lib/common/acl.c         int offset = 0;
offset            623 lib/common/acl.c         offset = pcmk__element_xpath(NULL, xml, buffer, offset,
offset            626 lib/common/acl.c             offset += snprintf(buffer + offset, MAX_XPATH_LEN - offset,
offset            629 lib/common/acl.c         CRM_LOG_ASSERT(offset > 0);
offset             56 lib/common/crmcommon_private.h void pcmk__xml2text(xmlNode *data, int options, char **buffer, int *offset,
offset             60 lib/common/crmcommon_private.h void pcmk__buffer_add_char(char **buffer, int *offset, int *max, char c);
offset             67 lib/common/crmcommon_private.h                         int offset, size_t buffer_size);
offset             36 lib/common/digest.c     int offset = 0, max = 0;
offset             39 lib/common/digest.c     pcmk__buffer_add_char(&buffer, &offset, &max, ' ');
offset             40 lib/common/digest.c     pcmk__xml2text(an_xml_node, 0, &buffer, &offset, &max, 0);
offset             41 lib/common/digest.c     pcmk__buffer_add_char(&buffer, &offset, &max, '\n');
offset             96 lib/common/digest.c     int offset, max;
offset            116 lib/common/digest.c                        &buffer, &offset, &max, 0);
offset             47 lib/common/io.c     int offset = 1, len = 0;
offset             54 lib/common/io.c     for (len = strlen(path); offset < len; offset++) {
offset             55 lib/common/io.c         if (path[offset] == '/') {
offset             56 lib/common/io.c             path[offset] = 0;
offset             61 lib/common/io.c             path[offset] = '/';
offset             55 lib/common/iso8601.c     int offset;     // Seconds offset from UTC (date/time only)
offset             75 lib/common/iso8601.c     utc->offset = 0;
offset             77 lib/common/iso8601.c     if (dt->offset) {
offset             78 lib/common/iso8601.c         crm_time_add_seconds(utc, -dt->offset);
offset            136 lib/common/iso8601.c                            || t->offset || t->duration);
offset            454 lib/common/iso8601.c     size_t offset = 0;
offset            457 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, "%4d year%s ",
offset            461 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, "%2d month%s ",
offset            465 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, "%2d day%s ",
offset            469 lib/common/iso8601.c     if (((offset == 0) || (dt->seconds != 0))
offset            471 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, "%d second%s",
offset            476 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, "%d seconds (",
offset            480 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset, "%u hour%s%s",
offset            484 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset, "%u minute%s%s",
offset            488 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset, "%u second%s",
offset            491 lib/common/iso8601.c         offset += snprintf(result + offset, DATE_MAX - offset, ")");
offset            502 lib/common/iso8601.c     size_t offset = 0;
offset            505 lib/common/iso8601.c     if (date_time && date_time->offset
offset            544 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            560 lib/common/iso8601.c                 offset += snprintf(result + offset, DATE_MAX - offset,
offset            569 lib/common/iso8601.c         if (offset > 0) {
offset            570 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset, " ");
offset            574 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset,
offset            578 lib/common/iso8601.c         if ((flags & crm_time_log_with_timezone) && (dt->offset != 0)) {
offset            579 lib/common/iso8601.c             crm_time_get_sec(dt->offset, &h, &m, &s);
offset            580 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset,
offset            582 lib/common/iso8601.c                                ((dt->offset < 0)? '-' : '+'), h, m);
offset            584 lib/common/iso8601.c             offset += snprintf(result + offset, DATE_MAX - offset, "Z");
offset            656 lib/common/iso8601.c crm_time_parse_offset(const char *offset_str, int *offset)
offset            672 lib/common/iso8601.c         *offset = (HOUR_SECONDS * h_offset) + (60 * m_offset);
offset            677 lib/common/iso8601.c         *offset = 0;
offset            681 lib/common/iso8601.c     *offset = 0;
offset            693 lib/common/iso8601.c         if (crm_time_parse_sec(offset_str, offset) == FALSE) {
offset            697 lib/common/iso8601.c             *offset = 0 - *offset;
offset            736 lib/common/iso8601.c     if (crm_time_parse_offset(offset_s, &(a_time->offset)) == FALSE) {
offset            739 lib/common/iso8601.c     crm_time_get_sec(a_time->offset, &h, &m, &s);
offset            740 lib/common/iso8601.c     crm_trace("Got tz: %c%2.d:%.2d", ((a_time->offset < 0)? '-' : '+'), h, m);
offset            919 lib/common/iso8601.c     int offset = 0;
offset            929 lib/common/iso8601.c     if (str[offset] == 'T') {
offset            930 lib/common/iso8601.c         offset++;
offset            933 lib/common/iso8601.c     if (str[offset] == '.' || str[offset] == ',') {
offset            936 lib/common/iso8601.c         offset++;
offset            937 lib/common/iso8601.c     } else if (str[offset] == '-') {
offset            939 lib/common/iso8601.c         offset++;
offset            940 lib/common/iso8601.c     } else if (str[offset] == '+' || str[offset] == ':') {
offset            941 lib/common/iso8601.c         offset++;
offset            944 lib/common/iso8601.c     for (; (fraction || lpc < field_width) && isdigit((int)str[offset]); lpc++) {
offset            946 lib/common/iso8601.c             intermediate = (str[offset] - '0') / (10 ^ lpc);
offset            949 lib/common/iso8601.c             intermediate = str[offset] - '0';
offset            952 lib/common/iso8601.c         offset++;
offset            965 lib/common/iso8601.c         return offset;
offset           1202 lib/common/iso8601.c     target->offset = source->offset;
offset           1221 lib/common/iso8601.c     target->offset = 0;
offset           1250 lib/common/iso8601.c     target->offset += HOUR_SECONDS * h_offset;
offset           1251 lib/common/iso8601.c     target->offset += 60 * m_offset;
offset           1539 lib/common/iso8601.c         .tm_gmtoff = source->offset
offset           1568 lib/common/iso8601.c             .offset = dt->offset,
offset           1585 lib/common/iso8601.c         .offset = hr_dt->offset,
offset           1758 lib/common/iso8601.c     int offset = 0;
offset           1761 lib/common/iso8601.c         offset += snprintf(str + offset, MAXSTR - offset, "%ud",
offset           1766 lib/common/iso8601.c         offset += snprintf(str + offset, MAXSTR - offset, "%uh",
offset           1771 lib/common/iso8601.c         offset += snprintf(str + offset, MAXSTR - offset, "%um",
offset           1778 lib/common/iso8601.c         offset += snprintf(str + offset, MAXSTR - offset, "%u",
offset           1782 lib/common/iso8601.c             offset += snprintf(str + offset, MAXSTR - offset, ".%03u",
offset           1785 lib/common/iso8601.c         (void) snprintf(str + offset, MAXSTR - offset, "s");
offset           1788 lib/common/iso8601.c         (void) snprintf(str + offset, MAXSTR - offset, "%ums", interval_ms);
offset            158 lib/common/logging.c         int offset = 0;
offset            163 lib/common/logging.c             offset += snprintf(fmt + offset, FMT_MAX - offset,
offset            169 lib/common/logging.c         offset += snprintf(fmt + offset, FMT_MAX - offset, "(%%n");
offset            172 lib/common/logging.c             offset += snprintf(fmt + offset, FMT_MAX - offset, "@%%f:%%l");
offset            174 lib/common/logging.c         offset += snprintf(fmt + offset, FMT_MAX - offset, ")");
offset            177 lib/common/logging.c         offset += snprintf(fmt + offset, FMT_MAX - offset, " %%g\t%%p: %%b");
offset            179 lib/common/logging.c         CRM_LOG_ASSERT(offset > 0);
offset            608 lib/common/logging.c             const char *offset = NULL;
offset            612 lib/common/logging.c                 offset = next;
offset            613 lib/common/logging.c                 next = strchrnul(offset, ',');
offset            614 lib/common/logging.c                 snprintf(token, sizeof(token), "%.*s", (int)(next - offset), offset);
offset           1064 lib/common/logging.c     const char *offset = NULL;
offset           1079 lib/common/logging.c         offset = next;
offset           1080 lib/common/logging.c         next = strchrnul(offset, '\n');
offset           1082 lib/common/logging.c                          (int)(next - offset), offset);
offset            171 lib/common/output_log.c     int offset = 0;
offset            179 lib/common/output_log.c             offset += snprintf(prefix + offset, LINE_MAX - offset, ": %s", (char *)gIter->data);
offset            181 lib/common/output_log.c             offset = snprintf(prefix, LINE_MAX, "%s", (char *)gIter->data);
offset             95 lib/common/patchset.c         int offset = 0;
offset             98 lib/common/patchset.c         if (pcmk__element_xpath(NULL, xml->parent, buffer, offset,
offset            124 lib/common/patchset.c             int offset = 0;
offset            127 lib/common/patchset.c             if (pcmk__element_xpath(NULL, xml, buffer, offset,
offset            176 lib/common/patchset.c         int offset = 0;
offset            181 lib/common/patchset.c         if (pcmk__element_xpath(NULL, xml, buffer, offset,
offset             65 lib/common/xml.c #define buffer_print(buffer, max, offset, fmt, args...) do {            \
offset             68 lib/common/xml.c             rc = snprintf((buffer) + (offset), (max) - (offset), fmt, ##args); \
offset             71 lib/common/xml.c             crm_perror(LOG_ERR, "snprintf failed at offset %d", offset); \
offset             72 lib/common/xml.c             (buffer)[(offset)] = 0;                                     \
offset             74 lib/common/xml.c         } else if(rc >= ((max) - (offset))) {                           \
offset             81 lib/common/xml.c             offset += rc;                                               \
offset             87 lib/common/xml.c insert_prefix(int options, char **buffer, int *offset, int *max, int depth)
offset             92 lib/common/xml.c         if ((*buffer) == NULL || spaces >= ((*max) - (*offset))) {
offset             96 lib/common/xml.c         memset((*buffer) + (*offset), ' ', spaces);
offset             97 lib/common/xml.c         (*offset) += spaces;
offset            561 lib/common/xml.c     int offset = 1;
offset            599 lib/common/xml.c         offset = char2score(offset_s);
offset            601 lib/common/xml.c     int_value += offset;
offset            778 lib/common/xml.c             int offset = 0;
offset            781 lib/common/xml.c             pcmk__element_xpath(NULL, child, buffer, offset, sizeof(buffer));
offset            788 lib/common/xml.c                 int offset = 0;
offset            791 lib/common/xml.c                 if (pcmk__element_xpath(NULL, child, buffer, offset,
offset           1322 lib/common/xml.c     size_t offset = strlen(replace) - 1; // We have space for 1 char already
offset           1324 lib/common/xml.c     *length += offset;
offset           1327 lib/common/xml.c     for (size_t lpc = (*length) - 1; lpc > (start + offset); lpc--) {
offset           1328 lib/common/xml.c         text[lpc] = text[lpc - offset];
offset           1331 lib/common/xml.c     memcpy(text + start, replace, offset + 1);
offset           1419 lib/common/xml.c dump_xml_attr(xmlAttrPtr attr, int options, char **buffer, int *offset, int *max)
offset           1437 lib/common/xml.c     buffer_print(*buffer, *max, *offset, " %s=\"%s\"",
offset           1448 lib/common/xml.c     int offset = 0;
offset           1463 lib/common/xml.c         insert_prefix(options, &buffer, &offset, &max, depth);
offset           1466 lib/common/xml.c             buffer_print(buffer, max, offset, "<!--%s-->", data->content);
offset           1469 lib/common/xml.c             buffer_print(buffer, max, offset, "<%s", name);
offset           1495 lib/common/xml.c                 buffer_print(buffer, max, offset, " %s=\"%s\"",
offset           1501 lib/common/xml.c                 buffer_print(buffer, max, offset, "/>");
offset           1504 lib/common/xml.c                 buffer_print(buffer, max, offset, ">");
offset           1507 lib/common/xml.c                 buffer_print(buffer, max, offset, "/>");
offset           1522 lib/common/xml.c         offset = 0;
offset           1536 lib/common/xml.c         insert_prefix(options, &buffer, &offset, &max, depth);
offset           1537 lib/common/xml.c         buffer_print(buffer, max, offset, "</%s>", name);
offset           1707 lib/common/xml.c dump_filtered_xml(xmlNode * data, int options, char **buffer, int *offset, int *max)
offset           1711 lib/common/xml.c             dump_xml_attr(a, options, buffer, offset, max);
offset           1717 lib/common/xml.c dump_xml_element(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
offset           1722 lib/common/xml.c     CRM_ASSERT(offset != NULL);
offset           1731 lib/common/xml.c         *offset = 0;
offset           1738 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
offset           1739 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<%s", name);
offset           1742 lib/common/xml.c         dump_filtered_xml(data, options, buffer, offset, max);
offset           1746 lib/common/xml.c             dump_xml_attr(a, options, buffer, offset, max);
offset           1751 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "/>");
offset           1754 lib/common/xml.c         buffer_print(*buffer, *max, *offset, ">");
offset           1758 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
offset           1764 lib/common/xml.c             pcmk__xml2text(xChild, options, buffer, offset, max, depth + 1);
offset           1767 lib/common/xml.c         insert_prefix(options, buffer, offset, max, depth);
offset           1768 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "</%s>", name);
offset           1771 lib/common/xml.c             buffer_print(*buffer, *max, *offset, "\n");
offset           1777 lib/common/xml.c dump_xml_text(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
offset           1780 lib/common/xml.c     CRM_ASSERT(offset != NULL);
offset           1789 lib/common/xml.c         *offset = 0;
offset           1793 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
offset           1795 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
offset           1798 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
offset           1803 lib/common/xml.c dump_xml_cdata(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
offset           1806 lib/common/xml.c     CRM_ASSERT(offset != NULL);
offset           1815 lib/common/xml.c         *offset = 0;
offset           1819 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
offset           1821 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<![CDATA[");
offset           1822 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
offset           1823 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "]]>");
offset           1826 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
offset           1831 lib/common/xml.c dump_xml_comment(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
offset           1834 lib/common/xml.c     CRM_ASSERT(offset != NULL);
offset           1843 lib/common/xml.c         *offset = 0;
offset           1847 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
offset           1849 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<!--");
offset           1850 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
offset           1851 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "-->");
offset           1854 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
offset           1872 lib/common/xml.c pcmk__xml2text(xmlNode *data, int options, char **buffer, int *offset,
offset           1876 lib/common/xml.c         *offset = 0;
offset           1918 lib/common/xml.c             buffer_print(*buffer, *max, *offset, "%s",
offset           1938 lib/common/xml.c             dump_xml_element(data, options, buffer, offset, max, depth);
offset           1943 lib/common/xml.c                 dump_xml_text(data, options, buffer, offset, max, depth);
offset           1947 lib/common/xml.c             dump_xml_comment(data, options, buffer, offset, max, depth);
offset           1950 lib/common/xml.c             dump_xml_cdata(data, options, buffer, offset, max, depth);
offset           1989 lib/common/xml.c pcmk__buffer_add_char(char **buffer, int *offset, int *max, char c)
offset           1991 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%c", c);
offset           1998 lib/common/xml.c     int offset = 0, max = 0;
offset           2002 lib/common/xml.c                    &buffer, &offset, &max, 0);
offset           2010 lib/common/xml.c     int offset = 0, max = 0;
offset           2012 lib/common/xml.c     pcmk__xml2text(an_xml_node, xml_log_option_formatted, &buffer, &offset,
offset           2021 lib/common/xml.c     int offset = 0, max = 0;
offset           2023 lib/common/xml.c     pcmk__xml2text(an_xml_node, 0, &buffer, &offset, &max, 0);
offset           2445 lib/common/xml.c             int offset = pcmk__xml_position(a_child, pcmk__xf_skip);
offset           2448 lib/common/xml.c             if (offset < search_offset) {
offset           2451 lib/common/xml.c             } else if (offset > search_offset) {
offset            270 lib/common/xpath.c                     int offset, size_t buffer_size)
offset            274 lib/common/xpath.c     if(offset == 0 && prefix == NULL && xml->parent) {
offset            275 lib/common/xpath.c         offset = pcmk__element_xpath(NULL, xml->parent, buffer, offset,
offset            280 lib/common/xpath.c         offset += snprintf(buffer + offset, buffer_size - offset,
offset            283 lib/common/xpath.c         offset += snprintf(buffer + offset, buffer_size - offset,
offset            287 lib/common/xpath.c     return offset;
offset            293 lib/common/xpath.c     int offset = 0;
offset            296 lib/common/xpath.c     if (pcmk__element_xpath(NULL, xml, buffer, offset, sizeof(buffer)) > 0) {
offset            425 lib/pacemaker/pcmk_injections.c     int offset = 0;
offset            435 lib/pacemaker/pcmk_injections.c     offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "%s", "/cib/status/tickets");
offset            438 lib/pacemaker/pcmk_injections.c         offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "/%s[@id=\"%s\"]",
offset            441 lib/pacemaker/pcmk_injections.c     CRM_LOG_ASSERT(offset > 0);
offset           1580 lib/pacemaker/pcmk_sched_actions.c     int offset = -1;
offset           1629 lib/pacemaker/pcmk_sched_actions.c         if (++offset < start_index) {
offset             73 lib/pengine/bundle.c                                 data->prefix, replica->offset,
offset             78 lib/pengine/bundle.c                             replica->ipaddr, data->prefix, replica->offset);
offset            143 lib/pengine/bundle.c                        data->prefix, replica->offset);
offset            177 lib/pengine/bundle.c         int offset = 0, max = 4096;
offset            187 lib/pengine/bundle.c         id = crm_strdup_printf("%s-docker-%d", data->prefix, replica->offset);
offset            195 lib/pengine/bundle.c                        data->prefix, replica->offset);
offset            202 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " --restart=no");
offset            210 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -h %s-%d",
offset            211 lib/pengine/bundle.c                                data->prefix, replica->offset);
offset            214 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " -e PCMK_stderr=1");
offset            218 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --link-local-ip=%s",
offset            221 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --net=%s",
offset            226 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%s", data->control_port);
offset            228 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%d", DEFAULT_REMOTE_PORT);
offset            236 lib/pengine/bundle.c                     "%s/%s-%d", mount->source, data->prefix, replica->offset);
offset            242 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", source, mount->target);
offset            246 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", mount->source, mount->target);
offset            249 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, ":%s", mount->options);
offset            257 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s:%s",
offset            262 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s", port->source, port->target);
offset            267 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " %s",
offset            272 lib/pengine/bundle.c             offset += snprintf(buffer + offset, max - offset, " %s",
offset            341 lib/pengine/bundle.c         int offset = 0, max = 4096;
offset            351 lib/pengine/bundle.c         id = crm_strdup_printf("%s-podman-%d", data->prefix, replica->offset);
offset            359 lib/pengine/bundle.c                        data->prefix, replica->offset);
offset            375 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -h %s-%d",
offset            376 lib/pengine/bundle.c                                data->prefix, replica->offset);
offset            379 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " -e PCMK_stderr=1");
offset            384 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --link-local-ip=%s",
offset            387 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --net=%s",
offset            392 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%s", data->control_port);
offset            394 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%d", DEFAULT_REMOTE_PORT);
offset            402 lib/pengine/bundle.c                     "%s/%s-%d", mount->source, data->prefix, replica->offset);
offset            408 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", source, mount->target);
offset            412 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -v %s:%s", mount->source, mount->target);
offset            415 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, ":%s", mount->options);
offset            423 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s:%s",
offset            428 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " -p %s:%s", port->source, port->target);
offset            433 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " %s",
offset            438 lib/pengine/bundle.c             offset += snprintf(buffer + offset, max - offset, " %s",
offset            507 lib/pengine/bundle.c         int offset = 0, max = 4096;
offset            519 lib/pengine/bundle.c         id = crm_strdup_printf("%s-rkt-%d", data->prefix, replica->offset);
offset            527 lib/pengine/bundle.c                        data->prefix, replica->offset);
offset            540 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --hostname=%s-%d",
offset            541 lib/pengine/bundle.c                                data->prefix, replica->offset);
offset            544 lib/pengine/bundle.c         offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_stderr=1");
offset            548 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --link-local-ip=%s",
offset            551 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --net=%s",
offset            556 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_remote_port=%s", data->control_port);
offset            558 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_remote_port=%d", DEFAULT_REMOTE_PORT);
offset            566 lib/pengine/bundle.c                     "%s/%s-%d", mount->source, data->prefix, replica->offset);
offset            572 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, source);
offset            574 lib/pengine/bundle.c                     offset += snprintf(buffer+offset, max-offset, ",%s", mount->options);
offset            576 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target);
offset            580 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, mount->source);
offset            582 lib/pengine/bundle.c                     offset += snprintf(buffer+offset, max-offset, ",%s", mount->options);
offset            584 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target);
offset            593 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset,
offset            597 lib/pengine/bundle.c                 offset += snprintf(buffer+offset, max-offset, " --port=%s:%s", port->target, port->source);
offset            602 lib/pengine/bundle.c             offset += snprintf(buffer+offset, max-offset, " %s",
offset            607 lib/pengine/bundle.c             offset += snprintf(buffer + offset, max - offset, " %s",
offset            701 lib/pengine/bundle.c         char *id = crm_strdup_printf("%s-%d", data->prefix, replica->offset);
offset            710 lib/pengine/bundle.c                                    replica->child->id, replica->offset);
offset           1192 lib/pengine/bundle.c         int offset = 0, max = 1024;
offset           1259 lib/pengine/bundle.c             replica->offset = lpc++;
offset           1266 lib/pengine/bundle.c             offset += allocate_ip(bundle_data, replica, buffer+offset,
offset           1267 lib/pengine/bundle.c                                   max-offset);
offset           1284 lib/pengine/bundle.c         int offset = 0, max = 1024;
offset           1290 lib/pengine/bundle.c             replica->offset = lpc;
offset           1291 lib/pengine/bundle.c             offset += allocate_ip(bundle_data, replica, buffer+offset,
offset           1292 lib/pengine/bundle.c                                   max-offset);
offset           1478 lib/pengine/bundle.c         status_print("%s    <replica id=\"%d\">\n", pre_text, replica->offset);
offset           1550 lib/pengine/bundle.c         id = pcmk__itoa(replica->offset);
offset           1591 lib/pengine/bundle.c     int offset = 0;
offset           1599 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s",
offset           1602 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s",
offset           1606 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)",
offset           1669 lib/pengine/bundle.c                 out->begin_list(out, NULL, NULL, "Replica[%d]", replica->offset);
offset           1719 lib/pengine/bundle.c     int offset = 0;
offset           1727 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s",
offset           1730 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s",
offset           1734 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)",
offset           1797 lib/pengine/bundle.c                 out->list_item(out, NULL, "Replica[%d]", replica->offset);
offset           1848 lib/pengine/bundle.c     int offset = 0;
offset           1856 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s",
offset           1859 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s",
offset           1863 lib/pengine/bundle.c         offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)",
offset           1912 lib/pengine/bundle.c                 status_print("  %sReplica[%d]\n", pre_text, replica->offset);
offset           1117 lib/pengine/native.c         int offset = 0;
offset           1127 lib/pengine/native.c         offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", class);
offset           1132 lib/pengine/native.c                 offset += snprintf(buffer + offset, LINE_MAX - offset,
offset           1136 lib/pengine/native.c         offset += snprintf(buffer + offset, LINE_MAX - offset, ":%s", kind);
offset           1137 lib/pengine/native.c         CRM_LOG_ASSERT(offset > 0);
offset           2554 lib/pengine/unpack.c     int offset = 0;
offset           2558 lib/pengine/unpack.c     offset += snprintf(xpath + offset, STATUS_PATH_MAX - offset, "//node_state[@uname='%s']", node);
offset           2559 lib/pengine/unpack.c     offset +=
offset           2560 lib/pengine/unpack.c         snprintf(xpath + offset, STATUS_PATH_MAX - offset, "//" XML_LRM_TAG_RESOURCE "[@id='%s']",
offset           2565 lib/pengine/unpack.c         offset +=
offset           2566 lib/pengine/unpack.c             snprintf(xpath + offset, STATUS_PATH_MAX - offset,
offset           2570 lib/pengine/unpack.c         offset +=
offset           2571 lib/pengine/unpack.c             snprintf(xpath + offset, STATUS_PATH_MAX - offset,
offset           2575 lib/pengine/unpack.c         offset +=
offset           2576 lib/pengine/unpack.c             snprintf(xpath + offset, STATUS_PATH_MAX - offset,
offset           2580 lib/pengine/unpack.c     CRM_LOG_ASSERT(offset > 0);
offset             45 lib/pengine/variant.h     int offset;
offset            116 lib/services/services_lsb.c     int offset = 0;
offset            172 lib/services/services_lsb.c         if ((offset == 0) // haven't already found long description
offset            177 lib/services/services_lsb.c             offset += snprintf(description, DESC_MAX, "%s",
offset            188 lib/services/services_lsb.c                     offset += snprintf(description + offset, DESC_MAX - offset,
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);
offset            141 maint/gnulib/lib/bitset.h   bitset_windex offset = windex - bset->b.cindex;
offset            143 maint/gnulib/lib/bitset.h   if (offset < bset->b.csize)
offset            144 maint/gnulib/lib/bitset.h     bset->b.cdata[offset] |= ((bitset_word) 1 << (bitno % BITSET_WORD_BITS));
offset            155 maint/gnulib/lib/bitset.h   bitset_windex offset = windex - bset->b.cindex;
offset            157 maint/gnulib/lib/bitset.h   if (offset < bset->b.csize)
offset            158 maint/gnulib/lib/bitset.h     bset->b.cdata[offset] &= ~((bitset_word) 1 << (bitno % BITSET_WORD_BITS));
offset            169 maint/gnulib/lib/bitset.h   bitset_windex offset = windex - bset->b.cindex;
offset            171 maint/gnulib/lib/bitset.h   if (offset < bset->b.csize)
offset            172 maint/gnulib/lib/bitset.h     return (bset->b.cdata[offset] >> (bitno % BITSET_WORD_BITS)) & 1;
offset            317 maint/gnulib/lib/bitset/stats.c   bitset_windex offset = wordno - bset->b.cindex;
offset            321 maint/gnulib/lib/bitset/stats.c   if (offset < bset->b.csize)
offset            323 maint/gnulib/lib/bitset/stats.c       bset->b.cdata[offset] |= (bitset_word) 1 << (bitno % BITSET_WORD_BITS);
offset            336 maint/gnulib/lib/bitset/stats.c   bitset_windex offset = wordno - bset->b.cindex;
offset            340 maint/gnulib/lib/bitset/stats.c   if (offset < bset->b.csize)
offset            342 maint/gnulib/lib/bitset/stats.c       bset->b.cdata[offset] &=
offset            363 maint/gnulib/lib/bitset/stats.c   bitset_windex offset = wordno - bset->b.cindex;
offset            367 maint/gnulib/lib/bitset/stats.c   if (offset < bset->b.csize)
offset            370 maint/gnulib/lib/bitset/stats.c       return (bset->b.cdata[offset] >> (bitno % BITSET_WORD_BITS)) & 1;
offset            351 maint/gnulib/lib/des.c #define DO_PERMUTATION(a, temp, b, offset, mask)        \
offset            352 maint/gnulib/lib/des.c     temp = ((a>>offset) ^ b) & mask;                    \
offset            354 maint/gnulib/lib/des.c     a ^= temp<<offset;
offset             74 maint/gnulib/lib/freadseek.c freadseek (FILE *fp, size_t offset)
offset             79 maint/gnulib/lib/freadseek.c   if (offset == 0)
offset             93 maint/gnulib/lib/freadseek.c           size_t increment = (buffered < offset ? buffered : offset);
offset             96 maint/gnulib/lib/freadseek.c           offset -= increment;
offset             97 maint/gnulib/lib/freadseek.c           if (offset == 0)
offset            107 maint/gnulib/lib/freadseek.c       offset--;
offset            108 maint/gnulib/lib/freadseek.c       if (offset == 0)
offset            118 maint/gnulib/lib/freadseek.c       return fseeko (fp, offset, SEEK_CUR);
offset            128 maint/gnulib/lib/freadseek.c           size_t count = (sizeof (buf) < offset ? sizeof (buf) : offset);
offset            131 maint/gnulib/lib/freadseek.c           offset -= count;
offset            133 maint/gnulib/lib/freadseek.c       while (offset > 0);
offset             38 maint/gnulib/lib/freadseek.h extern int freadseek (FILE *stream, size_t offset);
offset             26 maint/gnulib/lib/fseek.c fseek (FILE *fp, long offset, int whence)
offset             29 maint/gnulib/lib/fseek.c   return fseeko (fp, (off_t)offset, whence);
offset             28 maint/gnulib/lib/fseeko.c fseeko (FILE *fp, off_t offset, int whence)
offset            117 maint/gnulib/lib/fseeko.c       off_t pos = lseek (fileno (fp), offset, whence);
offset            163 maint/gnulib/lib/fseeko.c   return fseeko (fp, offset, whence);
offset             29 maint/gnulib/lib/ftell.c   off_t offset = ftello (fp);
offset             30 maint/gnulib/lib/ftell.c   if (LONG_MIN <= offset && offset <= LONG_MAX)
offset             31 maint/gnulib/lib/ftell.c     return /* (long) */ offset;
offset            818 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset            821 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset            822 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset            826 maint/gnulib/lib/gen-uni-tables.c                  1 + t.level1_size, (offset - level2_offset) / sizeof (uint32_t));
offset            838 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset            841 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset            842 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset            846 maint/gnulib/lib/gen-uni-tables.c                  1 + t.level1_size, t.level2_size << t.q, (offset - level3_offset) / sizeof (uint32_t));
offset           1146 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           1149 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           1150 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           1154 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           1166 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           1169 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           1170 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           1174 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           1302 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           1305 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           1306 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           1310 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           1322 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           1325 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           1326 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           1330 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           1678 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           1681 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           1682 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           1686 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           1698 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           1701 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           1702 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           1706 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           1895 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           1898 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           1899 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           1903 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           1915 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           1918 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           1919 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           1923 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           2092 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           2095 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           2096 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           2100 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           2112 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           2115 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           2116 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           2120 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           2358 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           2361 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           2362 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           2366 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           2378 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           2381 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           2382 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           2386 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           2601 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           2604 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           2605 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           2609 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           2621 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           2624 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           2625 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           2629 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (int32_t));
offset           4248 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           4251 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           4252 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           4256 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           4268 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           4271 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           4272 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           4276 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           4542 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           4545 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           4546 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           4550 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           4562 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           4565 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           4566 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           4570 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           4836 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           4839 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           4840 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           4844 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           4856 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           4859 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           4860 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           4864 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           5534 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           5537 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           5538 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           5542 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           5554 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           5557 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           5558 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           5562 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           7857 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           7860 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           7861 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           7865 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           7877 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           7880 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           7881 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           7885 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (unsigned char));
offset           8436 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           8439 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           8440 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           8444 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           8456 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           8459 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           8460 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           8464 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (unsigned char));
offset           8726 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           8729 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           8730 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           8734 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           8746 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           8749 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           8750 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           8754 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint8_t));
offset           9007 maint/gnulib/lib/gen-uni-tables.c   unsigned int offset;
offset           9018 maint/gnulib/lib/gen-uni-tables.c   offset = 0;
offset           9028 maint/gnulib/lib/gen-uni-tables.c           assert (offset < (1 << 15));
offset           9029 maint/gnulib/lib/gen-uni-tables.c           decomp_table_add (&t, ch, ((type == UC_DECOMP_CANONICAL ? 0 : 1) << 15) | offset);
offset           9036 maint/gnulib/lib/gen-uni-tables.c               if (offset > 0)
offset           9038 maint/gnulib/lib/gen-uni-tables.c               if ((offset % 4) == 0)
offset           9047 maint/gnulib/lib/gen-uni-tables.c               offset++;
offset           9086 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           9089 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           9090 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           9094 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           9106 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           9109 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           9110 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           9114 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (uint16_t));
offset           9522 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           9525 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level1_offset))[i];
offset           9526 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           9530 maint/gnulib/lib/gen-uni-tables.c                  (offset - level2_offset) / sizeof (uint32_t));
offset           9542 maint/gnulib/lib/gen-uni-tables.c       uint32_t offset;
offset           9545 maint/gnulib/lib/gen-uni-tables.c       offset = ((uint32_t *) (t.result + level2_offset))[i];
offset           9546 maint/gnulib/lib/gen-uni-tables.c       if (offset == 0)
offset           9550 maint/gnulib/lib/gen-uni-tables.c                  (offset - level3_offset) / sizeof (int32_t));
offset            390 maint/gnulib/lib/getloadavg.c static long offset;
offset            836 maint/gnulib/lib/getloadavg.c   if (offset == 0)
offset            865 maint/gnulib/lib/getloadavg.c             offset = name_list[0].n_value;
offset            871 maint/gnulib/lib/getloadavg.c         offset = (long int) ldav_off & 0x7fffffff;
offset            893 maint/gnulib/lib/getloadavg.c           offset = name_list[0].n_value;
offset            900 maint/gnulib/lib/getloadavg.c   if (offset && getloadavg_initialized)
offset            904 maint/gnulib/lib/getloadavg.c       if (lseek (channel, offset, 0) == -1L
offset            912 maint/gnulib/lib/getloadavg.c       if (kvm_read (kd, offset, (char *) load_ave, sizeof (load_ave))
offset            921 maint/gnulib/lib/getloadavg.c   if (offset == 0 || !getloadavg_initialized)
offset             71 maint/gnulib/lib/getndelim2.c getndelim2 (char **lineptr, size_t *linesize, size_t offset, size_t nmax,
offset             89 maint/gnulib/lib/getndelim2.c   if (size < offset)
offset             92 maint/gnulib/lib/getndelim2.c   nbytes_avail = size - offset;
offset             93 maint/gnulib/lib/getndelim2.c   read_pos = ptr + offset;
offset            164 maint/gnulib/lib/getndelim2.c           if (GETNDELIM2_MAXIMUM < newsize - offset)
offset            166 maint/gnulib/lib/getndelim2.c               size_t newsizemax = offset + GETNDELIM2_MAXIMUM + 1;
offset            208 maint/gnulib/lib/getndelim2.c   bytes_stored = read_pos - (ptr + offset);
offset             38 maint/gnulib/lib/getndelim2.h extern ssize_t getndelim2 (char **lineptr, size_t *linesize, size_t offset,
offset            818 maint/gnulib/lib/git-merge-changelog.c find_paragraph_end (const struct entry *entry, size_t offset)
offset            825 maint/gnulib/lib/git-merge-changelog.c       const char *nl = memchr (string + offset, '\n', length - offset);
offset            828 maint/gnulib/lib/git-merge-changelog.c       offset = (nl - string) + 1;
offset            829 maint/gnulib/lib/git-merge-changelog.c       if (offset < length && string[offset] == '\n')
offset            830 maint/gnulib/lib/git-merge-changelog.c         return offset;
offset             42 maint/gnulib/lib/gl_carray_list.c   size_t offset;
offset             71 maint/gnulib/lib/gl_carray_list.c   list->offset = 0;
offset            108 maint/gnulib/lib/gl_carray_list.c   list->offset = 0;
offset            134 maint/gnulib/lib/gl_carray_list.c   i = list->offset + index;
offset            150 maint/gnulib/lib/gl_carray_list.c   i = list->offset + index;
offset            211 maint/gnulib/lib/gl_carray_list.c   i = list->offset + position;
offset            226 maint/gnulib/lib/gl_carray_list.c   i = list->offset + position;
offset            249 maint/gnulib/lib/gl_carray_list.c       i_end = list->offset + end_index;
offset            257 maint/gnulib/lib/gl_carray_list.c           i = list->offset + start_index;
offset            264 maint/gnulib/lib/gl_carray_list.c                 return (i >= list->offset ? i : i + allocated) - list->offset;
offset            276 maint/gnulib/lib/gl_carray_list.c           i = list->offset + start_index;
offset            283 maint/gnulib/lib/gl_carray_list.c                 return (i >= list->offset ? i : i + allocated) - list->offset;
offset            318 maint/gnulib/lib/gl_carray_list.c   if (list->offset > 0 && list->count > 0)
offset            324 maint/gnulib/lib/gl_carray_list.c       if (list->offset + list->count > list->allocated)
offset            326 maint/gnulib/lib/gl_carray_list.c           memcpy (memory, &list->elements[list->offset],
offset            327 maint/gnulib/lib/gl_carray_list.c                   (list->allocated - list->offset) * sizeof (const void *));
offset            328 maint/gnulib/lib/gl_carray_list.c           memcpy (memory + (list->allocated - list->offset), list->elements,
offset            329 maint/gnulib/lib/gl_carray_list.c                   (list->offset + list->count - list->allocated)
offset            334 maint/gnulib/lib/gl_carray_list.c         memcpy (memory, &list->elements[list->offset],
offset            347 maint/gnulib/lib/gl_carray_list.c   list->offset = 0;
offset            360 maint/gnulib/lib/gl_carray_list.c   list->offset = (list->offset == 0 ? list->allocated : list->offset) - 1;
offset            361 maint/gnulib/lib/gl_carray_list.c   list->elements[list->offset] = elt;
offset            375 maint/gnulib/lib/gl_carray_list.c   i = list->offset + count;
offset            401 maint/gnulib/lib/gl_carray_list.c       list->offset = (list->offset == 0 ? list->allocated : list->offset) - 1;
offset            403 maint/gnulib/lib/gl_carray_list.c       i2 = list->offset + position;
offset            409 maint/gnulib/lib/gl_carray_list.c           for (i = list->offset; i < i1; i++)
offset            417 maint/gnulib/lib/gl_carray_list.c           for (i = list->offset; i < i2; i++)
offset            427 maint/gnulib/lib/gl_carray_list.c       i1 = list->offset + position;
offset            428 maint/gnulib/lib/gl_carray_list.c       i3 = list->offset + count;
offset            498 maint/gnulib/lib/gl_carray_list.c       i0 = list->offset;
offset            499 maint/gnulib/lib/gl_carray_list.c       i2 = list->offset + position;
offset            522 maint/gnulib/lib/gl_carray_list.c       list->offset = (i0 == list->allocated ? 0 : i0);
offset            529 maint/gnulib/lib/gl_carray_list.c       i1 = list->offset + position;
offset            530 maint/gnulib/lib/gl_carray_list.c       i3 = list->offset + count - 1;
offset            600 maint/gnulib/lib/gl_carray_list.c               size_t i1 = list->offset;
offset            601 maint/gnulib/lib/gl_carray_list.c               size_t i3 = list->offset + count - 1;
offset            688 maint/gnulib/lib/gl_carray_list.c       size_t i = list->offset + iterator->i;
offset            729 maint/gnulib/lib/gl_carray_list.c           i_mid = list->offset + mid;
offset            754 maint/gnulib/lib/gl_carray_list.c                   i_mid2 = list->offset + mid2;
offset            825 maint/gnulib/lib/gl_carray_list.c       i_mid = list->offset + mid;
offset             40 maint/gnulib/lib/lseek.c rpl_lseek (int fd, off_t offset, int whence)
offset             67 maint/gnulib/lib/lseek.c       off_t next_hole = lseek (fd, offset, SEEK_HOLE);
offset             69 maint/gnulib/lib/lseek.c         return errno == ENXIO ? offset : next_hole;
offset             70 maint/gnulib/lib/lseek.c       if (next_hole != offset)
offset             85 maint/gnulib/lib/lseek.c   return _lseeki64 (fd, offset, whence);
offset             87 maint/gnulib/lib/lseek.c   return lseek (fd, offset, whence);
offset             64 maint/gnulib/lib/malloca.c           idx_t offset = ((umemplus & ~alignment2_mask)
offset             66 maint/gnulib/lib/malloca.c           void *vp = mem + offset;
offset             73 maint/gnulib/lib/malloca.c           p[-1] = offset;
offset             79 maint/gnulib/lib/mktime-internal.h                                      mktime_offset_t *offset) attribute_hidden;
offset            323 maint/gnulib/lib/mktime.c 		   mktime_offset_t *offset)
offset            364 maint/gnulib/lib/mktime.c   mktime_offset_t off = *offset;
offset            494 maint/gnulib/lib/mktime.c   INT_SUBTRACT_WRAPV (t, t0, offset);
offset            495 maint/gnulib/lib/mktime.c   INT_SUBTRACT_WRAPV (*offset, negative_offset_guess, offset);
offset           1357 maint/gnulib/lib/nstrftime.c                   DO_NUMBER (2, (era->offset
offset             35 maint/gnulib/lib/pread.c pread (int fd, void *buf, size_t nbyte, off_t offset)
offset             46 maint/gnulib/lib/pread.c   if (__libc_lseek (fd, offset, SEEK_SET) == (off_t) -1)
offset             34 maint/gnulib/lib/pwrite.c pwrite (int fd, const void *buf, size_t nbyte, off_t offset)
offset             45 maint/gnulib/lib/pwrite.c   if (__libc_lseek (fd, offset, SEEK_SET) == (off_t) -1)
offset            571 maint/gnulib/lib/regex_internal.c   Idx offset;
offset            574 maint/gnulib/lib/regex_internal.c     offset = idx - pstr->raw_mbs_idx;
offset            590 maint/gnulib/lib/regex_internal.c       offset = idx;
offset            593 maint/gnulib/lib/regex_internal.c   if (__glibc_likely (offset != 0))
offset            596 maint/gnulib/lib/regex_internal.c       if (__glibc_likely (offset < pstr->valid_raw_len))
offset            605 maint/gnulib/lib/regex_internal.c 		  if (pstr->offsets[mid] > offset)
offset            607 maint/gnulib/lib/regex_internal.c 		  else if (pstr->offsets[mid] < offset)
offset            613 maint/gnulib/lib/regex_internal.c 	      if (pstr->offsets[mid] < offset)
offset            621 maint/gnulib/lib/regex_internal.c 	      if (pstr->valid_len > offset
offset            622 maint/gnulib/lib/regex_internal.c 		  && mid == offset && pstr->offsets[mid] == offset)
offset            624 maint/gnulib/lib/regex_internal.c 		  memmove (pstr->wcs, pstr->wcs + offset,
offset            625 maint/gnulib/lib/regex_internal.c 			   (pstr->valid_len - offset) * sizeof (wint_t));
offset            626 maint/gnulib/lib/regex_internal.c 		  memmove (pstr->mbs, pstr->mbs + offset, pstr->valid_len - offset);
offset            627 maint/gnulib/lib/regex_internal.c 		  pstr->valid_len -= offset;
offset            628 maint/gnulib/lib/regex_internal.c 		  pstr->valid_raw_len -= offset;
offset            630 maint/gnulib/lib/regex_internal.c 		    pstr->offsets[low] = pstr->offsets[low + offset] - offset;
offset            636 maint/gnulib/lib/regex_internal.c 		  pstr->len = pstr->raw_len - idx + offset;
offset            637 maint/gnulib/lib/regex_internal.c 		  pstr->stop = pstr->raw_stop - idx + offset;
offset            639 maint/gnulib/lib/regex_internal.c 		  while (mid > 0 && pstr->offsets[mid - 1] == offset)
offset            650 maint/gnulib/lib/regex_internal.c 		      pstr->valid_len = pstr->offsets[mid] - offset;
offset            663 maint/gnulib/lib/regex_internal.c 	      pstr->tip_context = re_string_context_at (pstr, offset - 1,
offset            666 maint/gnulib/lib/regex_internal.c 		memmove (pstr->wcs, pstr->wcs + offset,
offset            667 maint/gnulib/lib/regex_internal.c 			 (pstr->valid_len - offset) * sizeof (wint_t));
offset            669 maint/gnulib/lib/regex_internal.c 		memmove (pstr->mbs, pstr->mbs + offset,
offset            670 maint/gnulib/lib/regex_internal.c 			 pstr->valid_len - offset);
offset            671 maint/gnulib/lib/regex_internal.c 	      pstr->valid_len -= offset;
offset            672 maint/gnulib/lib/regex_internal.c 	      pstr->valid_raw_len -= offset;
offset            683 maint/gnulib/lib/regex_internal.c 	      pstr->len = pstr->raw_len - idx + offset;
offset            684 maint/gnulib/lib/regex_internal.c 	      pstr->stop = pstr->raw_stop - idx + offset;
offset            700 maint/gnulib/lib/regex_internal.c 		  end = raw + (offset - pstr->mb_cur_max);
offset            703 maint/gnulib/lib/regex_internal.c 		  p = raw + offset - 1;
offset            737 maint/gnulib/lib/regex_internal.c 			  if (raw + offset - p <= mbclen
offset            742 maint/gnulib/lib/regex_internal.c 			      pstr->valid_len = mbclen - (raw + offset - p);
offset            772 maint/gnulib/lib/regex_internal.c 	      int c = pstr->raw_mbs[pstr->raw_mbs_idx + offset - 1];
offset            783 maint/gnulib/lib/regex_internal.c 	pstr->mbs += offset;
offset            786 maint/gnulib/lib/regex_internal.c   pstr->len -= offset;
offset            787 maint/gnulib/lib/regex_internal.c   pstr->stop -= offset;
offset            425 maint/gnulib/lib/regex_internal.h #define re_string_peek_byte(pstr, offset) \
offset            426 maint/gnulib/lib/regex_internal.h   ((pstr)->mbs[(pstr)->cur_idx + offset])
offset            744 maint/gnulib/lib/regexec.c 	      __re_size_t offset = match_first - mctx.input.raw_mbs_idx;
offset            745 maint/gnulib/lib/regexec.c 	      if (__glibc_unlikely (offset
offset            753 maint/gnulib/lib/regexec.c 		  offset = match_first - mctx.input.raw_mbs_idx;
offset            756 maint/gnulib/lib/regexec.c 	      ch = (offset < mctx.input.valid_len
offset            757 maint/gnulib/lib/regexec.c 		    ? re_string_byte_at (&mctx.input, offset) : 0);
offset            610 maint/gnulib/lib/ssfmalloc.h   size_t offset = block - page;
offset            624 maint/gnulib/lib/ssfmalloc.h       if (offset > gaps[mid].end)
offset            626 maint/gnulib/lib/ssfmalloc.h       else if (offset < gaps[mid].end)
offset            657 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence)
offset            659 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence));
offset            661 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence));
offset            680 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
offset            682 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
offset            685 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
offset            688 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
offset            815 maint/gnulib/lib/strptime.c                           int delta = ((tm->tm_year - era->offset)
offset            836 maint/gnulib/lib/strptime.c                           int delta = ((tm->tm_year - era->offset)
offset           1066 maint/gnulib/lib/strptime.c                        + ((tm->tm_year - era->offset)
offset           1666 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence));
offset           1667 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence));
offset           1673 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (lseek, off_t, (int fd, off_t offset, int whence));
offset           1675 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
offset           1693 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (lseek, long, (int fd, long offset, int whence));
offset           1695 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
offset           1760 maint/gnulib/lib/unistd.in.h                   (int fd, void *buf, size_t bufsize, off_t offset)
offset           1763 maint/gnulib/lib/unistd.in.h                   (int fd, void *buf, size_t bufsize, off_t offset));
offset           1767 maint/gnulib/lib/unistd.in.h                   (int fd, void *buf, size_t bufsize, off_t offset)
offset           1771 maint/gnulib/lib/unistd.in.h                   (int fd, void *buf, size_t bufsize, off_t offset));
offset           1795 maint/gnulib/lib/unistd.in.h                   (int fd, const void *buf, size_t bufsize, off_t offset)
offset           1798 maint/gnulib/lib/unistd.in.h                   (int fd, const void *buf, size_t bufsize, off_t offset));
offset           1802 maint/gnulib/lib/unistd.in.h                   (int fd, const void *buf, size_t bufsize, off_t offset)
offset           1806 maint/gnulib/lib/unistd.in.h                   (int fd, const void *buf, size_t bufsize, off_t offset));
offset           1386 maint/gnulib/lib/vma-iter.c       vm_offset_t offset;
offset           1390 maint/gnulib/lib/vma-iter.c                          &inheritance, &shared, &object_name, &offset)
offset             41 maint/gnulib/lib/windows-rwlock.c   wq->offset = 0;
offset             62 maint/gnulib/lib/windows-rwlock.c       if (wq->offset > 0)
offset             66 maint/gnulib/lib/windows-rwlock.c           unsigned int old_offset = wq->offset;
offset             76 maint/gnulib/lib/windows-rwlock.c           wq->offset = 0;
offset             87 maint/gnulib/lib/windows-rwlock.c   index = wq->offset + wq->count;
offset             99 maint/gnulib/lib/windows-rwlock.c   SetEvent (wq->array[wq->offset + 0]);
offset            100 maint/gnulib/lib/windows-rwlock.c   wq->offset++;
offset            102 maint/gnulib/lib/windows-rwlock.c   if (wq->count == 0 || wq->offset == wq->alloc)
offset            103 maint/gnulib/lib/windows-rwlock.c     wq->offset = 0;
offset            114 maint/gnulib/lib/windows-rwlock.c       unsigned int index = wq->offset + i;
offset            120 maint/gnulib/lib/windows-rwlock.c   wq->offset = 0;
offset             37 maint/gnulib/lib/windows-rwlock.h           unsigned int offset; /* index of first waiting thread in array */
offset            347 tools/crm_resource_ban.c     int offset = 0;
offset            365 tools/crm_resource_ban.c     offset += snprintf(first_half + offset, XPATH_MAX - offset, "//rsc_location");
offset            368 tools/crm_resource_ban.c         offset += snprintf(first_half + offset, XPATH_MAX - offset, "[");
offset            372 tools/crm_resource_ban.c                 offset += snprintf(first_half + offset, XPATH_MAX - offset, "@node='%s' and ", node);
offset            374 tools/crm_resource_ban.c                 offset += snprintf(first_half + offset, XPATH_MAX - offset, "@node='%s'", node);
offset            381 tools/crm_resource_ban.c             offset += snprintf(first_half + offset, XPATH_MAX - offset,
offset            386 tools/crm_resource_ban.c             offset += snprintf(first_half + offset, XPATH_MAX - offset, "@rsc='%s']", rsc);
offset            390 tools/crm_resource_ban.c             offset += snprintf(first_half + offset, XPATH_MAX - offset,
offset            393 tools/crm_resource_ban.c             offset += snprintf(first_half + offset, XPATH_MAX - offset, "]");
offset            109 tools/crm_resource_runtime.c     int offset = 0;
offset            130 tools/crm_resource_runtime.c     offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "%s",
offset            133 tools/crm_resource_runtime.c     offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "//*[@id=\"%s\"]", rsc);
offset            136 tools/crm_resource_runtime.c         offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "/%s", attr_set_type);
offset            138 tools/crm_resource_runtime.c             offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "[@id=\"%s\"]", set_name);
offset            142 tools/crm_resource_runtime.c     offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "//nvpair[");
offset            144 tools/crm_resource_runtime.c         offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "@id=\"%s\"", attr_id);
offset            149 tools/crm_resource_runtime.c             offset += snprintf(xpath_string + offset, XPATH_MAX - offset, " and ");
offset            151 tools/crm_resource_runtime.c         offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "@name=\"%s\"", attr_name);
offset            153 tools/crm_resource_runtime.c     offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "]");
offset            154 tools/crm_resource_runtime.c     CRM_LOG_ASSERT(offset > 0);
offset            345 tools/crm_ticket.c     int offset = 0;
offset            355 tools/crm_ticket.c     offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "%s", "/cib/status/tickets");
offset            358 tools/crm_ticket.c         offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "/%s[@id=\"%s\"]",
offset            362 tools/crm_ticket.c     CRM_LOG_ASSERT(offset > 0);
offset            389 tools/crm_ticket.c     int offset = 0;
offset            406 tools/crm_ticket.c     offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "%s/%s",
offset            410 tools/crm_ticket.c         offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "[@ticket=\"%s\"]",
offset            414 tools/crm_ticket.c     CRM_LOG_ASSERT(offset > 0);
offset            502 tools/crm_ticket.c     int offset = 0;
offset            510 tools/crm_ticket.c         offset += snprintf(warning + offset, text_max - offset,
offset            516 tools/crm_ticket.c         offset += snprintf(warning + offset, text_max - offset,
offset            520 tools/crm_ticket.c         offset += snprintf(warning + offset, text_max - offset,
offset            524 tools/crm_ticket.c         offset += snprintf(warning + offset, text_max - offset,
offset            530 tools/crm_ticket.c     offset += snprintf(warning + offset, text_max - offset,
offset            534 tools/crm_ticket.c     offset += snprintf(warning + offset, text_max - offset, 
offset            537 tools/crm_ticket.c     CRM_LOG_ASSERT(offset > 0);
offset             86 tools/ipmiservicelogd.c                                          int offset, int severity, int prev_severity, void *cb_data,
offset            409 tools/ipmiservicelogd.c                               int offset,