p 41 daemons/based/based_io.c int write_cib_contents(gpointer p); p 378 daemons/based/based_io.c cib_diskwrite_complete(mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode) p 403 daemons/based/based_io.c write_cib_contents(gpointer p) p 409 daemons/based/based_io.c if (p) { p 411 daemons/based/based_io.c cib_local = copy_xml(p); p 456 daemons/based/based_io.c if (p == NULL) { p 57 daemons/based/pacemaker-based.c extern int write_cib_contents(gpointer p); p 25 daemons/controld/controld_metadata.c struct ra_param_s *p = (struct ra_param_s *) param; p 27 daemons/controld/controld_metadata.c if (p->rap_name) { p 28 daemons/controld/controld_metadata.c free(p->rap_name); p 74 daemons/controld/controld_metadata.c struct ra_param_s *p; p 76 daemons/controld/controld_metadata.c p = calloc(1, sizeof(struct ra_param_s)); p 77 daemons/controld/controld_metadata.c if (p == NULL) { p 81 daemons/controld/controld_metadata.c p->rap_name = strdup(param_name); p 82 daemons/controld/controld_metadata.c if (p->rap_name == NULL) { p 83 daemons/controld/controld_metadata.c free(p); p 88 daemons/controld/controld_metadata.c controld_set_ra_param_flags(p, ra_param_reloadable); p 92 daemons/controld/controld_metadata.c controld_set_ra_param_flags(p, ra_param_unique); p 96 daemons/controld/controld_metadata.c controld_set_ra_param_flags(p, ra_param_private); p 98 daemons/controld/controld_metadata.c return p; p 201 daemons/controld/controld_metadata.c struct ra_param_s *p = ra_param_from_xml(match); p 203 daemons/controld/controld_metadata.c if (p == NULL) { p 207 daemons/controld/controld_metadata.c if (pcmk_is_set(p->rap_flags, ra_param_private)) { p 210 daemons/controld/controld_metadata.c md->ra_params = g_list_prepend(md->ra_params, p); p 221 daemons/controld/controld_metadata.c struct ra_param_s *p = iter->data; p 223 daemons/controld/controld_metadata.c if (pcmk__str_any_of(p->rap_name, "password", "passwd", "user", p 225 daemons/controld/controld_metadata.c controld_set_ra_param_flags(p, ra_param_private); p 468 daemons/controld/controld_te_actions.c static void te_peer_free(gpointer p) p 470 daemons/controld/controld_te_actions.c struct te_peer_s *peer = p; p 387 daemons/controld/controld_throttle.c throttle_record_free(gpointer p) p 389 daemons/controld/controld_throttle.c struct throttle_record_s *r = p; p 258 daemons/execd/remoted_pidone.c char *p; p 282 daemons/execd/remoted_pidone.c p = &argv[0][i]; p 283 daemons/execd/remoted_pidone.c while (p < LastArgv) { p 284 daemons/execd/remoted_pidone.c *p++ = '\0'; p 116 daemons/pacemakerd/pcmkd_subdaemons.c static void pcmk_child_exit(mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode); p 246 daemons/pacemakerd/pcmkd_subdaemons.c pcmk_child_exit(mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode) p 248 daemons/pacemakerd/pcmkd_subdaemons.c pcmk_child_t *child = mainloop_child_userdata(p); p 249 daemons/pacemakerd/pcmkd_subdaemons.c const char *name = mainloop_child_name(p); p 59 include/crm/common/ipc_internal.h #define PCMK__SPECIAL_PID_AS_0(p) (((p) == PCMK__SPECIAL_PID) ? 0 : (p)) p 61 include/crm/common/ipc_internal.h #define PCMK__SPECIAL_PID_AS_0(p) (p) p 161 include/crm/common/mainloop.h void (*callback) (mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode)); p 168 include/crm/common/mainloop.h void (*callback) (mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode)); p 49 include/crm/common/unittest_internal.h pid_t p = fork(); \ p 50 include/crm/common/unittest_internal.h if (p == 0) { \ p 55 include/crm/common/unittest_internal.h } else if (p > 0) { \ p 57 include/crm/common/unittest_internal.h if (waitpid(p, &wstatus, 0) == -1) { \ p 85 include/crm/common/unittest_internal.h pid_t p = fork(); \ p 86 include/crm/common/unittest_internal.h if (p == 0) { \ p 91 include/crm/common/unittest_internal.h } else if (p > 0) { \ p 93 include/crm/common/unittest_internal.h if (waitpid(p, &wstatus, 0) == -1) { \ p 26 lib/common/cib_secrets.c static int is_magic_value(char *p); p 35 lib/common/cib_secrets.c is_magic_value(char *p) p 37 lib/common/cib_secrets.c return !strcmp(p, MAGIC); p 60 lib/common/cib_secrets.c char *p; p 77 lib/common/cib_secrets.c for (p = buf + strlen(buf) - 1; (p >= buf) && isspace(*p); p--); p 78 lib/common/cib_secrets.c *(p+1) = '\0'; p 40 lib/common/mainloop.c void (*callback) (mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode); p 441 lib/common/mainloop.c enum qb_loop_priority p; p 511 lib/common/mainloop.c gio_poll_dispatch_update(enum qb_loop_priority p, int32_t fd, int32_t evts, p 553 lib/common/mainloop.c adaptor->p = p; p 556 lib/common/mainloop.c g_io_add_watch_full(channel, conv_prio_libqb2glib(p), evts, p 579 lib/common/mainloop.c gio_poll_dispatch_add(enum qb_loop_priority p, int32_t fd, int32_t evts, p 582 lib/common/mainloop.c return gio_poll_dispatch_update(p, fd, evts, data, fn, QB_TRUE); p 586 lib/common/mainloop.c gio_poll_dispatch_mod(enum qb_loop_priority p, int32_t fd, int32_t evts, p 589 lib/common/mainloop.c return gio_poll_dispatch_update(p, fd, evts, data, fn, QB_FALSE); p 1084 lib/common/mainloop.c child_timeout_callback(gpointer p) p 1086 lib/common/mainloop.c mainloop_child_t *child = p; p 1187 lib/common/mainloop.c child_signal_init(gpointer p) p 1256 lib/common/mainloop.c void (*callback) (mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode)) p 1287 lib/common/mainloop.c void (*callback) (mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode)) p 275 lib/common/md5.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) p 1051 lib/common/patchset.c int p = position; p 1053 lib/common/patchset.c if (p > pcmk__xml_position(match, pcmk__xf_skip)) { p 1054 lib/common/patchset.c p++; // Skip ourselves p 1061 lib/common/patchset.c && (p != pcmk__xml_position(match_child, pcmk__xf_skip))) { p 272 lib/common/strings.c for (const char *p = text; p != local_end_text; p++) { p 273 lib/common/strings.c if (strchr("0.eE", *p) == NULL) { p 484 lib/common/strings.c const char *p = prefix; p 486 lib/common/strings.c if (!s || !p) { p 489 lib/common/strings.c while (*s && *p) { p 490 lib/common/strings.c if (*s++ != *p++) { p 494 lib/common/strings.c return (*p == 0); p 587 lib/common/strings.c const signed char *p; p 590 lib/common/strings.c for (p = v; *p != '\0'; p++) p 591 lib/common/strings.c h = (h << 5) - h + *p; p 625 lib/common/strings.c const signed char *p; p 628 lib/common/strings.c for (p = v; *p != '\0'; p++) p 629 lib/common/strings.c h = (h << 5) - h + g_ascii_tolower(*p); p 1929 lib/fencing/st_client.c stonith_key_value_t *p, *end; p 1931 lib/fencing/st_client.c p = calloc(1, sizeof(stonith_key_value_t)); p 1932 lib/fencing/st_client.c pcmk__str_update(&p->key, key); p 1933 lib/fencing/st_client.c pcmk__str_update(&p->value, value); p 1941 lib/fencing/st_client.c end->next = p; p 1943 lib/fencing/st_client.c head = p; p 1952 lib/fencing/st_client.c stonith_key_value_t *p; p 1955 lib/fencing/st_client.c p = head->next; p 1963 lib/fencing/st_client.c head = p; p 275 lib/gnu/md5.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) p 111 lib/lrmd/lrmd_client.c lrmd_list_t *p, *end; p 113 lib/lrmd/lrmd_client.c p = calloc(1, sizeof(lrmd_list_t)); p 114 lib/lrmd/lrmd_client.c p->val = strdup(value); p 122 lib/lrmd/lrmd_client.c end->next = p; p 124 lib/lrmd/lrmd_client.c head = p; p 133 lib/lrmd/lrmd_client.c lrmd_list_t *p; p 138 lib/lrmd/lrmd_client.c p = head->next; p 141 lib/lrmd/lrmd_client.c head = p; p 148 lib/lrmd/lrmd_client.c lrmd_key_value_t *p, *end; p 150 lib/lrmd/lrmd_client.c p = calloc(1, sizeof(lrmd_key_value_t)); p 151 lib/lrmd/lrmd_client.c p->key = strdup(key); p 152 lib/lrmd/lrmd_client.c p->value = strdup(value); p 160 lib/lrmd/lrmd_client.c end->next = p; p 162 lib/lrmd/lrmd_client.c head = p; p 171 lib/lrmd/lrmd_client.c lrmd_key_value_t *p; p 174 lib/lrmd/lrmd_client.c p = head->next; p 178 lib/lrmd/lrmd_client.c head = p; p 120 lib/pengine/complex.c pcmk_resource_t *p = rsc->parent; p 122 lib/pengine/complex.c if (p == NULL) { p 128 lib/pengine/complex.c while(p != NULL) { p 130 lib/pengine/complex.c pe__unpack_dataset_nvpairs(p->xml, XML_TAG_META_SETS, rule_data, p 132 lib/pengine/complex.c p = p->parent; p 122 lib/pengine/native.c pcmk_resource_t *p = rsc->parent; p 128 lib/pengine/native.c while(p && node->details->online) { p 130 lib/pengine/native.c p->running_on = g_list_append(p->running_on, node); p 131 lib/pengine/native.c p = p->parent; p 567 lib/pengine/rules.c const char *p, *last_match_index; p 574 lib/pengine/rules.c p = last_match_index = string; p 576 lib/pengine/rules.c while (*p) { p 577 lib/pengine/rules.c if (*p == '%' && *(p + 1) && isdigit(*(p + 1))) { p 578 lib/pengine/rules.c i = *(p + 1) - '0'; p 581 lib/pengine/rules.c len += p - last_match_index + (match_data->pmatch[i].rm_eo - match_data->pmatch[i].rm_so); p 582 lib/pengine/rules.c last_match_index = p + 2; p 584 lib/pengine/rules.c p++; p 586 lib/pengine/rules.c p++; p 588 lib/pengine/rules.c len += p - last_match_index + 1; p 596 lib/pengine/rules.c p = string; p 598 lib/pengine/rules.c while (*p) { p 599 lib/pengine/rules.c if (*p == '%' && *(p + 1) && isdigit(*(p + 1))) { p 600 lib/pengine/rules.c i = *(p + 1) - '0'; p 608 lib/pengine/rules.c p++; p 610 lib/pengine/rules.c *(p_dst) = *(p); p 613 lib/pengine/rules.c p++; p 3451 lib/pengine/unpack.c const char *p = strchr(when_s, ' '); p 3454 lib/pengine/unpack.c if ((p != NULL) && (*(++p) != '\0')) { p 3455 lib/pengine/unpack.c result = strdup(p); p 652 lib/services/services_linux.c async_action_complete(mainloop_child_t *p, pid_t pid, int core, int signo, p 655 lib/services/services_linux.c svc_action_t *op = mainloop_child_userdata(p); p 657 lib/services/services_linux.c mainloop_clear_child_userdata(p); p 678 lib/services/services_linux.c } else if (mainloop_child_timeout(p)) { p 1034 lib/services/systemd.c systemd_timeout_callback(gpointer p) p 1036 lib/services/systemd.c svc_action_t * op = p; p 42 libltdl/libltdl/lt__alloc.h #define MEMREASSIGN(p, q) LT_STMT_START { \ p 43 libltdl/libltdl/lt__alloc.h if ((p) != (q)) { free (p); (p) = (q); (q) = 0; } \ p 94 libltdl/lt__argz.c const char *p; p 101 libltdl/lt__argz.c for (p = str, q = argz; *p != EOS_CHAR; ++p) p 103 libltdl/lt__argz.c if (*p == delim) p 113 libltdl/lt__argz.c *q++ = *p; p 116 libltdl/lt__argz.c *q = *p; p 54 libltdl/lt__strl.c char *p; p 67 libltdl/lt__strl.c for ( p = dst + length, q = src; p 69 libltdl/lt__strl.c length++, p++, q++ ) p 70 libltdl/lt__strl.c *p = *q; p 102 libltdl/lt__strl.c char *p; p 112 libltdl/lt__strl.c for ( p=dst, q=src, length=0; p 114 libltdl/lt__strl.c length++, p++, q++ ) p 115 libltdl/lt__strl.c *p = *q; p 828 libltdl/ltdl.c char *p, *save_search_path = 0; p 850 libltdl/ltdl.c p = deplibs; p 851 libltdl/ltdl.c while (*p) p 853 libltdl/ltdl.c if (!isspace ((unsigned char) *p)) p 855 libltdl/ltdl.c char *end = p+1; p 861 libltdl/ltdl.c if (strncmp(p, "-L", 2) == 0 || strncmp(p, "-R", 2) == 0) p 865 libltdl/ltdl.c if (lt_dladdsearchdir(p+2)) p 876 libltdl/ltdl.c p = end; p 880 libltdl/ltdl.c ++p; p 897 libltdl/ltdl.c p = deplibs; p 898 libltdl/ltdl.c while (*p) p 900 libltdl/ltdl.c if (isspace ((unsigned char) *p)) p 902 libltdl/ltdl.c ++p; p 906 libltdl/ltdl.c char *end = p+1; p 912 libltdl/ltdl.c if (strncmp(p, "-L", 2) != 0 && strncmp(p, "-R", 2) != 0) p 917 libltdl/ltdl.c if (strncmp(p, "-l", 2) == 0) p 919 libltdl/ltdl.c size_t name_len = 3+ /* "lib" */ LT_STRLEN (p + 2); p 922 libltdl/ltdl.c sprintf (name, "lib%s", p+2); p 925 libltdl/ltdl.c name = lt__strdup(p); p 933 libltdl/ltdl.c p = end; p 1791 libltdl/ltdl.c char *p; p 1792 libltdl/ltdl.c for (p = end; p -1 > dp->d_name; --p) p 1793 libltdl/ltdl.c if (strchr (".0123456789", p[-1]) == 0) p 1796 libltdl/ltdl.c if (*p == '.') p 1797 libltdl/ltdl.c end = p; p 1802 libltdl/ltdl.c char *p; p 1803 libltdl/ltdl.c for (p = end -1; p > dp->d_name; --p) p 1804 libltdl/ltdl.c if (*p == '.') p 1806 libltdl/ltdl.c end = p; p 137 maint/gnulib/lib/acosl.c long double t, p, q; p 161 maint/gnulib/lib/acosl.c p = (((((((((pS9 * t p 183 maint/gnulib/lib/acosl.c return pio2_hi - (x + x * (p / q) - pio2_lo); p 189 maint/gnulib/lib/acosl.c p = ((((((((((rS10 * t p 213 maint/gnulib/lib/acosl.c return (pio2_hi - asinr5625) - (p / q - pio2_lo); p 94 maint/gnulib/lib/aligned-malloc.h void *p; p 95 maint/gnulib/lib/aligned-malloc.h int ret = posix_memalign (&p, (ALIGNMENT), size); p 97 maint/gnulib/lib/aligned-malloc.h return p; p 147 maint/gnulib/lib/aligned-malloc.h void *p = ((void **) q)[-1]; p 148 maint/gnulib/lib/aligned-malloc.h if (!((uintptr_t) p <= (uintptr_t) q p 149 maint/gnulib/lib/aligned-malloc.h && (uintptr_t) q - (uintptr_t) p >= MALLOC_ALIGNMENT p 150 maint/gnulib/lib/aligned-malloc.h && (uintptr_t) q - (uintptr_t) p <= (ALIGNMENT))) p 152 maint/gnulib/lib/aligned-malloc.h free (p); p 165 maint/gnulib/lib/aligned-malloc.h void *p = malloc (size); p 166 maint/gnulib/lib/aligned-malloc.h if (p != NULL) p 170 maint/gnulib/lib/aligned-malloc.h (void *) (((uintptr_t) p + (ALIGNMENT)) & -(intptr_t)(ALIGNMENT)); p 174 maint/gnulib/lib/aligned-malloc.h ((void **) q)[-1] = p; p 61 maint/gnulib/lib/amemxfrm.c const char *p; p 63 maint/gnulib/lib/amemxfrm.c p = s; p 67 maint/gnulib/lib/amemxfrm.c size_t l = strlen (p); p 102 maint/gnulib/lib/amemxfrm.c k = strxfrm (result + length, p, allocated - length); p 132 maint/gnulib/lib/amemxfrm.c p = p + l + 1; p 133 maint/gnulib/lib/amemxfrm.c if (p == p_end) p 38 maint/gnulib/lib/anytostr.c char *p = buf + INT_STRLEN_BOUND (inttype); p 39 maint/gnulib/lib/anytostr.c *p = 0; p 44 maint/gnulib/lib/anytostr.c *--p = '0' - i % 10; p 47 maint/gnulib/lib/anytostr.c *--p = '-'; p 52 maint/gnulib/lib/anytostr.c *--p = '0' + i % 10; p 56 maint/gnulib/lib/anytostr.c return p; p 81 maint/gnulib/lib/argp-fmtstream.c fs->p = fs->buf; p 100 maint/gnulib/lib/argp-fmtstream.c if (fs->p > fs->buf) p 103 maint/gnulib/lib/argp-fmtstream.c __fxprintf (fs->stream, "%.*s", (int) (fs->p - fs->buf), fs->buf); p 105 maint/gnulib/lib/argp-fmtstream.c fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream); p 128 maint/gnulib/lib/argp-fmtstream.c while (buf < fs->p) p 136 maint/gnulib/lib/argp-fmtstream.c if (fs->p + pad < fs->end) p 140 maint/gnulib/lib/argp-fmtstream.c memmove (buf + pad, buf, fs->p - buf); p 141 maint/gnulib/lib/argp-fmtstream.c fs->p += pad; /* Compensate for bigger buffer. */ p 162 maint/gnulib/lib/argp-fmtstream.c len = fs->p - buf; p 183 maint/gnulib/lib/argp-fmtstream.c nl = fs->p; p 201 maint/gnulib/lib/argp-fmtstream.c if (nl < fs->p) p 203 maint/gnulib/lib/argp-fmtstream.c memmove (buf + (r - fs->point_col), nl, fs->p - nl); p 204 maint/gnulib/lib/argp-fmtstream.c fs->p -= buf + (r - fs->point_col) - nl; p 215 maint/gnulib/lib/argp-fmtstream.c fs->p -= fs->point_col - r; p 225 maint/gnulib/lib/argp-fmtstream.c char *p, *nextline; p 228 maint/gnulib/lib/argp-fmtstream.c p = buf + (r + 1 - fs->point_col); p 229 maint/gnulib/lib/argp-fmtstream.c while (p >= buf && !isblank ((unsigned char) *p)) p 230 maint/gnulib/lib/argp-fmtstream.c --p; p 231 maint/gnulib/lib/argp-fmtstream.c nextline = p + 1; /* This will begin the next line. */ p 236 maint/gnulib/lib/argp-fmtstream.c if (p >= buf) p 238 maint/gnulib/lib/argp-fmtstream.c --p; p 239 maint/gnulib/lib/argp-fmtstream.c while (p >= buf && isblank ((unsigned char) *p)); p 240 maint/gnulib/lib/argp-fmtstream.c nl = p + 1; /* The newline will replace the first blank. */ p 246 maint/gnulib/lib/argp-fmtstream.c p = buf + (r + 1 - fs->point_col); p 248 maint/gnulib/lib/argp-fmtstream.c if (p < nl) p 250 maint/gnulib/lib/argp-fmtstream.c ++p; p 251 maint/gnulib/lib/argp-fmtstream.c while (p < nl && !isblank ((unsigned char) *p)); p 252 maint/gnulib/lib/argp-fmtstream.c if (p == nl) p 260 maint/gnulib/lib/argp-fmtstream.c nl = p; p 263 maint/gnulib/lib/argp-fmtstream.c ++p; p 264 maint/gnulib/lib/argp-fmtstream.c while (isblank ((unsigned char) *p)); p 266 maint/gnulib/lib/argp-fmtstream.c nextline = p; p 277 maint/gnulib/lib/argp-fmtstream.c && fs->p > nextline) p 280 maint/gnulib/lib/argp-fmtstream.c if (fs->end - fs->p > fs->wmargin + 1) p 283 maint/gnulib/lib/argp-fmtstream.c size_t mv = fs->p - nextline; p 334 maint/gnulib/lib/argp-fmtstream.c fs->p = nl + len; p 344 maint/gnulib/lib/argp-fmtstream.c fs->point_offs = fs->p - fs->buf; p 352 maint/gnulib/lib/argp-fmtstream.c if ((size_t) (fs->end - fs->p) < amount) p 360 maint/gnulib/lib/argp-fmtstream.c __fxprintf (fs->stream, "%.*s", (int) (fs->p - fs->buf), fs->buf); p 361 maint/gnulib/lib/argp-fmtstream.c wrote = fs->p - fs->buf; p 363 maint/gnulib/lib/argp-fmtstream.c wrote = fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream); p 365 maint/gnulib/lib/argp-fmtstream.c if (wrote == fs->p - fs->buf) p 367 maint/gnulib/lib/argp-fmtstream.c fs->p = fs->buf; p 372 maint/gnulib/lib/argp-fmtstream.c fs->p -= wrote; p 374 maint/gnulib/lib/argp-fmtstream.c memmove (fs->buf, fs->buf + wrote, fs->p - fs->buf); p 393 maint/gnulib/lib/argp-fmtstream.c fs->p = fs->buf; p 415 maint/gnulib/lib/argp-fmtstream.c avail = fs->end - fs->p; p 416 maint/gnulib/lib/argp-fmtstream.c out = __vsnprintf (fs->p, avail, fmt, args); p 423 maint/gnulib/lib/argp-fmtstream.c fs->p += out; p 92 maint/gnulib/lib/argp-fmtstream.h char *p; /* Current end of text in BUF. */ p 206 maint/gnulib/lib/argp-fmtstream.h if (__fs->p + __len <= __fs->end || __argp_fmtstream_ensure (__fs, __len)) p 208 maint/gnulib/lib/argp-fmtstream.h memcpy (__fs->p, __str, __len); p 209 maint/gnulib/lib/argp-fmtstream.h __fs->p += __len; p 232 maint/gnulib/lib/argp-fmtstream.h if (__fs->p < __fs->end || __argp_fmtstream_ensure (__fs, 1)) p 233 maint/gnulib/lib/argp-fmtstream.h return *__fs->p++ = __ch; p 243 maint/gnulib/lib/argp-fmtstream.h if ((size_t) (__fs->p - __fs->buf) > __fs->point_offs) p 255 maint/gnulib/lib/argp-fmtstream.h if ((size_t) (__fs->p - __fs->buf) > __fs->point_offs) p 267 maint/gnulib/lib/argp-fmtstream.h if ((size_t) (__fs->p - __fs->buf) > __fs->point_offs) p 278 maint/gnulib/lib/argp-fmtstream.h if ((size_t) (__fs->p - __fs->buf) > __fs->point_offs) p 169 maint/gnulib/lib/argp-help.c #define SKIPWS(p) do { while (isspace ((unsigned char) *p)) p++; } while (0); p 36 maint/gnulib/lib/argv-iter.c char **p; p 47 maint/gnulib/lib/argv-iter.c ai->p = argv; p 86 maint/gnulib/lib/argv-iter.c if (*(ai->p) == NULL) p 94 maint/gnulib/lib/argv-iter.c return *(ai->p++); p 102 maint/gnulib/lib/argv-iter.c return ai->fp ? ai->item_idx : ai->p - ai->arg_list; p 256 maint/gnulib/lib/argz.c char *p; p 269 maint/gnulib/lib/argz.c for (p = *argz, ap = argv; *ap; ++ap, ++p) p 270 maint/gnulib/lib/argz.c p = stpcpy (p, *ap); p 135 maint/gnulib/lib/asinl.c long double y, t, p, q; p 161 maint/gnulib/lib/asinl.c p = (((((((((pS9 * t p 183 maint/gnulib/lib/asinl.c return x + x * (p / q); p 189 maint/gnulib/lib/asinl.c p = ((((((((((rS10 * t p 212 maint/gnulib/lib/asinl.c t = asinr5625 + p / q; p 188 maint/gnulib/lib/atanl.c long double t, u, p, q; p 226 maint/gnulib/lib/atanl.c p = ((((p4 * u) + p3) * u + p2) * u + p1) * u + p0; p 228 maint/gnulib/lib/atanl.c u = t * u * p / q + t; p 246 maint/gnulib/lib/backupfile.c char const *p = dp->d_name + baselen + 2; p 252 maint/gnulib/lib/backupfile.c if (! ('1' <= *p && *p <= '9')) p 254 maint/gnulib/lib/backupfile.c bool all_9s = (*p == '9'); p 256 maint/gnulib/lib/backupfile.c for (versionlen = 1; ISDIGIT (p[versionlen]); versionlen++) p 257 maint/gnulib/lib/backupfile.c all_9s &= (p[versionlen] == '9'); p 259 maint/gnulib/lib/backupfile.c if (! (p[versionlen] == '~' && !p[versionlen + 1] p 262 maint/gnulib/lib/backupfile.c && memcmp (buf + filelen + 2, p, versionlen) <= 0)))) p 291 maint/gnulib/lib/backupfile.c memcpy (q, p, versionlen + 2); p 326 maint/gnulib/lib/base32.c char const *p = *in; p 327 maint/gnulib/lib/base32.c while (p < in_end) p 329 maint/gnulib/lib/base32.c char c = *p++; p 338 maint/gnulib/lib/base32.c *in = p; p 363 maint/gnulib/lib/base64.c char const *p = *in; p 364 maint/gnulib/lib/base64.c while (p < in_end) p 366 maint/gnulib/lib/base64.c char c = *p++; p 375 maint/gnulib/lib/base64.c *in = p; p 33 maint/gnulib/lib/basename-lgpl.c char const *p; p 39 maint/gnulib/lib/basename-lgpl.c for (p = base; *p; p++) p 41 maint/gnulib/lib/basename-lgpl.c if (ISSLASH (*p)) p 45 maint/gnulib/lib/basename-lgpl.c base = p; p 53 maint/gnulib/lib/basename.c char *p = ximalloc (dotslash_len + length + 1); p 56 maint/gnulib/lib/basename.c p[0] = '.'; p 57 maint/gnulib/lib/basename.c p[1] = '/'; p 61 maint/gnulib/lib/basename.c memcpy (p + dotslash_len, base, length); p 62 maint/gnulib/lib/basename.c p[dotslash_len + length] = '\0'; p 63 maint/gnulib/lib/basename.c return p; p 159 maint/gnulib/lib/bitset/table.c void *p p 161 maint/gnulib/lib/bitset/table.c if (p) p 163 maint/gnulib/lib/bitset/table.c TBITSET_ELTS (src) = p; p 92 maint/gnulib/lib/bitset/vector.c void *p p 94 maint/gnulib/lib/bitset/vector.c if (p) p 96 maint/gnulib/lib/bitset/vector.c VBITSET_WORDS (src) = p; p 106 maint/gnulib/lib/c-stack.c char *p = mempcpy (buf, progname, prognamelen); p 107 maint/gnulib/lib/c-stack.c p = mempcpy (p, separator, sizeof separator); p 108 maint/gnulib/lib/c-stack.c p = mempcpy (p, message, messagelen); p 109 maint/gnulib/lib/c-stack.c *p++ = '\n'; p 110 maint/gnulib/lib/c-stack.c buflen = p - buf; p 59 maint/gnulib/lib/classpath.c char *p; p 73 maint/gnulib/lib/classpath.c p = result; p 76 maint/gnulib/lib/classpath.c memcpy (p, classpaths[i], strlen (classpaths[i])); p 77 maint/gnulib/lib/classpath.c p += strlen (classpaths[i]); p 78 maint/gnulib/lib/classpath.c *p++ = PATH_SEPARATOR; p 82 maint/gnulib/lib/classpath.c memcpy (p, old_classpath, strlen (old_classpath)); p 83 maint/gnulib/lib/classpath.c p += strlen (old_classpath); p 88 maint/gnulib/lib/classpath.c p--; p 90 maint/gnulib/lib/classpath.c *p = '\0'; p 40 maint/gnulib/lib/concat-filename.c char *p; p 50 maint/gnulib/lib/concat-filename.c p = result; p 65 maint/gnulib/lib/concat-filename.c p = result + directory_len; p 67 maint/gnulib/lib/concat-filename.c *p++ = '/'; p 69 maint/gnulib/lib/concat-filename.c p = stpcpy (p, filename); p 71 maint/gnulib/lib/concat-filename.c stpcpy (p, suffix); p 1339 maint/gnulib/lib/dfa.c char const *p = dfa->lex.ptr; p 1340 maint/gnulib/lib/dfa.c char const *lim = p + dfa->lex.left; p 1342 maint/gnulib/lib/dfa.c for (; p != lim && isasciidigit (*p); p++) p 1344 maint/gnulib/lib/dfa.c ? *p - '0' p 1346 maint/gnulib/lib/dfa.c dfa->lex.minrep * 10 + *p - '0')); p 1347 maint/gnulib/lib/dfa.c if (p != lim) p 1349 maint/gnulib/lib/dfa.c if (*p != ',') p 1355 maint/gnulib/lib/dfa.c while (++p != lim && isasciidigit (*p)) p 1358 maint/gnulib/lib/dfa.c ? *p - '0' p 1360 maint/gnulib/lib/dfa.c dfa->lex.maxrep * 10 + *p - '0')); p 1363 maint/gnulib/lib/dfa.c if (! ((! backslash || (p != lim && *p++ == '\\')) p 1364 maint/gnulib/lib/dfa.c && p != lim && *p++ == '}' p 1375 maint/gnulib/lib/dfa.c dfa->lex.ptr = p; p 1376 maint/gnulib/lib/dfa.c dfa->lex.left = lim - p; p 2027 maint/gnulib/lib/dfa.c insert (position p, position_set *s) p 2034 maint/gnulib/lib/dfa.c if (s->elems[mid].index < p.index) p 2036 maint/gnulib/lib/dfa.c else if (s->elems[mid].index == p.index) p 2038 maint/gnulib/lib/dfa.c s->elems[mid].constraint |= p.constraint; p 2048 maint/gnulib/lib/dfa.c s->elems[lo] = p; p 2053 maint/gnulib/lib/dfa.c append (position p, position_set *s) p 2057 maint/gnulib/lib/dfa.c s->elems[s->nelem++] = p; p 2428 maint/gnulib/lib/dfa.c position const *p = a, *q = b; p 2429 maint/gnulib/lib/dfa.c return (p->index > q->index) - (p->index < q->index); p 2650 maint/gnulib/lib/dfa.c for (position *p = firstpos - stk[-1].nfirstpos; p 2651 maint/gnulib/lib/dfa.c p < firstpos; p++) p 2652 maint/gnulib/lib/dfa.c merge2 (&backward[p->index], &tmp, &merged); p 2660 maint/gnulib/lib/dfa.c for (position *p = lastpos - stk[-1].nlastpos; p < lastpos; p++) p 2661 maint/gnulib/lib/dfa.c merge2 (&d->follows[p->index], &tmp, &merged); p 2678 maint/gnulib/lib/dfa.c for (position *p = firstpos - stk[-1].nfirstpos; p 2679 maint/gnulib/lib/dfa.c p < firstpos; p++) p 2680 maint/gnulib/lib/dfa.c merge2 (&backward[p->index], &tmp, &merged); p 2689 maint/gnulib/lib/dfa.c *p = plim - stk[-2].nlastpos; p 2690 maint/gnulib/lib/dfa.c p < plim; p++) p 2691 maint/gnulib/lib/dfa.c merge2 (&d->follows[p->index], &tmp, &merged); p 2707 maint/gnulib/lib/dfa.c position *p = lastpos - stk[-1].nlastpos - stk[-2].nlastpos; p 2709 maint/gnulib/lib/dfa.c p[j] = p[j + stk[-2].nlastpos]; p 3319 maint/gnulib/lib/dfa.c skip_remains_mb (struct dfa *d, unsigned char const *p, p 3322 maint/gnulib/lib/dfa.c if (d->syntax.never_trail[*p]) p 3323 maint/gnulib/lib/dfa.c return p; p 3324 maint/gnulib/lib/dfa.c while (mbp < p) p 3397 maint/gnulib/lib/dfa.c unsigned char const *p = (unsigned char const *) begin; p 3398 maint/gnulib/lib/dfa.c unsigned char const *mbp = p; p 3423 maint/gnulib/lib/dfa.c while (t[*p] == s) p 3424 maint/gnulib/lib/dfa.c p++; p 3427 maint/gnulib/lib/dfa.c p = mbp = skip_remains_mb (d, p, mbp, end); p 3435 maint/gnulib/lib/dfa.c || d->localeinfo.sbctowc[*p] != WEOF || (char *) p >= end) p 3439 maint/gnulib/lib/dfa.c s = t[*p++]; p 3443 maint/gnulib/lib/dfa.c s = transit_state (d, s, &p, (unsigned char *) end); p 3444 maint/gnulib/lib/dfa.c mbp = p; p 3450 maint/gnulib/lib/dfa.c s1 = t[*p++]; p 3461 maint/gnulib/lib/dfa.c while (t[*p] == s1) p 3462 maint/gnulib/lib/dfa.c p++; p 3464 maint/gnulib/lib/dfa.c s = t[*p++]; p 3472 maint/gnulib/lib/dfa.c s = build_state (s1, d, p[-1]); p 3475 maint/gnulib/lib/dfa.c else if ((char *) p <= end && p[-1] == eol && 0 <= d->newlines[s1]) p 3480 maint/gnulib/lib/dfa.c mbp = p; p 3489 maint/gnulib/lib/dfa.c p = NULL; p 3495 maint/gnulib/lib/dfa.c if ((d->success[s] & d->syntax.sbit[*p]) p 3496 maint/gnulib/lib/dfa.c || ((char *) p == end p 3502 maint/gnulib/lib/dfa.c p = mbp = skip_remains_mb (d, p, mbp, end); p 3506 maint/gnulib/lib/dfa.c || d->localeinfo.sbctowc[*p] != WEOF || (char *) p >= end) p 3510 maint/gnulib/lib/dfa.c s = d->fails[s][*p++]; p 3514 maint/gnulib/lib/dfa.c s = transit_state (d, s, &p, (unsigned char *) end); p 3515 maint/gnulib/lib/dfa.c mbp = p; p 3521 maint/gnulib/lib/dfa.c build_state (s, d, p[0]); p 3530 maint/gnulib/lib/dfa.c return (char *) p; p 78 maint/gnulib/lib/di-set.c struct di_ent const *p = x; p 79 maint/gnulib/lib/di-set.c dev_t dev = p->dev; p 61 maint/gnulib/lib/eealloc.h EEALLOC_INLINE void *eerealloc (void *p, size_t n) p 64 maint/gnulib/lib/eealloc.h eerealloc (void *p, size_t n) p 69 maint/gnulib/lib/eealloc.h return realloc (p, n); p 227 maint/gnulib/lib/error.c wchar_t *p = (wchar_t *) realloc (wmessage, p 229 maint/gnulib/lib/error.c if (p == NULL) p 235 maint/gnulib/lib/error.c wmessage = p; p 200 maint/gnulib/lib/exclude.c char const *p = data; p 201 maint/gnulib/lib/exclude.c return hash_string (p, n_buckets); p 208 maint/gnulib/lib/exclude.c char const *p = data; p 212 maint/gnulib/lib/exclude.c for (mbui_init (iter, p); mbui_avail (iter); mbui_advance (iter)) p 359 maint/gnulib/lib/exclude.c char *p; p 361 maint/gnulib/lib/exclude.c for (p = fcopy; ; *p++ = '/') p 363 maint/gnulib/lib/exclude.c p = strchr (p, '/'); p 364 maint/gnulib/lib/exclude.c if (p) p 365 maint/gnulib/lib/exclude.c *p = '\0'; p 367 maint/gnulib/lib/exclude.c if (!p || r <= 0) p 383 maint/gnulib/lib/exclude.c char const *p; p 386 maint/gnulib/lib/exclude.c for (p = f; *p && ! matched; p++) p 387 maint/gnulib/lib/exclude.c if (*p == '/' && p[1] != '/') p 388 maint/gnulib/lib/exclude.c matched = ((*matcher) (pattern, p + 1, options) == 0); p 440 maint/gnulib/lib/exclude.c char *p = strrchr (buffer, '/'); p 441 maint/gnulib/lib/exclude.c if (p) p 443 maint/gnulib/lib/exclude.c *p = 0; p 584 maint/gnulib/lib/exclude.c char *str, *p; p 596 maint/gnulib/lib/exclude.c p = hash_insert (seg->v.table, str); p 597 maint/gnulib/lib/exclude.c if (p != str) p 614 maint/gnulib/lib/exclude.c char *p; p 640 maint/gnulib/lib/exclude.c for (p = buf; p < lim; p++) p 641 maint/gnulib/lib/exclude.c if (*p == line_end) p 643 maint/gnulib/lib/exclude.c char *pattern_end = p; p 658 maint/gnulib/lib/exclude.c pattern = p + 1; p 357 maint/gnulib/lib/fatal-signal.c int *p = signals; p 362 maint/gnulib/lib/fatal-signal.c *p++ = fatal_signals[i]; p 363 maint/gnulib/lib/fatal-signal.c return p - signals; p 431 maint/gnulib/lib/fcntl.c void *p = va_arg (arg, void *); p 432 maint/gnulib/lib/fcntl.c result = fcntl (fd, action, p); p 76 maint/gnulib/lib/filenamecat-lgpl.c char *p; p 78 maint/gnulib/lib/filenamecat-lgpl.c p = mempcpy (p_concat, dir, dirlen); p 79 maint/gnulib/lib/filenamecat-lgpl.c *p = sep; p 80 maint/gnulib/lib/filenamecat-lgpl.c p += sep != '\0'; p 83 maint/gnulib/lib/filenamecat-lgpl.c *base_in_result = p; p 85 maint/gnulib/lib/filenamecat-lgpl.c p = mempcpy (p, base, baselen); p 86 maint/gnulib/lib/filenamecat-lgpl.c *p = '\0'; p 37 maint/gnulib/lib/filenamecat.c char *p = mfile_name_concat (dir, base, base_in_result); p 38 maint/gnulib/lib/filenamecat.c if (p == NULL) p 40 maint/gnulib/lib/filenamecat.c return p; p 81 maint/gnulib/lib/findprog-in.c const char *p; p 83 maint/gnulib/lib/findprog-in.c for (p = progname; *p != '\0'; p++) p 84 maint/gnulib/lib/findprog-in.c if (ISSLASH (*p)) p 114 maint/gnulib/lib/findprog-in.c const char *p; p 117 maint/gnulib/lib/findprog-in.c for (p = progname; *p != '\0'; p++) p 118 maint/gnulib/lib/findprog-in.c if (ISSLASH (*p)) p 119 maint/gnulib/lib/findprog-in.c progbasename = p + 1; p 123 maint/gnulib/lib/fma.c mp_limb_t *p = limbs + NLIMBS1 - 1; p 143 maint/gnulib/lib/fma.c *p = accu; p 144 maint/gnulib/lib/fma.c if (p == limbs) p 146 maint/gnulib/lib/fma.c p--; p 158 maint/gnulib/lib/fma.c *p = accu; p 159 maint/gnulib/lib/fma.c if (p == limbs) p 161 maint/gnulib/lib/fma.c p--; p 181 maint/gnulib/lib/fma.c *p = accu; p 182 maint/gnulib/lib/fma.c if (p == limbs) p 184 maint/gnulib/lib/fma.c p--; p 196 maint/gnulib/lib/fma.c *p = accu; p 197 maint/gnulib/lib/fma.c if (p == limbs) p 199 maint/gnulib/lib/fma.c p--; p 219 maint/gnulib/lib/fma.c *p = accu; p 220 maint/gnulib/lib/fma.c if (p == limbs) p 222 maint/gnulib/lib/fma.c p--; p 234 maint/gnulib/lib/fma.c *p = accu; p 235 maint/gnulib/lib/fma.c if (p == limbs) p 237 maint/gnulib/lib/fma.c p--; p 257 maint/gnulib/lib/fma.c *p = accu; p 258 maint/gnulib/lib/fma.c if (p == limbs) p 260 maint/gnulib/lib/fma.c p--; p 272 maint/gnulib/lib/fma.c *p = accu; p 273 maint/gnulib/lib/fma.c if (p == limbs) p 275 maint/gnulib/lib/fma.c p--; p 299 maint/gnulib/lib/fma.c *p = accu; p 300 maint/gnulib/lib/fma.c if (p == limbs) p 302 maint/gnulib/lib/fma.c p--; p 314 maint/gnulib/lib/fma.c *p = accu; p 315 maint/gnulib/lib/fma.c if (p == limbs) p 317 maint/gnulib/lib/fma.c p--; p 242 maint/gnulib/lib/fnmatch.c const char *p; p 251 maint/gnulib/lib/fnmatch.c p = pattern; p 257 maint/gnulib/lib/fnmatch.c n = mbsrtowcs (wpattern, &p, n + 1, &ps); p 263 maint/gnulib/lib/fnmatch.c if (p) p 293 maint/gnulib/lib/fnmatch.c p = string; p 298 maint/gnulib/lib/fnmatch.c n = mbsrtowcs (wstring, &p, n + 1, &ps); p 308 maint/gnulib/lib/fnmatch.c if (p) p 43 maint/gnulib/lib/fnmatch_loop.c const CHAR *p = pattern, *n = string; p 55 maint/gnulib/lib/fnmatch_loop.c while ((c = *p++) != L_('\0')) p 63 maint/gnulib/lib/fnmatch_loop.c if (__glibc_unlikely (flags & FNM_EXTMATCH) && *p == '(') p 65 maint/gnulib/lib/fnmatch_loop.c int res = EXT (c, p, n, string_end, no_leading_period, p 82 maint/gnulib/lib/fnmatch_loop.c c = *p++; p 93 maint/gnulib/lib/fnmatch_loop.c if (__glibc_unlikely (flags & FNM_EXTMATCH) && *p == '(') p 95 maint/gnulib/lib/fnmatch_loop.c int res = EXT (c, p, n, string_end, no_leading_period, p 102 maint/gnulib/lib/fnmatch_loop.c ends->pattern = p - 1; p 111 maint/gnulib/lib/fnmatch_loop.c for (c = *p++; c == L_('?') || c == L_('*'); c = *p++) p 113 maint/gnulib/lib/fnmatch_loop.c if (*p == L_('(') && (flags & FNM_EXTMATCH) != 0) p 115 maint/gnulib/lib/fnmatch_loop.c const CHAR *endp = END (p); p 116 maint/gnulib/lib/fnmatch_loop.c if (endp != p) p 119 maint/gnulib/lib/fnmatch_loop.c p = endp; p 178 maint/gnulib/lib/fnmatch_loop.c && *p == L_('('))) p 183 maint/gnulib/lib/fnmatch_loop.c for (--p; n < endp; ++n, no_leading_period = false) p 184 maint/gnulib/lib/fnmatch_loop.c if (FCT (p, n, string_end, no_leading_period, flags2, p 193 maint/gnulib/lib/fnmatch_loop.c && (FCT (p, n + 1, string_end, flags & FNM_PERIOD, flags, p 203 maint/gnulib/lib/fnmatch_loop.c c = *p; p 205 maint/gnulib/lib/fnmatch_loop.c for (--p; n < endp; ++n, no_leading_period = false) p 207 maint/gnulib/lib/fnmatch_loop.c && (FCT (p, n, string_end, no_leading_period, flags2, p 217 maint/gnulib/lib/fnmatch_loop.c p = end.pattern; p 231 maint/gnulib/lib/fnmatch_loop.c const CHAR *p_init = p; p 250 maint/gnulib/lib/fnmatch_loop.c not = (*p == L_('!') || (posixly_correct < 0 && *p == L_('^'))); p 252 maint/gnulib/lib/fnmatch_loop.c ++p; p 256 maint/gnulib/lib/fnmatch_loop.c c = *p++; p 261 maint/gnulib/lib/fnmatch_loop.c if (*p == L_('\0')) p 263 maint/gnulib/lib/fnmatch_loop.c c = FOLD ((UCHAR) *p); p 264 maint/gnulib/lib/fnmatch_loop.c ++p; p 268 maint/gnulib/lib/fnmatch_loop.c else if (c == L_('[') && *p == L_(':')) p 274 maint/gnulib/lib/fnmatch_loop.c const CHAR *startp = p; p 283 maint/gnulib/lib/fnmatch_loop.c c = *++p; p 284 maint/gnulib/lib/fnmatch_loop.c if (c == L_(':') && p[1] == L_(']')) p 286 maint/gnulib/lib/fnmatch_loop.c p += 2; p 293 maint/gnulib/lib/fnmatch_loop.c p = startp; p 316 maint/gnulib/lib/fnmatch_loop.c c = *p++; p 319 maint/gnulib/lib/fnmatch_loop.c else if (c == L_('[') && *p == L_('=')) p 329 maint/gnulib/lib/fnmatch_loop.c const CHAR *startp = p; p 331 maint/gnulib/lib/fnmatch_loop.c c = *++p; p 334 maint/gnulib/lib/fnmatch_loop.c p = startp; p 340 maint/gnulib/lib/fnmatch_loop.c c = *++p; p 341 maint/gnulib/lib/fnmatch_loop.c if (c != L_('=') || p[1] != L_(']')) p 343 maint/gnulib/lib/fnmatch_loop.c p = startp; p 347 maint/gnulib/lib/fnmatch_loop.c p += 2; p 420 maint/gnulib/lib/fnmatch_loop.c c = *p++; p 426 maint/gnulib/lib/fnmatch_loop.c p = p_init; p 438 maint/gnulib/lib/fnmatch_loop.c if (c == L_('[') && *p == L_('.')) p 442 maint/gnulib/lib/fnmatch_loop.c const CHAR *startp = p; p 447 maint/gnulib/lib/fnmatch_loop.c c = *++p; p 448 maint/gnulib/lib/fnmatch_loop.c if (c == L_('.') && p[1] == L_(']')) p 450 maint/gnulib/lib/fnmatch_loop.c p += 2; p 461 maint/gnulib/lib/fnmatch_loop.c is_range = *p == L_('-') && p[1] != L_('\0'); p 475 maint/gnulib/lib/fnmatch_loop.c c = *p++; p 560 maint/gnulib/lib/fnmatch_loop.c c = *p++; p 570 maint/gnulib/lib/fnmatch_loop.c c = *p++; p 585 maint/gnulib/lib/fnmatch_loop.c is_range = (*p == L_('-') && p[1] != L_('\0') p 586 maint/gnulib/lib/fnmatch_loop.c && p[1] != L_(']')); p 597 maint/gnulib/lib/fnmatch_loop.c c = *p++; p 600 maint/gnulib/lib/fnmatch_loop.c if (c == L_('-') && *p != L_(']')) p 613 maint/gnulib/lib/fnmatch_loop.c UCHAR cend = *p++; p 634 maint/gnulib/lib/fnmatch_loop.c if (cend == L_('[') && *p == L_('.')) p 639 maint/gnulib/lib/fnmatch_loop.c const CHAR *startp = p; p 644 maint/gnulib/lib/fnmatch_loop.c c = *++p; p 645 maint/gnulib/lib/fnmatch_loop.c if (c == L_('.') && p[1] == L_(']')) p 647 maint/gnulib/lib/fnmatch_loop.c p += 2; p 740 maint/gnulib/lib/fnmatch_loop.c c = *p++; p 749 maint/gnulib/lib/fnmatch_loop.c cend = *p++; p 800 maint/gnulib/lib/fnmatch_loop.c UCHAR cend = *p++; p 803 maint/gnulib/lib/fnmatch_loop.c cend = *p++; p 812 maint/gnulib/lib/fnmatch_loop.c c = *p++; p 826 maint/gnulib/lib/fnmatch_loop.c while ((c = *p++) != L_(']')) p 834 maint/gnulib/lib/fnmatch_loop.c if (*p == L_('\0')) p 837 maint/gnulib/lib/fnmatch_loop.c ++p; p 839 maint/gnulib/lib/fnmatch_loop.c else if (c == L_('[') && *p == L_(':')) p 842 maint/gnulib/lib/fnmatch_loop.c const CHAR *startp = p; p 846 maint/gnulib/lib/fnmatch_loop.c c = *++p; p 850 maint/gnulib/lib/fnmatch_loop.c if (*p == L_(':') && p[1] == L_(']')) p 855 maint/gnulib/lib/fnmatch_loop.c p = startp - 2; p 859 maint/gnulib/lib/fnmatch_loop.c p += 2; p 861 maint/gnulib/lib/fnmatch_loop.c else if (c == L_('[') && *p == L_('=')) p 863 maint/gnulib/lib/fnmatch_loop.c c = *++p; p 866 maint/gnulib/lib/fnmatch_loop.c c = *++p; p 867 maint/gnulib/lib/fnmatch_loop.c if (c != L_('=') || p[1] != L_(']')) p 869 maint/gnulib/lib/fnmatch_loop.c p += 2; p 871 maint/gnulib/lib/fnmatch_loop.c else if (c == L_('[') && *p == L_('.')) p 875 maint/gnulib/lib/fnmatch_loop.c c = *++p; p 879 maint/gnulib/lib/fnmatch_loop.c if (c == L_('.') && p[1] == L_(']')) p 882 maint/gnulib/lib/fnmatch_loop.c p += 2; p 893 maint/gnulib/lib/fnmatch_loop.c if (__glibc_unlikely (flags & FNM_EXTMATCH) && *p == '(') p 895 maint/gnulib/lib/fnmatch_loop.c int res = EXT (c, p, n, string_end, no_leading_period, flags, p 936 maint/gnulib/lib/fnmatch_loop.c const CHAR *p = pattern; p 939 maint/gnulib/lib/fnmatch_loop.c if (*++p == L_('\0')) p 942 maint/gnulib/lib/fnmatch_loop.c else if (*p == L_('[')) p 950 maint/gnulib/lib/fnmatch_loop.c if (*++p == L_('!') || (posixly_correct < 0 && *p == L_('^'))) p 951 maint/gnulib/lib/fnmatch_loop.c ++p; p 953 maint/gnulib/lib/fnmatch_loop.c if (*p == L_(']')) p 954 maint/gnulib/lib/fnmatch_loop.c ++p; p 956 maint/gnulib/lib/fnmatch_loop.c while (*p != L_(']')) p 957 maint/gnulib/lib/fnmatch_loop.c if (*p++ == L_('\0')) p 961 maint/gnulib/lib/fnmatch_loop.c else if ((*p == L_('?') || *p == L_('*') || *p == L_('+') || *p == L_('@') p 962 maint/gnulib/lib/fnmatch_loop.c || *p == L_('!')) && p[1] == L_('(')) p 964 maint/gnulib/lib/fnmatch_loop.c p = END (p + 1); p 965 maint/gnulib/lib/fnmatch_loop.c if (*p == L_('\0')) p 969 maint/gnulib/lib/fnmatch_loop.c else if (*p == L_(')')) p 972 maint/gnulib/lib/fnmatch_loop.c return p + 1; p 991 maint/gnulib/lib/fnmatch_loop.c const CHAR *p; p 997 maint/gnulib/lib/fnmatch_loop.c for (startp = p = pattern + 1; level >= 0; ++p) p 998 maint/gnulib/lib/fnmatch_loop.c if (*p == L_('\0')) p 1004 maint/gnulib/lib/fnmatch_loop.c else if (*p == L_('[')) p 1012 maint/gnulib/lib/fnmatch_loop.c if (*++p == L_('!') || (posixly_correct < 0 && *p == L_('^'))) p 1013 maint/gnulib/lib/fnmatch_loop.c ++p; p 1015 maint/gnulib/lib/fnmatch_loop.c if (*p == L_(']')) p 1016 maint/gnulib/lib/fnmatch_loop.c ++p; p 1018 maint/gnulib/lib/fnmatch_loop.c while (*p != L_(']')) p 1019 maint/gnulib/lib/fnmatch_loop.c if (*p++ == L_('\0')) p 1026 maint/gnulib/lib/fnmatch_loop.c else if ((*p == L_('?') || *p == L_('*') || *p == L_('+') || *p == L_('@') p 1027 maint/gnulib/lib/fnmatch_loop.c || *p == L_('!')) && p[1] == L_('(')) p 1030 maint/gnulib/lib/fnmatch_loop.c else if (*p == L_(')')) p 1038 maint/gnulib/lib/fnmatch_loop.c ? pattern_len : (p - startp + 1UL)); \ p 1064 maint/gnulib/lib/fnmatch_loop.c *((CHAR *) MEMPCPY (newp->str, startp, p - startp)) = L_('\0'); \ p 1070 maint/gnulib/lib/fnmatch_loop.c else if (*p == L_('|')) p 1075 maint/gnulib/lib/fnmatch_loop.c startp = p + 1; p 1079 maint/gnulib/lib/fnmatch_loop.c assert (p[-1] == L_(')')); p 1085 maint/gnulib/lib/fnmatch_loop.c if (FCT (p, string, string_end, no_leading_period, flags, NULL, p 1100 maint/gnulib/lib/fnmatch_loop.c && (FCT (p, rs, string_end, p 1125 maint/gnulib/lib/fnmatch_loop.c if (FCT (p, string, string_end, no_leading_period, flags, NULL, p 1135 maint/gnulib/lib/fnmatch_loop.c if (FCT (STRCAT (list->str, p), string, string_end, p 1160 maint/gnulib/lib/fnmatch_loop.c && (FCT (p, rs, string_end, p 71 maint/gnulib/lib/fopen.c const char *p = mode; p 76 maint/gnulib/lib/fopen.c for (; *p != '\0'; p++) p 78 maint/gnulib/lib/fopen.c switch (*p) p 84 maint/gnulib/lib/fopen.c *q++ = *p; p 92 maint/gnulib/lib/fopen.c *q++ = *p; p 100 maint/gnulib/lib/fopen.c *q++ = *p; p 110 maint/gnulib/lib/fopen.c *q++ = *p; p 117 maint/gnulib/lib/fopen.c *q++ = *p; p 137 maint/gnulib/lib/fopen.c size_t len = strlen (p); p 140 maint/gnulib/lib/fopen.c memcpy (q, p, len); p 31 maint/gnulib/lib/free.c rpl_free (void *p) p 44 maint/gnulib/lib/free.c free (p); p 48 maint/gnulib/lib/free.c free (p); p 127 maint/gnulib/lib/ftoastr.c char *p = format; p 128 maint/gnulib/lib/ftoastr.c *p++ = '%'; p 131 maint/gnulib/lib/ftoastr.c *p = '-'; p += (flags & FTOASTR_LEFT_JUSTIFY ) != 0; p 132 maint/gnulib/lib/ftoastr.c *p = '+'; p += (flags & FTOASTR_ALWAYS_SIGNED ) != 0; p 133 maint/gnulib/lib/ftoastr.c *p = ' '; p += (flags & FTOASTR_SPACE_POSITIVE) != 0; p 134 maint/gnulib/lib/ftoastr.c *p = '0'; p += (flags & FTOASTR_ZERO_PAD ) != 0; p 136 maint/gnulib/lib/ftoastr.c *p++ = '*'; p 137 maint/gnulib/lib/ftoastr.c *p++ = '.'; p 138 maint/gnulib/lib/ftoastr.c *p++ = '*'; p 139 maint/gnulib/lib/ftoastr.c *p = 'L'; p += 2 < LENGTH; p 140 maint/gnulib/lib/ftoastr.c *p++ = flags & FTOASTR_UPPER_E ? 'G' : 'g'; p 141 maint/gnulib/lib/ftoastr.c *p = '\0'; p 291 maint/gnulib/lib/fts.c fts_set_stat_required (FTSENT *p, bool required) p 293 maint/gnulib/lib/fts.c fts_assert (p->fts_info == FTS_NSOK); p 294 maint/gnulib/lib/fts.c p->fts_statp->st_size = (required p 364 maint/gnulib/lib/fts.c register FTSENT *p, *root; p 479 maint/gnulib/lib/fts.c if ((p = fts_alloc(sp, *argv, len)) == NULL) p 481 maint/gnulib/lib/fts.c p->fts_level = FTS_ROOTLEVEL; p 482 maint/gnulib/lib/fts.c p->fts_parent = parent; p 483 maint/gnulib/lib/fts.c p->fts_accpath = p->fts_name; p 488 maint/gnulib/lib/fts.c p->fts_info = FTS_NSOK; p 489 maint/gnulib/lib/fts.c fts_set_stat_required(p, true); p 491 maint/gnulib/lib/fts.c p->fts_info = fts_stat(sp, p, false); p 499 maint/gnulib/lib/fts.c p->fts_link = root; p 500 maint/gnulib/lib/fts.c root = p; p 502 maint/gnulib/lib/fts.c p->fts_link = NULL; p 504 maint/gnulib/lib/fts.c tmp = root = p; p 506 maint/gnulib/lib/fts.c tmp->fts_link = p; p 507 maint/gnulib/lib/fts.c tmp = p; p 550 maint/gnulib/lib/fts.c fts_load (FTS *sp, register FTSENT *p) p 562 maint/gnulib/lib/fts.c len = p->fts_pathlen = p->fts_namelen; p 563 maint/gnulib/lib/fts.c memmove(sp->fts_path, p->fts_name, len + 1); p 564 maint/gnulib/lib/fts.c if ((cp = strrchr(p->fts_name, '/')) && (cp != p->fts_name || cp[1])) { p 566 maint/gnulib/lib/fts.c memmove(p->fts_name, cp, len + 1); p 567 maint/gnulib/lib/fts.c p->fts_namelen = len; p 569 maint/gnulib/lib/fts.c p->fts_accpath = p->fts_path = sp->fts_path; p 575 maint/gnulib/lib/fts.c register FTSENT *freep, *p; p 584 maint/gnulib/lib/fts.c for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { p 585 maint/gnulib/lib/fts.c freep = p; p 586 maint/gnulib/lib/fts.c p = p->fts_link != NULL ? p->fts_link : p->fts_parent; p 589 maint/gnulib/lib/fts.c free(p); p 702 maint/gnulib/lib/fts.c filesystem_type (FTSENT const *p, int fd) p 704 maint/gnulib/lib/fts.c FTS *sp = p->fts_fts; p 721 maint/gnulib/lib/fts.c tmp.st_dev = p->fts_statp->st_dev; p 736 maint/gnulib/lib/fts.c t2->st_dev = p->fts_statp->st_dev; p 755 maint/gnulib/lib/fts.c dirent_inode_sort_may_be_useful (FTSENT const *p, int dir_fd) p 763 maint/gnulib/lib/fts.c switch (filesystem_type (p, dir_fd)) p 783 maint/gnulib/lib/fts.c leaf_optimization (FTSENT const *p, int dir_fd) p 785 maint/gnulib/lib/fts.c switch (filesystem_type (p, dir_fd)) p 816 maint/gnulib/lib/fts.c dirent_inode_sort_may_be_useful (_GL_UNUSED FTSENT const *p, p 822 maint/gnulib/lib/fts.c leaf_optimization (_GL_UNUSED FTSENT const *p, _GL_UNUSED int dir_fd) p 832 maint/gnulib/lib/fts.c #define NAPPEND(p) \ p 833 maint/gnulib/lib/fts.c (p->fts_path[p->fts_pathlen - 1] == '/' \ p 834 maint/gnulib/lib/fts.c ? p->fts_pathlen - 1 : p->fts_pathlen) p 839 maint/gnulib/lib/fts.c register FTSENT *p, *tmp; p 848 maint/gnulib/lib/fts.c p = sp->fts_cur; p 851 maint/gnulib/lib/fts.c instr = p->fts_instr; p 852 maint/gnulib/lib/fts.c p->fts_instr = FTS_NOINSTR; p 856 maint/gnulib/lib/fts.c p->fts_info = fts_stat(sp, p, false); p 857 maint/gnulib/lib/fts.c return (p); p 860 maint/gnulib/lib/fts.c p->fts_info == FTS_INIT ? "" : p->fts_path)); p 869 maint/gnulib/lib/fts.c (p->fts_info == FTS_SL || p->fts_info == FTS_SLNONE)) { p 870 maint/gnulib/lib/fts.c p->fts_info = fts_stat(sp, p, true); p 871 maint/gnulib/lib/fts.c if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) { p 872 maint/gnulib/lib/fts.c if ((p->fts_symfd = diropen (sp, ".")) < 0) { p 873 maint/gnulib/lib/fts.c p->fts_errno = errno; p 874 maint/gnulib/lib/fts.c p->fts_info = FTS_ERR; p 876 maint/gnulib/lib/fts.c p->fts_flags |= FTS_SYMFOLLOW; p 882 maint/gnulib/lib/fts.c if (p->fts_info == FTS_D) { p 885 maint/gnulib/lib/fts.c (ISSET(FTS_XDEV) && p->fts_statp->st_dev != sp->fts_dev)) { p 886 maint/gnulib/lib/fts.c if (p->fts_flags & FTS_SYMFOLLOW) p 887 maint/gnulib/lib/fts.c (void)close(p->fts_symfd); p 892 maint/gnulib/lib/fts.c p->fts_info = FTS_DP; p 893 maint/gnulib/lib/fts.c LEAVE_DIR (sp, p, "1"); p 894 maint/gnulib/lib/fts.c return (p); p 917 maint/gnulib/lib/fts.c if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) { p 918 maint/gnulib/lib/fts.c p->fts_errno = errno; p 919 maint/gnulib/lib/fts.c p->fts_flags |= FTS_DONTCHDIR; p 920 maint/gnulib/lib/fts.c for (p = sp->fts_child; p != NULL; p 921 maint/gnulib/lib/fts.c p = p->fts_link) p 922 maint/gnulib/lib/fts.c p->fts_accpath = p 923 maint/gnulib/lib/fts.c p->fts_parent->fts_accpath; p 931 maint/gnulib/lib/fts.c if (p->fts_errno && p->fts_info != FTS_DNR) p 932 maint/gnulib/lib/fts.c p->fts_info = FTS_ERR; p 933 maint/gnulib/lib/fts.c LEAVE_DIR (sp, p, "2"); p 934 maint/gnulib/lib/fts.c return (p); p 936 maint/gnulib/lib/fts.c p = sp->fts_child; p 942 maint/gnulib/lib/fts.c next: tmp = p; p 947 maint/gnulib/lib/fts.c if (p->fts_link == NULL && p->fts_parent->fts_dirp) p 949 maint/gnulib/lib/fts.c p = tmp->fts_parent; p 950 maint/gnulib/lib/fts.c sp->fts_cur = p; p 951 maint/gnulib/lib/fts.c sp->fts_path[p->fts_pathlen] = '\0'; p 953 maint/gnulib/lib/fts.c if ((p = fts_build (sp, BREAD)) == NULL) p 964 maint/gnulib/lib/fts.c if ((p = p->fts_link) != NULL) { p 965 maint/gnulib/lib/fts.c sp->fts_cur = p; p 973 maint/gnulib/lib/fts.c if (p->fts_level == FTS_ROOTLEVEL) { p 979 maint/gnulib/lib/fts.c fts_load(sp, p); p 989 maint/gnulib/lib/fts.c if (p->fts_instr == FTS_SKIP) p 991 maint/gnulib/lib/fts.c if (p->fts_instr == FTS_FOLLOW) { p 992 maint/gnulib/lib/fts.c p->fts_info = fts_stat(sp, p, true); p 993 maint/gnulib/lib/fts.c if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) { p 994 maint/gnulib/lib/fts.c if ((p->fts_symfd = diropen (sp, ".")) < 0) { p 995 maint/gnulib/lib/fts.c p->fts_errno = errno; p 996 maint/gnulib/lib/fts.c p->fts_info = FTS_ERR; p 998 maint/gnulib/lib/fts.c p->fts_flags |= FTS_SYMFOLLOW; p 1000 maint/gnulib/lib/fts.c p->fts_instr = FTS_NOINSTR; p 1003 maint/gnulib/lib/fts.c name: t = sp->fts_path + NAPPEND(p->fts_parent); p 1005 maint/gnulib/lib/fts.c memmove(t, p->fts_name, p->fts_namelen + 1); p 1007 maint/gnulib/lib/fts.c sp->fts_cur = p; p 1008 maint/gnulib/lib/fts.c if (p->fts_info == FTS_NSOK) p 1010 maint/gnulib/lib/fts.c if (p->fts_statp->st_size == FTS_STAT_REQUIRED) p 1011 maint/gnulib/lib/fts.c p->fts_info = fts_stat(sp, p, false); p 1013 maint/gnulib/lib/fts.c fts_assert (p->fts_statp->st_size == FTS_NO_STAT_REQUIRED); p 1016 maint/gnulib/lib/fts.c if (p->fts_info == FTS_D) p 1021 maint/gnulib/lib/fts.c if (p->fts_level == FTS_ROOTLEVEL) p 1022 maint/gnulib/lib/fts.c sp->fts_dev = p->fts_statp->st_dev; p 1023 maint/gnulib/lib/fts.c Dprintf ((" entering: %s\n", p->fts_path)); p 1024 maint/gnulib/lib/fts.c if (! enter_dir (sp, p)) p 1030 maint/gnulib/lib/fts.c return p; p 1035 maint/gnulib/lib/fts.c p = tmp->fts_parent; p 1036 maint/gnulib/lib/fts.c sp->fts_cur = p; p 1039 maint/gnulib/lib/fts.c if (p->fts_level == FTS_ROOTPARENTLEVEL) { p 1044 maint/gnulib/lib/fts.c free(p); p 1049 maint/gnulib/lib/fts.c fts_assert (p->fts_info != FTS_NSOK); p 1052 maint/gnulib/lib/fts.c sp->fts_path[p->fts_pathlen] = '\0'; p 1060 maint/gnulib/lib/fts.c if (p->fts_level == FTS_ROOTLEVEL) { p 1062 maint/gnulib/lib/fts.c p->fts_errno = errno; p 1065 maint/gnulib/lib/fts.c } else if (p->fts_flags & FTS_SYMFOLLOW) { p 1066 maint/gnulib/lib/fts.c if (FCHDIR(sp, p->fts_symfd)) { p 1067 maint/gnulib/lib/fts.c p->fts_errno = errno; p 1070 maint/gnulib/lib/fts.c (void)close(p->fts_symfd); p 1071 maint/gnulib/lib/fts.c } else if (!(p->fts_flags & FTS_DONTCHDIR) && p 1072 maint/gnulib/lib/fts.c fts_safe_changedir(sp, p->fts_parent, -1, "..")) { p 1073 maint/gnulib/lib/fts.c p->fts_errno = errno; p 1080 maint/gnulib/lib/fts.c if (p->fts_info != FTS_DC) { p 1081 maint/gnulib/lib/fts.c p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP; p 1082 maint/gnulib/lib/fts.c if (p->fts_errno == 0) p 1083 maint/gnulib/lib/fts.c LEAVE_DIR (sp, p, "3"); p 1085 maint/gnulib/lib/fts.c return ISSET(FTS_STOP) ? NULL : p; p 1096 maint/gnulib/lib/fts.c fts_set(_GL_UNUSED FTS *sp, FTSENT *p, int instr) p 1103 maint/gnulib/lib/fts.c p->fts_instr = instr; p 1110 maint/gnulib/lib/fts.c register FTSENT *p; p 1119 maint/gnulib/lib/fts.c p = sp->fts_cur; p 1132 maint/gnulib/lib/fts.c if (p->fts_info == FTS_INIT) p 1133 maint/gnulib/lib/fts.c return (p->fts_link); p 1140 maint/gnulib/lib/fts.c if (p->fts_info != FTS_D /* && p->fts_info != FTS_DNR */) p 1160 maint/gnulib/lib/fts.c if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || p 1267 maint/gnulib/lib/fts.c register FTSENT *p, *head; p 1440 maint/gnulib/lib/fts.c p = fts_alloc (sp, dp->d_name, d_namelen); p 1441 maint/gnulib/lib/fts.c if (!p) p 1453 maint/gnulib/lib/fts.c free(p); p 1478 maint/gnulib/lib/fts.c free(p); p 1486 maint/gnulib/lib/fts.c p->fts_level = level; p 1487 maint/gnulib/lib/fts.c p->fts_parent = sp->fts_cur; p 1488 maint/gnulib/lib/fts.c p->fts_pathlen = new_len; p 1492 maint/gnulib/lib/fts.c p->fts_statp->st_ino = D_INO (dp); p 1496 maint/gnulib/lib/fts.c p->fts_accpath = p->fts_path; p 1497 maint/gnulib/lib/fts.c memmove(cp, p->fts_name, p->fts_namelen + 1); p 1499 maint/gnulib/lib/fts.c p->fts_accpath = p->fts_name; p 1519 maint/gnulib/lib/fts.c p->fts_info = FTS_NSOK; p 1522 maint/gnulib/lib/fts.c set_stat_type (p->fts_statp, D_TYPE (dp)); p 1523 maint/gnulib/lib/fts.c fts_set_stat_required(p, !skip_stat); p 1525 maint/gnulib/lib/fts.c p->fts_info = fts_stat(sp, p, false); p 1529 maint/gnulib/lib/fts.c p->fts_link = NULL; p 1531 maint/gnulib/lib/fts.c head = tail = p; p 1533 maint/gnulib/lib/fts.c tail->fts_link = p; p 1534 maint/gnulib/lib/fts.c tail = p; p 1765 maint/gnulib/lib/fts.c fts_stat(FTS *sp, register FTSENT *p, bool follow) p 1767 maint/gnulib/lib/fts.c struct stat *sbp = p->fts_statp; p 1769 maint/gnulib/lib/fts.c if (p->fts_level == FTS_ROOTLEVEL && ISSET(FTS_COMFOLLOW)) p 1778 maint/gnulib/lib/fts.c if (stat(p->fts_accpath, sbp)) { p 1780 maint/gnulib/lib/fts.c && lstat(p->fts_accpath, sbp) == 0) { p 1784 maint/gnulib/lib/fts.c p->fts_errno = errno; p 1787 maint/gnulib/lib/fts.c } else if (fstatat(sp->fts_cwd_fd, p->fts_accpath, sbp, p 1789 maint/gnulib/lib/fts.c p->fts_errno = errno; p 1795 maint/gnulib/lib/fts.c if (ISDOT(p->fts_name)) { p 1797 maint/gnulib/lib/fts.c return (p->fts_level == FTS_ROOTLEVEL ? FTS_D : FTS_DOT); p 1826 maint/gnulib/lib/fts.c register FTSENT **ap, *p; p 1863 maint/gnulib/lib/fts.c for (ap = sp->fts_array, p = head; p; p = p->fts_link) p 1864 maint/gnulib/lib/fts.c *ap++ = p; p 1876 maint/gnulib/lib/fts.c register FTSENT *p; p 1884 maint/gnulib/lib/fts.c if ((p = malloc(len)) == NULL) p 1888 maint/gnulib/lib/fts.c memcpy(p->fts_name, name, namelen); p 1889 maint/gnulib/lib/fts.c p->fts_name[namelen] = '\0'; p 1891 maint/gnulib/lib/fts.c p->fts_namelen = namelen; p 1892 maint/gnulib/lib/fts.c p->fts_fts = sp; p 1893 maint/gnulib/lib/fts.c p->fts_path = sp->fts_path; p 1894 maint/gnulib/lib/fts.c p->fts_errno = 0; p 1895 maint/gnulib/lib/fts.c p->fts_dirp = NULL; p 1896 maint/gnulib/lib/fts.c p->fts_flags = 0; p 1897 maint/gnulib/lib/fts.c p->fts_instr = FTS_NOINSTR; p 1898 maint/gnulib/lib/fts.c p->fts_number = 0; p 1899 maint/gnulib/lib/fts.c p->fts_pointer = NULL; p 1900 maint/gnulib/lib/fts.c return (p); p 1907 maint/gnulib/lib/fts.c register FTSENT *p; p 1910 maint/gnulib/lib/fts.c while ((p = head)) { p 1912 maint/gnulib/lib/fts.c if (p->fts_dirp) p 1913 maint/gnulib/lib/fts.c closedir (p->fts_dirp); p 1914 maint/gnulib/lib/fts.c free(p); p 1929 maint/gnulib/lib/fts.c char *p; p 1942 maint/gnulib/lib/fts.c p = realloc(sp->fts_path, sp->fts_pathlen); p 1943 maint/gnulib/lib/fts.c if (p == NULL) { p 1948 maint/gnulib/lib/fts.c sp->fts_path = p; p 1960 maint/gnulib/lib/fts.c FTSENT *p; p 1963 maint/gnulib/lib/fts.c #define ADJUST(p) do { \ p 1964 maint/gnulib/lib/fts.c if ((p)->fts_accpath != (p)->fts_name) { \ p 1965 maint/gnulib/lib/fts.c (p)->fts_accpath = \ p 1966 maint/gnulib/lib/fts.c (char *)addr + ((p)->fts_accpath - (p)->fts_path); \ p 1968 maint/gnulib/lib/fts.c (p)->fts_path = addr; \ p 1971 maint/gnulib/lib/fts.c for (p = sp->fts_child; p; p = p->fts_link) p 1972 maint/gnulib/lib/fts.c ADJUST(p); p 1975 maint/gnulib/lib/fts.c for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { p 1976 maint/gnulib/lib/fts.c ADJUST(p); p 1977 maint/gnulib/lib/fts.c p = p->fts_link ? p->fts_link : p->fts_parent; p 2004 maint/gnulib/lib/fts.c fts_safe_changedir (FTS *sp, FTSENT *p, int fd, char const *dir) p 2061 maint/gnulib/lib/fts.c if (p->fts_statp->st_dev != sb.st_dev p 2062 maint/gnulib/lib/fts.c || p->fts_statp->st_ino != sb.st_ino) p 621 maint/gnulib/lib/gc-libgcrypt.c unsigned char *p; p 631 maint/gnulib/lib/gc-libgcrypt.c p = gcry_md_read (hd, GCRY_MD_MD4); p 632 maint/gnulib/lib/gc-libgcrypt.c if (p == NULL) p 638 maint/gnulib/lib/gc-libgcrypt.c memcpy (resbuf, p, outlen); p 653 maint/gnulib/lib/gc-libgcrypt.c unsigned char *p; p 663 maint/gnulib/lib/gc-libgcrypt.c p = gcry_md_read (hd, GCRY_MD_MD5); p 664 maint/gnulib/lib/gc-libgcrypt.c if (p == NULL) p 670 maint/gnulib/lib/gc-libgcrypt.c memcpy (resbuf, p, outlen); p 685 maint/gnulib/lib/gc-libgcrypt.c unsigned char *p; p 695 maint/gnulib/lib/gc-libgcrypt.c p = gcry_md_read (hd, GCRY_MD_SHA1); p 696 maint/gnulib/lib/gc-libgcrypt.c if (p == NULL) p 702 maint/gnulib/lib/gc-libgcrypt.c memcpy (resbuf, p, outlen); p 717 maint/gnulib/lib/gc-libgcrypt.c unsigned char *p; p 727 maint/gnulib/lib/gc-libgcrypt.c p = gcry_md_read (hd, GCRY_MD_SHA256); p 728 maint/gnulib/lib/gc-libgcrypt.c if (p == NULL) p 734 maint/gnulib/lib/gc-libgcrypt.c memcpy (resbuf, p, outlen); p 749 maint/gnulib/lib/gc-libgcrypt.c unsigned char *p; p 759 maint/gnulib/lib/gc-libgcrypt.c p = gcry_md_read (hd, GCRY_MD_SHA512); p 760 maint/gnulib/lib/gc-libgcrypt.c if (p == NULL) p 766 maint/gnulib/lib/gc-libgcrypt.c memcpy (resbuf, p, outlen); p 785 maint/gnulib/lib/gc-libgcrypt.c unsigned char *p; p 795 maint/gnulib/lib/gc-libgcrypt.c p = gcry_md_read (hd, GCRY_MD_SM3); p 796 maint/gnulib/lib/gc-libgcrypt.c if (p == NULL) p 802 maint/gnulib/lib/gc-libgcrypt.c memcpy (resbuf, p, outlen); p 110 maint/gnulib/lib/gc.h typedef void *(*gc_realloc_t) (void *p, size_t n); p 776 maint/gnulib/lib/gen-uni-tables.c t.p = 4; /* or: 5 */ p 808 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " unsigned int level3[%zu << %d];\n", t.level3_size, t.p); p 854 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 4) p 856 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 862 maint/gnulib/lib/gen-uni-tables.c if (i+1 < t.level3_size << t.p) p 865 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 4) p 1089 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 1137 maint/gnulib/lib/gen-uni-tables.c (1 << t.p) * 5 / 16); p 1185 maint/gnulib/lib/gen-uni-tables.c calloc ((t.level3_size << t.p) * 5 / 16 + 1, sizeof (uint16_t)); p 1186 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 1196 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 5 / 16 + 1 > 8) p 1198 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < (t.level3_size << t.p) * 5 / 16 + 1; i++) p 1203 maint/gnulib/lib/gen-uni-tables.c if (i+1 < (t.level3_size << t.p) * 5 / 16 + 1) p 1206 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 5 / 16 + 1 > 8) p 1260 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 1293 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " unsigned char level3[%zu << %d];\n", t.level3_size, t.p); p 1338 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 1340 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 1345 maint/gnulib/lib/gen-uni-tables.c if (i+1 < t.level3_size << t.p) p 1348 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 1634 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 1669 maint/gnulib/lib/gen-uni-tables.c (1 << t.p) * 5 / 16); p 1717 maint/gnulib/lib/gen-uni-tables.c calloc ((t.level3_size << t.p) * 5 / 16 + 1, sizeof (uint16_t)); p 1718 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 1728 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 5 / 16 + 1 > 8) p 1730 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < (t.level3_size << t.p) * 5 / 16 + 1; i++) p 1735 maint/gnulib/lib/gen-uni-tables.c if (i+1 < (t.level3_size << t.p) * 5 / 16 + 1) p 1738 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 5 / 16 + 1 > 8) p 1851 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 1886 maint/gnulib/lib/gen-uni-tables.c t.p - 1); p 1932 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << (t.p - 1) > 8) p 1934 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << (t.p - 1); i++) p 1941 maint/gnulib/lib/gen-uni-tables.c if (i+1 < t.level3_size << (t.p - 1)) p 1944 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << (t.p - 1) > 8) p 2048 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 2083 maint/gnulib/lib/gen-uni-tables.c t.p - 1); p 2129 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << (t.p - 1) > 8) p 2131 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << (t.p - 1); i++) p 2138 maint/gnulib/lib/gen-uni-tables.c if (i+1 < t.level3_size << (t.p - 1)) p 2141 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << (t.p - 1) > 8) p 2310 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 2349 maint/gnulib/lib/gen-uni-tables.c (1 << t.p) * 8 / 16); p 2397 maint/gnulib/lib/gen-uni-tables.c calloc ((t.level3_size << t.p) * 8 / 16 + 1, sizeof (uint16_t)); p 2398 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 2408 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 8 / 16 + 1 > 8) p 2410 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < (t.level3_size << t.p) * 8 / 16 + 1; i++) p 2415 maint/gnulib/lib/gen-uni-tables.c if (i+1 < (t.level3_size << t.p) * 8 / 16 + 1) p 2418 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 8 / 16 + 1 > 8) p 2560 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 2592 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " int level3[%zu << %d];\n", t.level3_size, t.p); p 2637 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 2639 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 2644 maint/gnulib/lib/gen-uni-tables.c if (i+1 < t.level3_size << t.p) p 2647 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 4204 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 4239 maint/gnulib/lib/gen-uni-tables.c (1 << t.p) * 4 / 8); p 4285 maint/gnulib/lib/gen-uni-tables.c (uint8_t *) calloc ((t.level3_size << t.p) * 4 / 8, sizeof (uint8_t)); p 4286 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 4294 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 4 / 8 > 8) p 4296 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < (t.level3_size << t.p) * 4 / 8; i++) p 4301 maint/gnulib/lib/gen-uni-tables.c if (i+1 < (t.level3_size << t.p) * 4 / 8) p 4304 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 4 / 8 > 8) p 4498 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 4533 maint/gnulib/lib/gen-uni-tables.c (1 << t.p) * 7 / 16); p 4581 maint/gnulib/lib/gen-uni-tables.c calloc ((t.level3_size << t.p) * 7 / 16 + 1, sizeof (uint16_t)); p 4582 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 4592 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 7 / 16 + 1 > 8) p 4594 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < (t.level3_size << t.p) * 7 / 16 + 1; i++) p 4599 maint/gnulib/lib/gen-uni-tables.c if (i+1 < (t.level3_size << t.p) * 7 / 16 + 1) p 4602 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 7 / 16 + 1 > 8) p 4795 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 4827 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " unsigned char level3[%zu << %d];\n", t.level3_size, t.p); p 4872 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 4874 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 4879 maint/gnulib/lib/gen-uni-tables.c if (i+1 < t.level3_size << t.p) p 4882 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 5489 maint/gnulib/lib/gen-uni-tables.c t.p = 7; /* or 8 */ p 5525 maint/gnulib/lib/gen-uni-tables.c (1 << t.p) * 2 / 16); p 5571 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 2 / 16 > 8) p 5573 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < (t.level3_size << t.p) * 2 / 16; i++) p 5586 maint/gnulib/lib/gen-uni-tables.c if (i+1 < (t.level3_size << t.p) * 2 / 16) p 5589 maint/gnulib/lib/gen-uni-tables.c if ((t.level3_size << t.p) * 2 / 16 > 8) p 7805 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 7845 maint/gnulib/lib/gen-uni-tables.c fprintf (stream1, " unsigned char level3[%zu << %d];\n", t.level3_size, t.p); p 7893 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 7895 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 7947 maint/gnulib/lib/gen-uni-tables.c (i+1 < t.level3_size << t.p ? "," : "")); p 7949 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 8386 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 8426 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " unsigned char level3[%zu << %d];\n", t.level3_size, t.p); p 8472 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 4) p 8474 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 8510 maint/gnulib/lib/gen-uni-tables.c (i+1 < t.level3_size << t.p ? "," : "")); p 8512 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 4) p 8688 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 8717 maint/gnulib/lib/gen-uni-tables.c t.level3_size, t.p); p 8762 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 4) p 8764 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 8796 maint/gnulib/lib/gen-uni-tables.c (i+1 < t.level3_size << t.p ? "," : "")); p 8798 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 4) p 9011 maint/gnulib/lib/gen-uni-tables.c t.p = 5; p 9075 maint/gnulib/lib/gen-uni-tables.c fprintf (stream1, " unsigned short level3[%zu << %d];\n", t.level3_size, t.p); p 9122 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 9124 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 9130 maint/gnulib/lib/gen-uni-tables.c if (i+1 < t.level3_size << t.p) p 9133 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 9481 maint/gnulib/lib/gen-uni-tables.c t.p = 7; p 9513 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " int level3[%zu << %d];\n", t.level3_size, t.p); p 9558 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 9560 maint/gnulib/lib/gen-uni-tables.c for (i = 0; i < t.level3_size << t.p; i++) p 9565 maint/gnulib/lib/gen-uni-tables.c if (i+1 < t.level3_size << t.p) p 9568 maint/gnulib/lib/gen-uni-tables.c if (t.level3_size << t.p > 8) p 92 maint/gnulib/lib/get_ppid_of.c char *p; p 98 maint/gnulib/lib/get_ppid_of.c for (p = buf;;) p 100 maint/gnulib/lib/get_ppid_of.c if (bufend - p >= 5 && memcmp (p, "PPid:", 5) == 0) p 103 maint/gnulib/lib/get_ppid_of.c if (sscanf (p + 5, "%u", &ppid) > 0) p 106 maint/gnulib/lib/get_ppid_of.c p = strchr (p, '\n'); p 107 maint/gnulib/lib/get_ppid_of.c if (p != NULL) p 108 maint/gnulib/lib/get_ppid_of.c p++; p 132 maint/gnulib/lib/get_ppid_of.c char *p; p 138 maint/gnulib/lib/get_ppid_of.c p = strchr (buf, ' '); p 139 maint/gnulib/lib/get_ppid_of.c if (p != NULL) p 141 maint/gnulib/lib/get_ppid_of.c p = strchr (p + 1, ' '); p 142 maint/gnulib/lib/get_ppid_of.c if (p != NULL) p 145 maint/gnulib/lib/get_ppid_of.c if (sscanf (p + 1, "%u", &ppid) > 0) p 169 maint/gnulib/lib/get_ppid_of.c char *p; p 176 maint/gnulib/lib/get_ppid_of.c p = strchr (buf, ' '); p 177 maint/gnulib/lib/get_ppid_of.c for (count = 1; p != NULL && count < 15; count++) p 178 maint/gnulib/lib/get_ppid_of.c p = strchr (p + 1, ' '); p 179 maint/gnulib/lib/get_ppid_of.c if (p != NULL) p 182 maint/gnulib/lib/get_ppid_of.c if (sscanf (p + 1, "%u", &ppid) > 0) p 175 maint/gnulib/lib/get_progname_of.c char *p; p 182 maint/gnulib/lib/get_progname_of.c p = strchr (buf, ' '); p 183 maint/gnulib/lib/get_progname_of.c for (count = 1; p != NULL && count < 3; count++) p 184 maint/gnulib/lib/get_progname_of.c p = strchr (p + 1, ' '); p 185 maint/gnulib/lib/get_progname_of.c if (p != NULL) p 187 maint/gnulib/lib/get_progname_of.c char *start = p + 1; p 188 maint/gnulib/lib/get_progname_of.c char *end = strchr (p + 1, ' '); p 313 maint/gnulib/lib/get_progname_of.c char *p; p 320 maint/gnulib/lib/get_progname_of.c p = ucomm; p 328 maint/gnulib/lib/get_progname_of.c p = strrchr (cmd, '/'); p 329 maint/gnulib/lib/get_progname_of.c if (p != NULL) p 330 maint/gnulib/lib/get_progname_of.c p++; p 332 maint/gnulib/lib/get_progname_of.c p = cmd; p 333 maint/gnulib/lib/get_progname_of.c if (strlen (p) > PST_UCOMMLEN - 1 p 334 maint/gnulib/lib/get_progname_of.c && memcmp (p, ucomm, PST_UCOMMLEN - 1) == 0) p 338 maint/gnulib/lib/get_progname_of.c p = ucomm; p 340 maint/gnulib/lib/get_progname_of.c p = strdup (p); p 356 maint/gnulib/lib/get_progname_of.c p = ucomm; p 364 maint/gnulib/lib/get_progname_of.c p = strrchr (cmd, '/'); p 365 maint/gnulib/lib/get_progname_of.c if (p != NULL) p 366 maint/gnulib/lib/get_progname_of.c p++; p 368 maint/gnulib/lib/get_progname_of.c p = cmd; p 369 maint/gnulib/lib/get_progname_of.c if (strlen (p) > PST_UCOMMLEN - 1 p 370 maint/gnulib/lib/get_progname_of.c && memcmp (p, ucomm, PST_UCOMMLEN - 1) == 0) p 374 maint/gnulib/lib/get_progname_of.c p = ucomm; p 376 maint/gnulib/lib/get_progname_of.c p = strdup (p); p 380 maint/gnulib/lib/get_progname_of.c p = NULL; p 382 maint/gnulib/lib/get_progname_of.c if (p != NULL) p 383 maint/gnulib/lib/get_progname_of.c return strdup (p); p 298 maint/gnulib/lib/getaddrinfo.c struct v6_pair *p = storage; p 299 maint/gnulib/lib/getaddrinfo.c struct sockaddr_in6 *sinp = &p->sockaddr_in6; p 300 maint/gnulib/lib/getaddrinfo.c tmp = &p->addrinfo; p 322 maint/gnulib/lib/getaddrinfo.c struct v4_pair *p = storage; p 323 maint/gnulib/lib/getaddrinfo.c struct sockaddr_in *sinp = &p->sockaddr_in; p 324 maint/gnulib/lib/getaddrinfo.c tmp = &p->addrinfo; p 201 maint/gnulib/lib/getopt.c const struct option *p; p 212 maint/gnulib/lib/getopt.c for (p = longopts, n_options = 0; p->name; p++, n_options++) p 213 maint/gnulib/lib/getopt.c if (!strncmp (p->name, d->__nextchar, namelen) p 214 maint/gnulib/lib/getopt.c && namelen == strlen (p->name)) p 217 maint/gnulib/lib/getopt.c pfound = p; p 230 maint/gnulib/lib/getopt.c for (p = longopts, option_index = 0; p->name; p++, option_index++) p 231 maint/gnulib/lib/getopt.c if (!strncmp (p->name, d->__nextchar, namelen)) p 236 maint/gnulib/lib/getopt.c pfound = p; p 240 maint/gnulib/lib/getopt.c || pfound->has_arg != p->has_arg p 241 maint/gnulib/lib/getopt.c || pfound->flag != p->flag p 242 maint/gnulib/lib/getopt.c || pfound->val != p->val) p 74 maint/gnulib/lib/getprogname.c const char *p = getexecname (); p 75 maint/gnulib/lib/getprogname.c if (!p) p 76 maint/gnulib/lib/getprogname.c p = "?"; p 77 maint/gnulib/lib/getprogname.c return last_component (p); p 80 maint/gnulib/lib/getprogname.c const char *p = __argv && __argv[0] ? __argv[0] : "?"; p 81 maint/gnulib/lib/getprogname.c return last_component (p); p 90 maint/gnulib/lib/getprogname.c const char *p = __progname; p 92 maint/gnulib/lib/getprogname.c return last_component (p); p 94 maint/gnulib/lib/getprogname.c return p && p[0] ? p : "?"; p 101 maint/gnulib/lib/getprogname.c static char *p; p 108 maint/gnulib/lib/getprogname.c p = (0 < getprocs64 (&procs, sizeof procs, NULL, 0, &pid, 1) p 111 maint/gnulib/lib/getprogname.c if (!p) p 112 maint/gnulib/lib/getprogname.c p = "?"; p 114 maint/gnulib/lib/getprogname.c return p; p 116 maint/gnulib/lib/getprogname.c static char *p; p 128 maint/gnulib/lib/getprogname.c p = ucomm; p 136 maint/gnulib/lib/getprogname.c p = strrchr (cmd, '/'); p 137 maint/gnulib/lib/getprogname.c if (p != NULL) p 138 maint/gnulib/lib/getprogname.c p++; p 140 maint/gnulib/lib/getprogname.c p = cmd; p 141 maint/gnulib/lib/getprogname.c if (strlen (p) > PST_UCOMMLEN - 1 p 142 maint/gnulib/lib/getprogname.c && memcmp (p, ucomm, PST_UCOMMLEN - 1) == 0) p 146 maint/gnulib/lib/getprogname.c p = ucomm; p 148 maint/gnulib/lib/getprogname.c p = strdup (p); p 164 maint/gnulib/lib/getprogname.c p = ucomm; p 172 maint/gnulib/lib/getprogname.c p = strrchr (cmd, '/'); p 173 maint/gnulib/lib/getprogname.c if (p != NULL) p 174 maint/gnulib/lib/getprogname.c p++; p 176 maint/gnulib/lib/getprogname.c p = cmd; p 177 maint/gnulib/lib/getprogname.c if (strlen (p) > PST_UCOMMLEN - 1 p 178 maint/gnulib/lib/getprogname.c && memcmp (p, ucomm, PST_UCOMMLEN - 1) == 0) p 182 maint/gnulib/lib/getprogname.c p = ucomm; p 184 maint/gnulib/lib/getprogname.c p = strdup (p); p 188 maint/gnulib/lib/getprogname.c p = NULL; p 190 maint/gnulib/lib/getprogname.c if (!p) p 191 maint/gnulib/lib/getprogname.c p = "?"; p 193 maint/gnulib/lib/getprogname.c return p; p 196 maint/gnulib/lib/getprogname.c static char *p = "?"; p 217 maint/gnulib/lib/getprogname.c p = s; p 226 maint/gnulib/lib/getprogname.c return p; p 78 maint/gnulib/lib/getumask.c const char *p = buf; p 83 maint/gnulib/lib/getumask.c if (p_end - p > 8 && memcmp (p, "Umask:\t0", 8) == 0) p 86 maint/gnulib/lib/getumask.c p += 8; p 87 maint/gnulib/lib/getumask.c for (; p < p_end && *p >= '0' && *p <= '7'; p++) p 88 maint/gnulib/lib/getumask.c value = 8 * value + (*p - '0'); p 89 maint/gnulib/lib/getumask.c if (p < p_end && *p == '\n') p 94 maint/gnulib/lib/getumask.c for (; p < p_end && *p != '\n'; p++) p 96 maint/gnulib/lib/getumask.c if (p == p_end) p 98 maint/gnulib/lib/getumask.c p++; p 268 maint/gnulib/lib/git-merge-changelog.c char *p = memory; p 269 maint/gnulib/lib/git-merge-changelog.c memcpy (p, entry1->string, entry1->length); p 270 maint/gnulib/lib/git-merge-changelog.c p += entry1->length; p 271 maint/gnulib/lib/git-merge-changelog.c *p++ = '\0'; p 272 maint/gnulib/lib/git-merge-changelog.c memcpy (p, entry2->string, entry2->length); p 273 maint/gnulib/lib/git-merge-changelog.c p += entry2->length; p 274 maint/gnulib/lib/git-merge-changelog.c *p++ = '\0'; p 433 maint/gnulib/lib/gl_anyavltree_list2.h gl_list_node_t p; p 435 maint/gnulib/lib/gl_anyavltree_list2.h for (p = parent; p != NULL; p = p->parent) p 436 maint/gnulib/lib/gl_anyavltree_list2.h p->branch_size--; p 461 maint/gnulib/lib/gl_anyavltree_list2.h gl_list_node_t p; p 463 maint/gnulib/lib/gl_anyavltree_list2.h for (p = parent; p != NULL; p = p->parent) p 464 maint/gnulib/lib/gl_anyavltree_list2.h p->branch_size--; p 504 maint/gnulib/lib/gl_anyavltree_list2.h gl_list_node_t p; p 506 maint/gnulib/lib/gl_anyavltree_list2.h for (p = subst_parent; p != NULL; p = p->parent) p 507 maint/gnulib/lib/gl_anyavltree_list2.h p->branch_size--; p 578 maint/gnulib/lib/gl_anyavltree_list2.h gl_list_node_t p; p 580 maint/gnulib/lib/gl_anyavltree_list2.h for (p = node; p != NULL; p = p->parent) p 581 maint/gnulib/lib/gl_anyavltree_list2.h p->branch_size++; p 646 maint/gnulib/lib/gl_anyavltree_list2.h gl_list_node_t p; p 648 maint/gnulib/lib/gl_anyavltree_list2.h for (p = node; p != NULL; p = p->parent) p 649 maint/gnulib/lib/gl_anyavltree_list2.h p->branch_size++; p 716 maint/gnulib/lib/gl_anyavltree_list2.h gl_list_node_t p; p 718 maint/gnulib/lib/gl_anyavltree_list2.h for (p = node; p != NULL; p = p->parent) p 719 maint/gnulib/lib/gl_anyavltree_list2.h p->branch_size++; p 785 maint/gnulib/lib/gl_anyavltree_list2.h gl_list_node_t p; p 787 maint/gnulib/lib/gl_anyavltree_list2.h for (p = node; p != NULL; p = p->parent) p 788 maint/gnulib/lib/gl_anyavltree_list2.h p->branch_size++; p 944 maint/gnulib/lib/gl_anylinked_list2.h result.p = list->root.next; p 984 maint/gnulib/lib/gl_anylinked_list2.h result.p = node; p 995 maint/gnulib/lib/gl_anylinked_list2.h result.p = node; p 1011 maint/gnulib/lib/gl_anylinked_list2.h result.p = node; p 1030 maint/gnulib/lib/gl_anylinked_list2.h if (iterator->p != iterator->q) p 1032 maint/gnulib/lib/gl_anylinked_list2.h gl_list_node_t node = (gl_list_node_t) iterator->p; p 1036 maint/gnulib/lib/gl_anylinked_list2.h iterator->p = node->next; p 663 maint/gnulib/lib/gl_anyrbtree_list2.h gl_list_node_t p; p 665 maint/gnulib/lib/gl_anyrbtree_list2.h for (p = parent; p != NULL; p = p->parent) p 666 maint/gnulib/lib/gl_anyrbtree_list2.h p->branch_size--; p 695 maint/gnulib/lib/gl_anyrbtree_list2.h gl_list_node_t p; p 697 maint/gnulib/lib/gl_anyrbtree_list2.h for (p = parent; p != NULL; p = p->parent) p 698 maint/gnulib/lib/gl_anyrbtree_list2.h p->branch_size--; p 739 maint/gnulib/lib/gl_anyrbtree_list2.h gl_list_node_t p; p 741 maint/gnulib/lib/gl_anyrbtree_list2.h for (p = subst_parent; p != NULL; p = p->parent) p 742 maint/gnulib/lib/gl_anyrbtree_list2.h p->branch_size--; p 820 maint/gnulib/lib/gl_anyrbtree_list2.h gl_list_node_t p; p 822 maint/gnulib/lib/gl_anyrbtree_list2.h for (p = node; p != NULL; p = p->parent) p 823 maint/gnulib/lib/gl_anyrbtree_list2.h p->branch_size++; p 886 maint/gnulib/lib/gl_anyrbtree_list2.h gl_list_node_t p; p 888 maint/gnulib/lib/gl_anyrbtree_list2.h for (p = node; p != NULL; p = p->parent) p 889 maint/gnulib/lib/gl_anyrbtree_list2.h p->branch_size++; p 946 maint/gnulib/lib/gl_anyrbtree_list2.h gl_list_node_t p; p 948 maint/gnulib/lib/gl_anyrbtree_list2.h for (p = node; p != NULL; p = p->parent) p 949 maint/gnulib/lib/gl_anyrbtree_list2.h p->branch_size++; p 1005 maint/gnulib/lib/gl_anyrbtree_list2.h gl_list_node_t p; p 1007 maint/gnulib/lib/gl_anyrbtree_list2.h for (p = node; p != NULL; p = p->parent) p 1008 maint/gnulib/lib/gl_anyrbtree_list2.h p->branch_size++; p 594 maint/gnulib/lib/gl_anytree_list2.h result.p = node; p 618 maint/gnulib/lib/gl_anytree_list2.h result.p = (start_index < count ? node_at (list->root, start_index) : NULL); p 634 maint/gnulib/lib/gl_anytree_list2.h if (iterator->p != iterator->q) p 636 maint/gnulib/lib/gl_anytree_list2.h gl_list_node_t node = (gl_list_node_t) iterator->p; p 653 maint/gnulib/lib/gl_anytree_list2.h iterator->p = node; p 261 maint/gnulib/lib/gl_anytree_omap.h result.p = node; p 277 maint/gnulib/lib/gl_anytree_omap.h if (iterator->p != iterator->q) p 279 maint/gnulib/lib/gl_anytree_omap.h gl_omap_node_t node = (gl_omap_node_t) iterator->p; p 295 maint/gnulib/lib/gl_anytree_omap.h iterator->p = node; p 366 maint/gnulib/lib/gl_anytree_oset.h result.p = node; p 416 maint/gnulib/lib/gl_anytree_oset.h result.p = found; p 420 maint/gnulib/lib/gl_anytree_oset.h result.p = NULL; p 427 maint/gnulib/lib/gl_anytree_oset.h if (iterator->p != iterator->q) p 429 maint/gnulib/lib/gl_anytree_oset.h gl_oset_node_t node = (gl_oset_node_t) iterator->p; p 433 maint/gnulib/lib/gl_anytree_oset.h iterator->p = node; p 470 maint/gnulib/lib/gl_array_list.c result.p = list->elements + 0; p 491 maint/gnulib/lib/gl_array_list.c result.p = list->elements + start_index; p 513 maint/gnulib/lib/gl_array_list.c iterator->p = (const void **) iterator->p - 1; p 516 maint/gnulib/lib/gl_array_list.c if (iterator->p < iterator->q) p 518 maint/gnulib/lib/gl_array_list.c const void **p = (const void **) iterator->p; p 519 maint/gnulib/lib/gl_array_list.c *eltp = *p; p 521 maint/gnulib/lib/gl_array_list.c *nodep = INDEX_TO_NODE (p - list->elements); p 522 maint/gnulib/lib/gl_array_list.c iterator->p = p + 1; p 242 maint/gnulib/lib/gl_array_map.c result.p = map->pairs + 0; p 264 maint/gnulib/lib/gl_array_map.c iterator->p = (struct pair *) iterator->p - 1; p 267 maint/gnulib/lib/gl_array_map.c if (iterator->p < iterator->q) p 269 maint/gnulib/lib/gl_array_map.c struct pair *p = (struct pair *) iterator->p; p 270 maint/gnulib/lib/gl_array_map.c *keyp = p->key; p 271 maint/gnulib/lib/gl_array_map.c *valuep = p->value; p 272 maint/gnulib/lib/gl_array_map.c iterator->p = p + 1; p 335 maint/gnulib/lib/gl_array_omap.c result.p = map->pairs + 0; p 357 maint/gnulib/lib/gl_array_omap.c iterator->p = (struct pair *) iterator->p - 1; p 360 maint/gnulib/lib/gl_array_omap.c if (iterator->p < iterator->q) p 362 maint/gnulib/lib/gl_array_omap.c struct pair *p = (struct pair *) iterator->p; p 363 maint/gnulib/lib/gl_array_omap.c *keyp = p->key; p 364 maint/gnulib/lib/gl_array_omap.c *valuep = p->value; p 365 maint/gnulib/lib/gl_array_omap.c iterator->p = p + 1; p 434 maint/gnulib/lib/gl_array_oset.c result.p = set->elements + 0; p 455 maint/gnulib/lib/gl_array_oset.c result.p = set->elements + index; p 476 maint/gnulib/lib/gl_array_oset.c iterator->p = (const void **) iterator->p - 1; p 479 maint/gnulib/lib/gl_array_oset.c if (iterator->p < iterator->q) p 481 maint/gnulib/lib/gl_array_oset.c const void **p = (const void **) iterator->p; p 482 maint/gnulib/lib/gl_array_oset.c *eltp = *p; p 483 maint/gnulib/lib/gl_array_oset.c iterator->p = p + 1; p 227 maint/gnulib/lib/gl_array_set.c result.p = set->elements + 0; p 248 maint/gnulib/lib/gl_array_set.c iterator->p = (const void **) iterator->p - 1; p 251 maint/gnulib/lib/gl_array_set.c if (iterator->p < iterator->q) p 253 maint/gnulib/lib/gl_array_set.c const void **p = (const void **) iterator->p; p 254 maint/gnulib/lib/gl_array_set.c *eltp = *p; p 255 maint/gnulib/lib/gl_array_set.c iterator->p = p + 1; p 643 maint/gnulib/lib/gl_carray_list.c result.p = 0; p 664 maint/gnulib/lib/gl_carray_list.c result.p = 0; p 263 maint/gnulib/lib/gl_hash_map.c result.p = NULL; /* runs through the nodes of a bucket */ p 278 maint/gnulib/lib/gl_hash_map.c if (iterator->p != NULL) p 281 maint/gnulib/lib/gl_hash_map.c gl_list_node_t node = (gl_list_node_t) iterator->p; p 284 maint/gnulib/lib/gl_hash_map.c iterator->p = (gl_list_node_t) node->h.hash_next; p 303 maint/gnulib/lib/gl_hash_map.c iterator->p = (gl_list_node_t) node->h.hash_next; p 246 maint/gnulib/lib/gl_hash_set.c result.p = NULL; /* runs through the nodes of a bucket */ p 260 maint/gnulib/lib/gl_hash_set.c if (iterator->p != NULL) p 263 maint/gnulib/lib/gl_hash_set.c gl_list_node_t node = (gl_list_node_t) iterator->p; p 265 maint/gnulib/lib/gl_hash_set.c iterator->p = (gl_list_node_t) node->h.hash_next; p 283 maint/gnulib/lib/gl_hash_set.c iterator->p = (gl_list_node_t) node->h.hash_next; p 60 maint/gnulib/lib/gl_linkedhash_list.c gl_hash_entry_t *p; p 62 maint/gnulib/lib/gl_linkedhash_list.c for (p = &list->table[bucket]; ; p = &(*p)->hash_next) p 64 maint/gnulib/lib/gl_linkedhash_list.c if (*p == &node->h) p 66 maint/gnulib/lib/gl_linkedhash_list.c *p = node->h.hash_next; p 69 maint/gnulib/lib/gl_linkedhash_list.c if (*p == NULL) p 286 maint/gnulib/lib/gl_linkedhash_map.c result.p = map->root.next; p 301 maint/gnulib/lib/gl_linkedhash_map.c if (iterator->p != iterator->q) p 303 maint/gnulib/lib/gl_linkedhash_map.c gl_list_node_t node = (gl_list_node_t) iterator->p; p 306 maint/gnulib/lib/gl_linkedhash_map.c iterator->p = node->next; p 269 maint/gnulib/lib/gl_linkedhash_set.c result.p = set->root.next; p 283 maint/gnulib/lib/gl_linkedhash_set.c if (iterator->p != iterator->q) p 285 maint/gnulib/lib/gl_linkedhash_set.c gl_list_node_t node = (gl_list_node_t) iterator->p; p 287 maint/gnulib/lib/gl_linkedhash_set.c iterator->p = node->next; p 402 maint/gnulib/lib/gl_list.h void *p; void *q; p 205 maint/gnulib/lib/gl_map.h void *p; void *q; p 212 maint/gnulib/lib/gl_omap.h void *p; void *q; p 183 maint/gnulib/lib/gl_oset.h void *p; void *q; p 164 maint/gnulib/lib/gl_set.h void *p; void *q; p 386 maint/gnulib/lib/glob.c const char *p; p 438 maint/gnulib/lib/glob.c p = begin + 1; p 444 maint/gnulib/lib/glob.c mempcpy (mempcpy (alt_start, p, next - p), rest, rest_len); p 468 maint/gnulib/lib/glob.c p = next + 1; p 469 maint/gnulib/lib/glob.c next = next_brace_sub (p, flags); p 589 maint/gnulib/lib/glob.c char *p = (char *) &dirname[dirlen - 1]; p 591 maint/gnulib/lib/glob.c while (p > dirname && p[-1] == '\\') --p; p 592 maint/gnulib/lib/glob.c if ((&dirname[dirlen] - p) & 1) p 646 maint/gnulib/lib/glob.c struct passwd *p; p 652 maint/gnulib/lib/glob.c p = NULL; p 660 maint/gnulib/lib/glob.c s.length - ssize, &p); p 662 maint/gnulib/lib/glob.c p = getpwnam (s.data); p 663 maint/gnulib/lib/glob.c if (p == NULL) p 677 maint/gnulib/lib/glob.c home_dir = strdup (p->pw_dir); p 787 maint/gnulib/lib/glob.c char *p = mempcpy (newp, dirname + 1, p 800 maint/gnulib/lib/glob.c *p++ = '\\'; p 805 maint/gnulib/lib/glob.c *p++ = *q++; p 807 maint/gnulib/lib/glob.c *p = '\0'; p 817 maint/gnulib/lib/glob.c struct passwd *p; p 825 maint/gnulib/lib/glob.c pwtmpbuf.data, pwtmpbuf.length, &p) p 835 maint/gnulib/lib/glob.c p = getpwnam (user_name); p 842 maint/gnulib/lib/glob.c if (p != NULL) p 844 maint/gnulib/lib/glob.c size_t home_len = strlen (p->pw_dir); p 868 maint/gnulib/lib/glob.c d = mempcpy (dirname, p->pw_dir, home_len); p 934 maint/gnulib/lib/glob.c char *p; p 938 maint/gnulib/lib/glob.c p = mempcpy (pglob->gl_pathv[newcount], dirname, dirlen); p 939 maint/gnulib/lib/glob.c p[0] = '/'; p 940 maint/gnulib/lib/glob.c p[1] = '\0'; p 979 maint/gnulib/lib/glob.c char *p = (char *) &dirname[dirlen - 1]; p 981 maint/gnulib/lib/glob.c while (p > dirname && p[-1] == '\\') --p; p 982 maint/gnulib/lib/glob.c if ((&dirname[dirlen] - p) & 1) p 1110 maint/gnulib/lib/glob.c char *p = strchr (dirname, '\\'), *q; p 1114 maint/gnulib/lib/glob.c q = p; p 1117 maint/gnulib/lib/glob.c if (*p == '\\') p 1119 maint/gnulib/lib/glob.c *q = *++p; p 1123 maint/gnulib/lib/glob.c *q = *p; p 1126 maint/gnulib/lib/glob.c while (*p++ != '\0'); p 33 maint/gnulib/lib/glob_internal.h const char *p; p 36 maint/gnulib/lib/glob_internal.h for (p = pattern; *p != '\0'; ++p) p 37 maint/gnulib/lib/glob_internal.h switch (*p) p 46 maint/gnulib/lib/glob_internal.h if (p[1] != '\0') p 47 maint/gnulib/lib/glob_internal.h ++p; p 216 maint/gnulib/lib/glthread/thread.h (pthread_in_use () ? pthread_self ().p : NULL) p 36 maint/gnulib/lib/hash-triple-simple.c struct F_triple const *p = x; p 37 maint/gnulib/lib/hash-triple-simple.c size_t tmp = hash_pjw (p->name, table_size); p 40 maint/gnulib/lib/hash-triple-simple.c return (tmp ^ p->st_ino) % table_size; p 31 maint/gnulib/lib/hash-triple.c struct F_triple const *p = x; p 34 maint/gnulib/lib/hash-triple.c return p->st_ino % table_size; p 163 maint/gnulib/lib/human.c char *p; p 190 maint/gnulib/lib/human.c p = psuffix; p 265 maint/gnulib/lib/human.c p = psuffix - buflen; p 266 maint/gnulib/lib/human.c memmove (p, buf, buflen); p 267 maint/gnulib/lib/human.c integerlim = p + buflen - nonintegerlen; p 316 maint/gnulib/lib/human.c *--p = '0' + tenths; p 317 maint/gnulib/lib/human.c p -= decimal_pointlen; p 318 maint/gnulib/lib/human.c memcpy (p, decimal_point, decimal_pointlen); p 337 maint/gnulib/lib/human.c *--p = '0'; p 338 maint/gnulib/lib/human.c p -= decimal_pointlen; p 339 maint/gnulib/lib/human.c memcpy (p, decimal_point, decimal_pointlen); p 345 maint/gnulib/lib/human.c integerlim = p; p 350 maint/gnulib/lib/human.c *--p = digit + '0'; p 357 maint/gnulib/lib/human.c p = group_number (p, integerlim - p, grouping, thousands_sep); p 388 maint/gnulib/lib/human.c return p; p 57 maint/gnulib/lib/ialloc.h irealloc (void *p, idx_t s) p 61 maint/gnulib/lib/ialloc.h return s <= SIZE_MAX ? realloc (p, s | !s) : _gl_alloc_nomem (); p 85 maint/gnulib/lib/ialloc.h ireallocarray (void *p, idx_t n, idx_t s) p 92 maint/gnulib/lib/ialloc.h ? reallocarray (p, n, s) p 122 maint/gnulib/lib/iconv_open.c const char *p = fromcode; p 124 maint/gnulib/lib/iconv_open.c while ((*q = c_toupper (*p)) != '\0') p 126 maint/gnulib/lib/iconv_open.c p++; p 138 maint/gnulib/lib/iconv_open.c const char *p = tocode; p 140 maint/gnulib/lib/iconv_open.c while ((*q = c_toupper (*p)) != '\0') p 142 maint/gnulib/lib/iconv_open.c p++; p 306 maint/gnulib/lib/immutable.c void *p = malloc (size); p 307 maint/gnulib/lib/immutable.c if (p == NULL) p 309 maint/gnulib/lib/immutable.c return p; p 56 maint/gnulib/lib/ino-map.c struct ino_map_ent const *p = x; p 57 maint/gnulib/lib/ino-map.c ino_t ino = p->ino; p 294 maint/gnulib/lib/javacomp.c char *p; p 308 maint/gnulib/lib/javacomp.c p = command; p 311 maint/gnulib/lib/javacomp.c memcpy (p, javac, strlen (javac)); p 312 maint/gnulib/lib/javacomp.c p += strlen (javac); p 315 maint/gnulib/lib/javacomp.c memcpy (p, " -O", 3); p 316 maint/gnulib/lib/javacomp.c p += 3; p 320 maint/gnulib/lib/javacomp.c memcpy (p, " -g", 3); p 321 maint/gnulib/lib/javacomp.c p += 3; p 325 maint/gnulib/lib/javacomp.c memcpy (p, " -d ", 4); p 326 maint/gnulib/lib/javacomp.c p += 4; p 327 maint/gnulib/lib/javacomp.c p = shell_quote_copy (p, directory); p 331 maint/gnulib/lib/javacomp.c *p++ = ' '; p 332 maint/gnulib/lib/javacomp.c p = shell_quote_copy (p, java_sources[i]); p 334 maint/gnulib/lib/javacomp.c *p++ = '\0'; p 336 maint/gnulib/lib/javacomp.c if (p - command > command_length) p 646 maint/gnulib/lib/javacomp.c char *p; p 651 maint/gnulib/lib/javacomp.c p = command; p 654 maint/gnulib/lib/javacomp.c memcpy (p, javac, strlen (javac)); p 655 maint/gnulib/lib/javacomp.c p += strlen (javac); p 656 maint/gnulib/lib/javacomp.c memcpy (p, " --version", 1 + 9 + 1); p 657 maint/gnulib/lib/javacomp.c p += 1 + 9 + 1; p 659 maint/gnulib/lib/javacomp.c if (p - command > command_length) p 728 maint/gnulib/lib/javacomp.c char *p; p 733 maint/gnulib/lib/javacomp.c p = command; p 736 maint/gnulib/lib/javacomp.c memcpy (p, javac, strlen (javac)); p 737 maint/gnulib/lib/javacomp.c p += strlen (javac); p 738 maint/gnulib/lib/javacomp.c memcpy (p, " --version", 1 + 9 + 1); p 739 maint/gnulib/lib/javacomp.c p += 1 + 9 + 1; p 741 maint/gnulib/lib/javacomp.c if (p - command > command_length) p 766 maint/gnulib/lib/javacomp.c p = line; p 767 maint/gnulib/lib/javacomp.c while (*p != '\0' && !(*p >= '0' && *p <= '9')) p 768 maint/gnulib/lib/javacomp.c p++; p 770 maint/gnulib/lib/javacomp.c !(*p == '4' && p[1] == '.' && p[2] >= '0' && p[2] <= '2') p 771 maint/gnulib/lib/javacomp.c && (*p >= '4' && *p <= '9'); p 142 maint/gnulib/lib/javaexec.c char *p; p 156 maint/gnulib/lib/javaexec.c p = command; p 159 maint/gnulib/lib/javaexec.c memcpy (p, java, strlen (java)); p 160 maint/gnulib/lib/javaexec.c p += strlen (java); p 161 maint/gnulib/lib/javaexec.c *p++ = ' '; p 162 maint/gnulib/lib/javaexec.c p = shell_quote_copy (p, class_name); p 165 maint/gnulib/lib/javaexec.c *p++ = ' '; p 166 maint/gnulib/lib/javaexec.c p = shell_quote_copy (p, *arg); p 168 maint/gnulib/lib/javaexec.c *p++ = '\0'; p 170 maint/gnulib/lib/javaexec.c if (p - command > command_length) p 64 maint/gnulib/lib/linebuffer.c char *p = linebuffer->buffer; p 75 maint/gnulib/lib/linebuffer.c if (p == buffer || ferror (stream)) p 77 maint/gnulib/lib/linebuffer.c if (p[-1] == delimiter) p 81 maint/gnulib/lib/linebuffer.c if (p == end) p 85 maint/gnulib/lib/linebuffer.c p = buffer + oldsize; p 89 maint/gnulib/lib/linebuffer.c *p++ = c; p 93 maint/gnulib/lib/linebuffer.c linebuffer->length = p - buffer; p 115 maint/gnulib/lib/link.c char *p = strchr (dir, '\0'); p 116 maint/gnulib/lib/link.c while (dir < p && (*--p != '/' && *p != '\\')); p 117 maint/gnulib/lib/link.c *p = '\0'; p 118 maint/gnulib/lib/link.c if (p != dir && stat (dir, &st) != 0 && errno != EOVERFLOW) p 218 maint/gnulib/lib/link.c char *p; p 223 maint/gnulib/lib/link.c p = strrchr (dir, '/'); p 224 maint/gnulib/lib/link.c if (p) p 226 maint/gnulib/lib/link.c *p = '\0'; p 32 maint/gnulib/lib/localename-table.c uintptr_t p = (uintptr_t) x; p 33 maint/gnulib/lib/localename-table.c size_t h = ((p % 4177) << 12) + ((p % 79) << 6) + (p % 61); p 1384 maint/gnulib/lib/localename.c const legacy_entry *p = &legacy_table[i]; p 1385 maint/gnulib/lib/localename.c if (strcmp (name, p->legacy) < 0) p 1408 maint/gnulib/lib/localename.c const langtag_entry *p = &langtag_table[i]; p 1409 maint/gnulib/lib/localename.c if (strcmp (name, p->langtag) < 0) p 1427 maint/gnulib/lib/localename.c const script_entry *p = &script_table[i]; p 1428 maint/gnulib/lib/localename.c if (strcmp (name + 3, p->script) < 0) p 1443 maint/gnulib/lib/localename.c char *p; p 1444 maint/gnulib/lib/localename.c for (p = name; *p != '\0'; p++) p 1445 maint/gnulib/lib/localename.c if (*p == '-') p 1446 maint/gnulib/lib/localename.c *p = '_'; p 1467 maint/gnulib/lib/localename.c char *p; p 1469 maint/gnulib/lib/localename.c for (p = name; *p != '\0'; p++) p 1470 maint/gnulib/lib/localename.c if (*p == '-') p 1472 maint/gnulib/lib/localename.c *p = '_'; p 1473 maint/gnulib/lib/localename.c p++; p 1474 maint/gnulib/lib/localename.c for (; *p != '\0'; p++) p 1476 maint/gnulib/lib/localename.c if (*p >= 'a' && *p <= 'z') p 1477 maint/gnulib/lib/localename.c *p += 'A' - 'a'; p 1478 maint/gnulib/lib/localename.c if (*p == '-') p 1480 maint/gnulib/lib/localename.c *p = '\0'; p 2675 maint/gnulib/lib/localename.c struct struniq_hash_node *p; p 2676 maint/gnulib/lib/localename.c for (p = struniq_hash_table[slot]; p != NULL; p = p->next) p 2677 maint/gnulib/lib/localename.c if (strcmp (p->contents, string) == 0) p 2678 maint/gnulib/lib/localename.c return p->contents; p 2693 maint/gnulib/lib/localename.c for (p = struniq_hash_table[slot]; p != NULL; p = p->next) p 2694 maint/gnulib/lib/localename.c if (strcmp (p->contents, string) == 0) p 2697 maint/gnulib/lib/localename.c new_node = p; p 2744 maint/gnulib/lib/localename.c struct locale_hash_node *p; p 2747 maint/gnulib/lib/localename.c for (p = locale_hash_table[slot]; p != NULL; p = p->next) p 2748 maint/gnulib/lib/localename.c if (p->locale == locale) p 2750 maint/gnulib/lib/localename.c name = p->names.category_name[category]; p 2868 maint/gnulib/lib/localename.c struct locale_hash_node *p; p 2873 maint/gnulib/lib/localename.c for (p = locale_hash_table[locale_hash_function (base) % LOCALE_HASH_TABLE_SIZE]; p 2874 maint/gnulib/lib/localename.c p != NULL; p 2875 maint/gnulib/lib/localename.c p = p->next) p 2876 maint/gnulib/lib/localename.c if (p->locale == base) p 2909 maint/gnulib/lib/localename.c : (p != NULL ? p->names.category_name[category] : "")); p 2936 maint/gnulib/lib/localename.c struct locale_hash_node *p; p 2940 maint/gnulib/lib/localename.c for (p = locale_hash_table[slot]; p != NULL; p = p->next) p 2941 maint/gnulib/lib/localename.c if (p->locale == result) p 2945 maint/gnulib/lib/localename.c p->names = node->names; p 2948 maint/gnulib/lib/localename.c if (p == NULL) p 2956 maint/gnulib/lib/localename.c if (p != NULL) p 3002 maint/gnulib/lib/localename.c struct locale_hash_node *p; p 3007 maint/gnulib/lib/localename.c for (p = locale_hash_table[locale_hash_function (locale) % LOCALE_HASH_TABLE_SIZE]; p 3008 maint/gnulib/lib/localename.c p != NULL; p 3009 maint/gnulib/lib/localename.c p = p->next) p 3010 maint/gnulib/lib/localename.c if (p->locale == locale) p 3012 maint/gnulib/lib/localename.c if (p != NULL) p 3013 maint/gnulib/lib/localename.c node->names = p->names; p 3030 maint/gnulib/lib/localename.c struct locale_hash_node *p; p 3032 maint/gnulib/lib/localename.c for (p = locale_hash_table[slot]; p != NULL; p = p->next) p 3033 maint/gnulib/lib/localename.c if (p->locale == result) p 3037 maint/gnulib/lib/localename.c p->names = node->names; p 3040 maint/gnulib/lib/localename.c if (p == NULL) p 3048 maint/gnulib/lib/localename.c if (p != NULL) p 3068 maint/gnulib/lib/localename.c struct locale_hash_node **p; p 3073 maint/gnulib/lib/localename.c for (p = &locale_hash_table[slot]; *p != NULL; p = &(*p)->next) p 3074 maint/gnulib/lib/localename.c if ((*p)->locale == locale) p 3076 maint/gnulib/lib/localename.c found = *p; p 3077 maint/gnulib/lib/localename.c *p = (*p)->next; p 67 maint/gnulib/lib/malloca.c small_t *p = vp; p 73 maint/gnulib/lib/malloca.c p[-1] = offset; p 75 maint/gnulib/lib/malloca.c return p; p 91 maint/gnulib/lib/malloca.c freea (void *p) p 94 maint/gnulib/lib/malloca.c if ((uintptr_t) p & (sa_alignment_max - 1)) p 100 maint/gnulib/lib/malloca.c if ((uintptr_t) p & sa_alignment_max) p 102 maint/gnulib/lib/malloca.c void *mem = (char *) p - ((small_t *) p)[-1]; p 56 maint/gnulib/lib/malloca.h extern void freea (void *p); p 200 maint/gnulib/lib/mbfile.h char *p = &mbf->buf[0]; p 204 maint/gnulib/lib/mbfile.h *p = *(p + bytes); p 205 maint/gnulib/lib/mbfile.h p++; p 143 maint/gnulib/lib/mbrtoc32.c const char *p; p 150 maint/gnulib/lib/mbrtoc32.c p = s; p 161 maint/gnulib/lib/mbrtoc32.c p = buf; p 23 maint/gnulib/lib/mbrtowc-impl-utf8.h unsigned char c = (unsigned char) p[0]; p 40 maint/gnulib/lib/mbrtowc-impl-utf8.h unsigned char c2 = (unsigned char) p[1]; p 58 maint/gnulib/lib/mbrtowc-impl-utf8.h unsigned char c2 = (unsigned char) p[1]; p 68 maint/gnulib/lib/mbrtowc-impl-utf8.h unsigned char c3 = (unsigned char) p[2]; p 95 maint/gnulib/lib/mbrtowc-impl-utf8.h unsigned char c2 = (unsigned char) p[1]; p 105 maint/gnulib/lib/mbrtowc-impl-utf8.h unsigned char c3 = (unsigned char) p[2]; p 113 maint/gnulib/lib/mbrtowc-impl-utf8.h unsigned char c4 = (unsigned char) p[3]; p 42 maint/gnulib/lib/mbrtowc-impl.h const char *p; p 50 maint/gnulib/lib/mbrtowc-impl.h p = s; p 61 maint/gnulib/lib/mbrtowc-impl.h p = buf; p 93 maint/gnulib/lib/mbrtowc-impl.h res = mbtowc_with_lock (&wc, p, m); p 128 maint/gnulib/lib/mbrtowc-impl.h unsigned char c = (unsigned char) p[0]; p 135 maint/gnulib/lib/mbrtowc-impl.h unsigned char c = (unsigned char) p[0]; p 139 maint/gnulib/lib/mbrtowc-impl.h unsigned char c2 = (unsigned char) p[1]; p 152 maint/gnulib/lib/mbrtowc-impl.h unsigned char c = (unsigned char) p[0]; p 164 maint/gnulib/lib/mbrtowc-impl.h unsigned char c = (unsigned char) p[0]; p 171 maint/gnulib/lib/mbrtowc-impl.h unsigned char c = (unsigned char) p[0]; p 183 maint/gnulib/lib/mbrtowc-impl.h unsigned char c = (unsigned char) p[0]; p 190 maint/gnulib/lib/mbrtowc-impl.h unsigned char c = (unsigned char) p[0]; p 194 maint/gnulib/lib/mbrtowc-impl.h unsigned char c2 = (unsigned char) p[1]; p 202 maint/gnulib/lib/mbrtowc-impl.h unsigned char c3 = (unsigned char) p[2]; p 217 maint/gnulib/lib/mbrtowc-impl.h unsigned char c = (unsigned char) p[0]; p 59 maint/gnulib/lib/mbswidth.c const char *p = string; p 60 maint/gnulib/lib/mbswidth.c const char *plimit = p + nbytes; p 66 maint/gnulib/lib/mbswidth.c while (p < plimit) p 67 maint/gnulib/lib/mbswidth.c switch (*p) p 90 maint/gnulib/lib/mbswidth.c p++; p 104 maint/gnulib/lib/mbswidth.c bytes = mbrtowc (&wc, p, plimit - p, &mbstate); p 111 maint/gnulib/lib/mbswidth.c p++; p 124 maint/gnulib/lib/mbswidth.c p = plimit; p 158 maint/gnulib/lib/mbswidth.c p += bytes; p 167 maint/gnulib/lib/mbswidth.c while (p < plimit) p 169 maint/gnulib/lib/mbswidth.c unsigned char c = (unsigned char) *p++; p 22 maint/gnulib/lib/mbtowc-lock.h mbtowc_unlocked (wchar_t *pwc, const char *p, size_t m) p 29 maint/gnulib/lib/mbtowc-lock.h return mbtowc (pwc, p, m); p 40 maint/gnulib/lib/mbtowc-lock.h mbtowc_with_lock (wchar_t *pwc, const char *p, size_t m) p 42 maint/gnulib/lib/mbtowc-lock.h return mbtowc_unlocked (pwc, p, m); p 50 maint/gnulib/lib/mbtowc-lock.h mbtowc_with_lock (wchar_t *pwc, const char *p, size_t m) p 56 maint/gnulib/lib/mbtowc-lock.h ret = mbtowc_unlocked (pwc, p, m); p 87 maint/gnulib/lib/mbtowc-lock.h mbtowc_with_lock (wchar_t *pwc, const char *p, size_t m) p 96 maint/gnulib/lib/mbtowc-lock.h ret = mbtowc_unlocked (pwc, p, m); p 103 maint/gnulib/lib/mbtowc-lock.h return mbtowc_unlocked (pwc, p, m); p 111 maint/gnulib/lib/mbtowc-lock.h mbtowc_with_lock (wchar_t *pwc, const char *p, size_t m) p 118 maint/gnulib/lib/mbtowc-lock.h ret = mbtowc_unlocked (pwc, p, m); p 159 maint/gnulib/lib/md4.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) p 180 maint/gnulib/lib/md5.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) p 289 maint/gnulib/lib/mini-gmp.c void *p; p 293 maint/gnulib/lib/mini-gmp.c p = malloc (size); p 294 maint/gnulib/lib/mini-gmp.c if (!p) p 297 maint/gnulib/lib/mini-gmp.c return p; p 303 maint/gnulib/lib/mini-gmp.c void * p; p 305 maint/gnulib/lib/mini-gmp.c p = realloc (old, new_size); p 307 maint/gnulib/lib/mini-gmp.c if (!p) p 310 maint/gnulib/lib/mini-gmp.c return p; p 314 maint/gnulib/lib/mini-gmp.c gmp_default_free (void *p, size_t unused_size) p 316 maint/gnulib/lib/mini-gmp.c free (p); p 356 maint/gnulib/lib/mini-gmp.c #define gmp_free(p, size) ((*gmp_free_func) ((p), (size))) p 784 maint/gnulib/lib/mini-gmp.c mp_limb_t p, ql; p 815 maint/gnulib/lib/mini-gmp.c p = (mp_limb_t) qh * ul; p 817 maint/gnulib/lib/mini-gmp.c if (r < p) p 822 maint/gnulib/lib/mini-gmp.c if (r < p) p 828 maint/gnulib/lib/mini-gmp.c r -= p; p 837 maint/gnulib/lib/mini-gmp.c p = (r >> (GMP_LIMB_BITS / 2)) * qh + r; p 840 maint/gnulib/lib/mini-gmp.c ql = (p >> (GMP_LIMB_BITS / 2)) + 1; p 845 maint/gnulib/lib/mini-gmp.c if (r >= (GMP_LIMB_MAX & (p << (GMP_LIMB_BITS / 2)))) p 1194 maint/gnulib/lib/mini-gmp.c mp_limb_t p; p 1198 maint/gnulib/lib/mini-gmp.c for (exp = 1, p = b; p <= m; exp++) p 1199 maint/gnulib/lib/mini-gmp.c p *= b; p 1202 maint/gnulib/lib/mini-gmp.c info->bb = p; p 3298 maint/gnulib/lib/mini-gmp.c mpn_perfect_square_p (mp_srcptr p, mp_size_t n) p 3303 maint/gnulib/lib/mini-gmp.c assert (p [n-1] != 0); p 3304 maint/gnulib/lib/mini-gmp.c return mpz_root (NULL, mpz_roinit_normal_n (t, p, n), 2); p 3308 maint/gnulib/lib/mini-gmp.c mpn_sqrtrem (mp_ptr sp, mp_ptr rp, mp_srcptr p, mp_size_t n) p 3314 maint/gnulib/lib/mini-gmp.c assert (p [n-1] != 0); p 3318 maint/gnulib/lib/mini-gmp.c mpz_rootrem (s, r, mpz_roinit_normal_n (u, p, n), 2); p 4038 maint/gnulib/lib/mini-gmp.c mpn_popcount (mp_srcptr p, mp_size_t n) p 4044 maint/gnulib/lib/mini-gmp.c c += gmp_popcount_limb (p[i]); p 4443 maint/gnulib/lib/mini-gmp.c const unsigned char *p = (const unsigned char *) &i; p 4444 maint/gnulib/lib/mini-gmp.c return 1 - *p; p 4452 maint/gnulib/lib/mini-gmp.c const unsigned char *p; p 4474 maint/gnulib/lib/mini-gmp.c p = (unsigned char *) src; p 4482 maint/gnulib/lib/mini-gmp.c p += size * (count - 1); p 4488 maint/gnulib/lib/mini-gmp.c p += (size - 1); p 4493 maint/gnulib/lib/mini-gmp.c for (limb = 0, bytes = 0, i = 0; count > 0; count--, p += word_step) p 4496 maint/gnulib/lib/mini-gmp.c for (j = 0; j < size; j++, p -= (ptrdiff_t) endian) p 4498 maint/gnulib/lib/mini-gmp.c limb |= (mp_limb_t) *p << (bytes++ * CHAR_BIT); p 4535 maint/gnulib/lib/mini-gmp.c unsigned char *p; p 4568 maint/gnulib/lib/mini-gmp.c p = (unsigned char *) r; p 4576 maint/gnulib/lib/mini-gmp.c p += size * (count - 1); p 4582 maint/gnulib/lib/mini-gmp.c p += (size - 1); p 4584 maint/gnulib/lib/mini-gmp.c for (bytes = 0, i = 0, k = 0; k < count; k++, p += word_step) p 4587 maint/gnulib/lib/mini-gmp.c for (j = 0; j < size; ++j, p -= (ptrdiff_t) endian) p 4592 maint/gnulib/lib/mini-gmp.c *p = u->_mp_d[i++]; p 4594 maint/gnulib/lib/mini-gmp.c *p = 0; p 4605 maint/gnulib/lib/mini-gmp.c *p = limb; p 78 maint/gnulib/lib/mkancesdirs.c char *p = file + FILE_SYSTEM_PREFIX_LEN (file); p 88 maint/gnulib/lib/mkancesdirs.c while ((c = *p++)) p 89 maint/gnulib/lib/mkancesdirs.c if (ISSLASH (*p)) p 92 maint/gnulib/lib/mkancesdirs.c sep = p; p 94 maint/gnulib/lib/mkancesdirs.c else if (ISSLASH (c) && *p && sep) p 137 maint/gnulib/lib/mkancesdirs.c component = p; p 114 maint/gnulib/lib/modechange.c struct mode_change *p = xmalloc (2 * sizeof *p); p 115 maint/gnulib/lib/modechange.c p->op = '='; p 116 maint/gnulib/lib/modechange.c p->flag = MODE_ORDINARY_CHANGE; p 117 maint/gnulib/lib/modechange.c p->affected = CHMOD_MODE_BITS; p 118 maint/gnulib/lib/modechange.c p->value = new_mode; p 119 maint/gnulib/lib/modechange.c p->mentioned = mentioned; p 120 maint/gnulib/lib/modechange.c p[1].flag = MODE_DONE; p 121 maint/gnulib/lib/modechange.c return p; p 139 maint/gnulib/lib/modechange.c char const *p; p 147 maint/gnulib/lib/modechange.c p = mode_string; p 150 maint/gnulib/lib/modechange.c octal_mode = 8 * octal_mode + *p++ - '0'; p 154 maint/gnulib/lib/modechange.c while ('0' <= *p && *p < '8'); p 156 maint/gnulib/lib/modechange.c if (*p) p 160 maint/gnulib/lib/modechange.c mentioned = (p - mode_string < 5 p 169 maint/gnulib/lib/modechange.c for (p = mode_string; *p; p++) p 170 maint/gnulib/lib/modechange.c needed += (*p == '=' || *p == '+' || *p == '-'); p 176 maint/gnulib/lib/modechange.c for (p = mode_string; ; p++) p 182 maint/gnulib/lib/modechange.c for (;; p++) p 183 maint/gnulib/lib/modechange.c switch (*p) p 206 maint/gnulib/lib/modechange.c char op = *p++; p 212 maint/gnulib/lib/modechange.c switch (*p) p 221 maint/gnulib/lib/modechange.c octal_mode = 8 * octal_mode + *p++ - '0'; p 225 maint/gnulib/lib/modechange.c while ('0' <= *p && *p < '8'); p 227 maint/gnulib/lib/modechange.c if (affected || (*p && *p != ',')) p 239 maint/gnulib/lib/modechange.c p++; p 245 maint/gnulib/lib/modechange.c p++; p 251 maint/gnulib/lib/modechange.c p++; p 258 maint/gnulib/lib/modechange.c for (;; p++) p 259 maint/gnulib/lib/modechange.c switch (*p) p 295 maint/gnulib/lib/modechange.c while (*p == '=' || *p == '+' || *p == '-'); p 297 maint/gnulib/lib/modechange.c if (*p != ',') p 301 maint/gnulib/lib/modechange.c if (*p == 0) p 169 maint/gnulib/lib/nstrftime.c if (p) \ p 175 maint/gnulib/lib/nstrftime.c memset_zero (p, _delta); \ p 177 maint/gnulib/lib/nstrftime.c memset_space (p, _delta); \ p 180 maint/gnulib/lib/nstrftime.c advance (p, _n); \ p 187 maint/gnulib/lib/nstrftime.c # define width_add1(width, c) width_add (width, 1, fputc (c, p)) p 189 maint/gnulib/lib/nstrftime.c # define width_add1(width, c) width_add (width, 1, *p = c) p 199 maint/gnulib/lib/nstrftime.c fwrite_lowcase (p, (s), _n); \ p 201 maint/gnulib/lib/nstrftime.c fwrite_uppcase (p, (s), _n); \ p 209 maint/gnulib/lib/nstrftime.c fwrite (s, _n, 1, p); \ p 218 maint/gnulib/lib/nstrftime.c memcpy_lowcase (p, (s), _n LOCALE_ARG); \ p 220 maint/gnulib/lib/nstrftime.c memcpy_uppcase (p, (s), _n LOCALE_ARG); \ p 222 maint/gnulib/lib/nstrftime.c MEMCPY ((void *) p, (void const *) (s), _n)) p 494 maint/gnulib/lib/nstrftime.c STREAM_OR_CHAR_T *p = s; p 854 maint/gnulib/lib/nstrftime.c add (len, __strftime_internal (p, p 1046 maint/gnulib/lib/nstrftime.c if (p) p 1047 maint/gnulib/lib/nstrftime.c memset_space (p, padding); p 1493 maint/gnulib/lib/nstrftime.c if (p && maxsize != 0) p 1494 maint/gnulib/lib/nstrftime.c *p = L_('\0'); p 183 maint/gnulib/lib/obstack.h void *p; p 523 maint/gnulib/lib/obstack.h (h)->temp.p = (h)->object_base, \ p 531 maint/gnulib/lib/obstack.h (h)->temp.p) p 534 maint/gnulib/lib/obstack.h ((h)->temp.p = (void *) (obj), \ p 535 maint/gnulib/lib/obstack.h (((h)->temp.p > (void *) (h)->chunk \ p 536 maint/gnulib/lib/obstack.h && (h)->temp.p < (void *) (h)->chunk_limit) \ p 537 maint/gnulib/lib/obstack.h ? (void) ((h)->next_free = (h)->object_base = (char *) (h)->temp.p) \ p 538 maint/gnulib/lib/obstack.h : _obstack_free ((h), (h)->temp.p))) p 111 maint/gnulib/lib/opendir.c char *p; p 113 maint/gnulib/lib/opendir.c p = dir_name_mask + strlen (dir_name_mask); p 114 maint/gnulib/lib/opendir.c if (p > dir_name_mask && !ISSLASH (p[-1])) p 115 maint/gnulib/lib/opendir.c *p++ = '\\'; p 116 maint/gnulib/lib/opendir.c *p++ = '*'; p 117 maint/gnulib/lib/opendir.c *p = '\0'; p 405 maint/gnulib/lib/parse-datetime.y char *p = time_zone_buf; p 408 maint/gnulib/lib/parse-datetime.y p += sprintf (time_zone_buf, "%c%02d", sign, hour); p 414 maint/gnulib/lib/parse-datetime.y *p++ = ':'; p 415 maint/gnulib/lib/parse-datetime.y *p++ = '0' + mm / 10; p 416 maint/gnulib/lib/parse-datetime.y *p++ = '0' + mm % 10; p 419 maint/gnulib/lib/parse-datetime.y *p++ = ':'; p 420 maint/gnulib/lib/parse-datetime.y *p++ = '0' + ss / 10; p 421 maint/gnulib/lib/parse-datetime.y *p++ = '0' + ss % 10; p 423 maint/gnulib/lib/parse-datetime.y *p = '\0'; p 1348 maint/gnulib/lib/parse-datetime.y char *p; p 1356 maint/gnulib/lib/parse-datetime.y for (p = word; *p; p++) p 1357 maint/gnulib/lib/parse-datetime.y *p = c_toupper (to_uchar (*p)); p 1402 maint/gnulib/lib/parse-datetime.y for (period_found = false, p = q = word; (*p = *q); q++) p 1406 maint/gnulib/lib/parse-datetime.y p++; p 1425 maint/gnulib/lib/parse-datetime.y char const *p = pc->input; p 1430 maint/gnulib/lib/parse-datetime.y while (c = *(pc->input = ++p), c_isspace (c)) p 1446 maint/gnulib/lib/parse-datetime.y c = *++p; p 1450 maint/gnulib/lib/parse-datetime.y if ((c == '.' || c == ',') && c_isdigit (p[1])) p 1456 maint/gnulib/lib/parse-datetime.y p++; p 1457 maint/gnulib/lib/parse-datetime.y int ns = *p++ - '0'; p 1461 maint/gnulib/lib/parse-datetime.y if (c_isdigit (*p)) p 1462 maint/gnulib/lib/parse-datetime.y ns += *p++ - '0'; p 1467 maint/gnulib/lib/parse-datetime.y for (; c_isdigit (*p); p++) p 1468 maint/gnulib/lib/parse-datetime.y if (*p != '0') p 1473 maint/gnulib/lib/parse-datetime.y while (c_isdigit (*p)) p 1474 maint/gnulib/lib/parse-datetime.y p++; p 1488 maint/gnulib/lib/parse-datetime.y pc->input = p; p 1495 maint/gnulib/lib/parse-datetime.y lvalp->textintval.digits = p - pc->input; p 1496 maint/gnulib/lib/parse-datetime.y pc->input = p; p 1504 maint/gnulib/lib/parse-datetime.y char *p = buff; p 1509 maint/gnulib/lib/parse-datetime.y if (p < buff + sizeof buff - 1) p 1510 maint/gnulib/lib/parse-datetime.y *p++ = c; p 1515 maint/gnulib/lib/parse-datetime.y *p = '\0'; p 1711 maint/gnulib/lib/parse-datetime.y parse_datetime_body (struct timespec *result, char const *p, p 1720 maint/gnulib/lib/parse-datetime.y char const *input_sentinel = p + strlen (p); p 1739 maint/gnulib/lib/parse-datetime.y while (c = *p, c_isspace (c)) p 1740 maint/gnulib/lib/parse-datetime.y p++; p 1749 maint/gnulib/lib/parse-datetime.y if (strncmp (p, "TZ=\"", 4) == 0) p 1751 maint/gnulib/lib/parse-datetime.y char const *tzbase = p + 4; p 1784 maint/gnulib/lib/parse-datetime.y p = s + 1; p 1785 maint/gnulib/lib/parse-datetime.y while (c = *p, c_isspace (c)) p 1786 maint/gnulib/lib/parse-datetime.y p++; p 1799 maint/gnulib/lib/parse-datetime.y if (*p == '\0') p 1800 maint/gnulib/lib/parse-datetime.y p = "0"; p 1803 maint/gnulib/lib/parse-datetime.y pc.input = p; p 2383 maint/gnulib/lib/parse-datetime.y parse_datetime2 (struct timespec *result, char const *p, p 2387 maint/gnulib/lib/parse-datetime.y return parse_datetime_body (result, p, now, flags, tzdefault, tzstring); p 2394 maint/gnulib/lib/parse-datetime.y parse_datetime (struct timespec *result, char const *p, p 2401 maint/gnulib/lib/parse-datetime.y bool ok = parse_datetime_body (result, p, now, 0, tz, tzstring); p 122 maint/gnulib/lib/posixtm.c int *p = pair; p 125 maint/gnulib/lib/posixtm.c if (! year (tm, p, len - 4, syntax_bits)) p 127 maint/gnulib/lib/posixtm.c p += len - 4; p 132 maint/gnulib/lib/posixtm.c tm->tm_mon = *p++ - 1; p 133 maint/gnulib/lib/posixtm.c tm->tm_mday = *p++; p 134 maint/gnulib/lib/posixtm.c tm->tm_hour = *p++; p 135 maint/gnulib/lib/posixtm.c tm->tm_min = *p++; p 141 maint/gnulib/lib/posixtm.c if (! year (tm, p, len, syntax_bits)) p 159 maint/gnulib/lib/posixtm.c posixtime (time_t *p, const char *s, unsigned int syntax_bits) p 196 maint/gnulib/lib/posixtm.c *p = t; p 37 maint/gnulib/lib/posixtm.h bool posixtime (time_t *p, const char *s, unsigned int syntax_bits); p 354 maint/gnulib/lib/progreloc.c const char *p; p 355 maint/gnulib/lib/progreloc.c for (p = argv0; *p; p++) p 356 maint/gnulib/lib/progreloc.c if (*p == '/') p 370 maint/gnulib/lib/progreloc.c const char *p; p 373 maint/gnulib/lib/progreloc.c for (p = path; *p; p = p_next) p 379 maint/gnulib/lib/progreloc.c for (q = p; *q; q++) p 382 maint/gnulib/lib/progreloc.c p_len = q - p; p 397 maint/gnulib/lib/progreloc.c memcpy (concat_name, p, p_len); p 125 maint/gnulib/lib/propername.c const char *p; p 133 maint/gnulib/lib/propername.c p = tsub_in_string + strlen (tsub); p 135 maint/gnulib/lib/propername.c if (*p != '\0') p 136 maint/gnulib/lib/propername.c if (isalnum ((unsigned char) *p)) p 43 maint/gnulib/lib/pt_chown.c struct group *p; p 57 maint/gnulib/lib/pt_chown.c p = getgrnam (TTY_GROUP); p 58 maint/gnulib/lib/pt_chown.c gid = p ? p->gr_gid : getgid (); p 118 maint/gnulib/lib/quotearg.c struct quoting_options *p = xmemdup (o ? o : &default_quoting_options, p 121 maint/gnulib/lib/quotearg.c return p; p 148 maint/gnulib/lib/quotearg.c unsigned int *p = p 151 maint/gnulib/lib/quotearg.c int r = (*p >> shift) & 1; p 152 maint/gnulib/lib/quotearg.c *p ^= ((i & 1) ^ r) << shift; p 781 maint/gnulib/lib/quotearg.c struct quoting_options const *p = o ? o : &default_quoting_options; p 784 maint/gnulib/lib/quotearg.c p->style, p->flags, p->quote_these_too, p 785 maint/gnulib/lib/quotearg.c p->left_quote, p->right_quote); p 807 maint/gnulib/lib/quotearg.c struct quoting_options const *p = o ? o : &default_quoting_options; p 810 maint/gnulib/lib/quotearg.c int flags = p->flags | (size ? 0 : QA_ELIDE_NULL_BYTES); p 811 maint/gnulib/lib/quotearg.c size_t bufsize = quotearg_buffer_restyled (0, 0, arg, argsize, p->style, p 812 maint/gnulib/lib/quotearg.c flags, p->quote_these_too, p 813 maint/gnulib/lib/quotearg.c p->left_quote, p 814 maint/gnulib/lib/quotearg.c p->right_quote) + 1; p 816 maint/gnulib/lib/quotearg.c quotearg_buffer_restyled (buf, bufsize, arg, argsize, p->style, flags, p 817 maint/gnulib/lib/quotearg.c p->quote_these_too, p 818 maint/gnulib/lib/quotearg.c p->left_quote, p->right_quote); p 165 maint/gnulib/lib/random_r.c get_int32 (void *p) p 168 maint/gnulib/lib/random_r.c memcpy (&v, p, sizeof v); p 173 maint/gnulib/lib/random_r.c set_int32 (void *p, int32_t v) p 175 maint/gnulib/lib/random_r.c memcpy (p, &v, sizeof v); p 102 maint/gnulib/lib/readtokens.c char *p = tokenbuffer->buffer; p 111 maint/gnulib/lib/readtokens.c p = xpalloc (p, &n, 1, -1, sizeof *p); p 115 maint/gnulib/lib/readtokens.c p[i] = 0; p 120 maint/gnulib/lib/readtokens.c p[i] = 0; p 123 maint/gnulib/lib/readtokens.c p[i++] = c; p 127 maint/gnulib/lib/readtokens.c tokenbuffer->buffer = p; p 50 maint/gnulib/lib/readutmp.c char *p, *trimmed_name; p 58 maint/gnulib/lib/readutmp.c for (p = trimmed_name + strlen (trimmed_name); p 59 maint/gnulib/lib/readutmp.c trimmed_name < p && p[-1] == ' '; p 60 maint/gnulib/lib/readutmp.c *--p = '\0') p 38 maint/gnulib/lib/realloc.c rpl_realloc (void *p, size_t n) p 40 maint/gnulib/lib/realloc.c if (p == NULL) p 45 maint/gnulib/lib/realloc.c free (p); p 55 maint/gnulib/lib/realloc.c void *result = realloc (p, n); p 298 maint/gnulib/lib/regcomp.c unsigned char *p; p 302 maint/gnulib/lib/regcomp.c p = buf; p 303 maint/gnulib/lib/regcomp.c *p++ = dfa->nodes[node].opr.c; p 307 maint/gnulib/lib/regcomp.c *p++ = dfa->nodes[node].opr.c; p 309 maint/gnulib/lib/regcomp.c if (__mbrtowc (&wc, (const char *) buf, p - buf, p 310 maint/gnulib/lib/regcomp.c &state) == p - buf p 60 maint/gnulib/lib/regex-quote.c char *p; p 62 maint/gnulib/lib/regex-quote.c p = result.special; p 63 maint/gnulib/lib/regex-quote.c memcpy (p, bre_special, sizeof (bre_special) - 1); p 64 maint/gnulib/lib/regex-quote.c p += sizeof (bre_special) - 1; p 67 maint/gnulib/lib/regex-quote.c *p++ = '+'; p 68 maint/gnulib/lib/regex-quote.c *p++ = '?'; p 72 maint/gnulib/lib/regex-quote.c *p++ = '{'; p 73 maint/gnulib/lib/regex-quote.c *p++ = '}'; p 77 maint/gnulib/lib/regex-quote.c *p++ = '('; p 78 maint/gnulib/lib/regex-quote.c *p++ = ')'; p 81 maint/gnulib/lib/regex-quote.c *p++ = '|'; p 83 maint/gnulib/lib/regex-quote.c *p++ = '\n'; p 84 maint/gnulib/lib/regex-quote.c *p = '\0'; p 104 maint/gnulib/lib/regex-quote.c char *p; p 106 maint/gnulib/lib/regex-quote.c p = result.special; p 107 maint/gnulib/lib/regex-quote.c memcpy (p, pcre_special, sizeof (pcre_special) - 1); p 108 maint/gnulib/lib/regex-quote.c p += sizeof (pcre_special) - 1; p 111 maint/gnulib/lib/regex-quote.c *p++ = ' '; p 112 maint/gnulib/lib/regex-quote.c *p++ = '\t'; p 113 maint/gnulib/lib/regex-quote.c *p++ = '\n'; p 114 maint/gnulib/lib/regex-quote.c *p++ = '\v'; p 115 maint/gnulib/lib/regex-quote.c *p++ = '\f'; p 116 maint/gnulib/lib/regex-quote.c *p++ = '\r'; p 117 maint/gnulib/lib/regex-quote.c *p++ = '#'; p 119 maint/gnulib/lib/regex-quote.c *p = '\0'; p 168 maint/gnulib/lib/regex-quote.c regex_quote_copy (char *p, const char *string, const struct regex_quote_spec *spec) p 173 maint/gnulib/lib/regex-quote.c *p++ = '^'; p 183 maint/gnulib/lib/regex-quote.c *p++ = '\\'; p 184 maint/gnulib/lib/regex-quote.c memcpy (p, mbui_cur_ptr (iter), mb_len (mbui_cur (iter))); p 185 maint/gnulib/lib/regex-quote.c p += mb_len (mbui_cur (iter)); p 195 maint/gnulib/lib/regex-quote.c *p++ = '\\'; p 196 maint/gnulib/lib/regex-quote.c *p++ = *iter++; p 200 maint/gnulib/lib/regex-quote.c *p++ = '$'; p 202 maint/gnulib/lib/regex-quote.c return p; p 210 maint/gnulib/lib/regex-quote.c char *p; p 212 maint/gnulib/lib/regex-quote.c p = result; p 213 maint/gnulib/lib/regex-quote.c p = regex_quote_copy (p, string, spec); p 214 maint/gnulib/lib/regex-quote.c *p = '\0'; p 80 maint/gnulib/lib/regex-quote.h regex_quote_copy (char *restrict p, p 220 maint/gnulib/lib/regex_internal.c const char *p; p 234 maint/gnulib/lib/regex_internal.c p = (const char *) buf; p 237 maint/gnulib/lib/regex_internal.c p = (const char *) pstr->raw_mbs + pstr->raw_mbs_idx + byte_idx; p 238 maint/gnulib/lib/regex_internal.c mbclen = __mbrtowc (&wc, p, remain_len, &pstr->cur_state); p 365 maint/gnulib/lib/regex_internal.c const char *p; p 378 maint/gnulib/lib/regex_internal.c p = (const char *) buf; p 381 maint/gnulib/lib/regex_internal.c p = (const char *) pstr->raw_mbs + pstr->raw_mbs_idx + src_idx; p 382 maint/gnulib/lib/regex_internal.c mbclen = __mbrtowc (&wc, p, remain_len, &pstr->cur_state); p 436 maint/gnulib/lib/regex_internal.c memcpy (pstr->mbs + byte_idx, p, mbclen); p 439 maint/gnulib/lib/regex_internal.c memcpy (pstr->mbs + byte_idx, p, mbclen); p 695 maint/gnulib/lib/regex_internal.c const unsigned char *raw, *p, *end; p 703 maint/gnulib/lib/regex_internal.c p = raw + offset - 1; p 707 maint/gnulib/lib/regex_internal.c if (isascii (*p) && __glibc_likely (pstr->trans == NULL)) p 711 maint/gnulib/lib/regex_internal.c wc = (wchar_t) *p; p 715 maint/gnulib/lib/regex_internal.c for (; p >= end; --p) p 716 maint/gnulib/lib/regex_internal.c if ((*p & 0xc0) != 0x80) p 720 maint/gnulib/lib/regex_internal.c Idx mlen = raw + pstr->len - p; p 724 maint/gnulib/lib/regex_internal.c const unsigned char *pp = p; p 729 maint/gnulib/lib/regex_internal.c buf[i] = pstr->trans[p[i]]; p 737 maint/gnulib/lib/regex_internal.c if (raw + offset - p <= mbclen p 742 maint/gnulib/lib/regex_internal.c pstr->valid_len = mbclen - (raw + offset - p); p 456 maint/gnulib/lib/regex_internal.h #define re_realloc(p,t,n) ((t *) realloc (p, (n) * sizeof (t))) p 457 maint/gnulib/lib/regex_internal.h #define re_free(p) free (p) p 679 maint/gnulib/lib/regex_internal.h #define re_node_set_empty(p) ((p)->nelem = 0) p 805 maint/gnulib/lib/regex_internal.h const unsigned char *p, *extra; p 816 maint/gnulib/lib/regex_internal.h p = pstr->mbs + idx; p 817 maint/gnulib/lib/regex_internal.h findidx (table, indirect, extra, &p, pstr->len - idx); p 818 maint/gnulib/lib/regex_internal.h return p - pstr->mbs - idx; p 218 maint/gnulib/lib/relocatable.c const char *p = curr_pathname + strlen (curr_pathname); p 221 maint/gnulib/lib/relocatable.c while (p > p_base) p 223 maint/gnulib/lib/relocatable.c p--; p 224 maint/gnulib/lib/relocatable.c if (ISSLASH (*p)) p 228 maint/gnulib/lib/relocatable.c q = (char *) xmalloc (p - curr_pathname + 1); p 233 maint/gnulib/lib/relocatable.c memcpy (q, curr_pathname, p - curr_pathname); p 234 maint/gnulib/lib/relocatable.c q[p - curr_pathname] = '\0'; p 165 maint/gnulib/lib/relocwrapper.c char *p; p 182 maint/gnulib/lib/relocwrapper.c p = value; p 186 maint/gnulib/lib/relocwrapper.c memcpy (p, libdirs[i], len); p 187 maint/gnulib/lib/relocwrapper.c p += len; p 188 maint/gnulib/lib/relocwrapper.c *p++ = ':'; p 191 maint/gnulib/lib/relocwrapper.c strcpy (p, old_value); p 193 maint/gnulib/lib/relocwrapper.c p[-1] = '\0'; p 697 maint/gnulib/lib/setlocale.c const char *p = locale; p 701 maint/gnulib/lib/setlocale.c for (; *p != '\0' && *p != '.'; p++, q++) p 702 maint/gnulib/lib/setlocale.c *q = *p; p 703 maint/gnulib/lib/setlocale.c if (*p == '.') p 705 maint/gnulib/lib/setlocale.c for (; *p != '\0' && *p != '@'; p++) p 708 maint/gnulib/lib/setlocale.c for (; *p != '\0'; p++, q++) p 709 maint/gnulib/lib/setlocale.c *q = *p; p 52 maint/gnulib/lib/sh-quote.c shell_quote_copy (char *p, const char *string) p 56 maint/gnulib/lib/sh-quote.c return p + quotearg_buffer (p, (size_t)(-1), string, strlen (string), p 79 maint/gnulib/lib/sh-quote.c char *p; p 92 maint/gnulib/lib/sh-quote.c p = command; p 95 maint/gnulib/lib/sh-quote.c p = shell_quote_copy (p, *argp); p 99 maint/gnulib/lib/sh-quote.c *p++ = ' '; p 101 maint/gnulib/lib/sh-quote.c *p = '\0'; p 36 maint/gnulib/lib/sh-quote.h extern char * shell_quote_copy (char *restrict p, const char *string); p 168 maint/gnulib/lib/sha1.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) p 230 maint/gnulib/lib/sha256.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) p 231 maint/gnulib/lib/sha512.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (u64) != 0) p 193 maint/gnulib/lib/sm3.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) p 185 maint/gnulib/lib/spawni.c memiszero (const void *p, size_t n) p 187 maint/gnulib/lib/spawni.c const char *cp = p; p 730 maint/gnulib/lib/spawni.c char *path, *p, *name; p 923 maint/gnulib/lib/spawni.c p = path; p 928 maint/gnulib/lib/spawni.c path = p; p 929 maint/gnulib/lib/spawni.c p = strchrnul (path, ':'); p 931 maint/gnulib/lib/spawni.c if (p == path) p 936 maint/gnulib/lib/spawni.c startp = (char *) memcpy (name - (p - path), path, p - path); p 959 maint/gnulib/lib/spawni.c while (*p++ != '\0'); p 472 maint/gnulib/lib/stackvma.c char *p; p 501 maint/gnulib/lib/stackvma.c p = mem; p 503 maint/gnulib/lib/stackvma.c while (p < p_end) p 505 maint/gnulib/lib/stackvma.c struct kinfo_vmentry *kve = (struct kinfo_vmentry *) p; p 524 maint/gnulib/lib/stackvma.c p += kve->kve_structsize; p 293 maint/gnulib/lib/stat-w32.c const char *p; p 294 maint/gnulib/lib/stat-w32.c for (p = path; *p != '\0'; p++) p 295 maint/gnulib/lib/stat-w32.c if (*p == '.') p 296 maint/gnulib/lib/stat-w32.c last_dot = p; p 86 maint/gnulib/lib/stat.c const char *p = rname + 2; p 87 maint/gnulib/lib/stat.c const char *q = p; p 90 maint/gnulib/lib/stat.c if (q > p && *q != '\0') p 295 maint/gnulib/lib/stat.c const char *p; p 296 maint/gnulib/lib/stat.c for (p = info.cFileName; *p != '\0'; p++) p 297 maint/gnulib/lib/stat.c if (*p == '.') p 298 maint/gnulib/lib/stat.c last_dot = p; p 115 maint/gnulib/lib/str-two-way.h size_t p; /* Intermediate period. */ p 138 maint/gnulib/lib/str-two-way.h k = p = 1; p 148 maint/gnulib/lib/str-two-way.h p = j - max_suffix; p 153 maint/gnulib/lib/str-two-way.h if (k != p) p 157 maint/gnulib/lib/str-two-way.h j += p; p 165 maint/gnulib/lib/str-two-way.h k = p = 1; p 168 maint/gnulib/lib/str-two-way.h *period = p; p 173 maint/gnulib/lib/str-two-way.h k = p = 1; p 183 maint/gnulib/lib/str-two-way.h p = j - max_suffix_rev; p 188 maint/gnulib/lib/str-two-way.h if (k != p) p 192 maint/gnulib/lib/str-two-way.h j += p; p 200 maint/gnulib/lib/str-two-way.h k = p = 1; p 220 maint/gnulib/lib/str-two-way.h *period = p; p 179 maint/gnulib/lib/strfmon_l.c const char *p = format; p 184 maint/gnulib/lib/strfmon_l.c memcpy (dest, p, q - p); p 185 maint/gnulib/lib/strfmon_l.c dest += q - p; p 188 maint/gnulib/lib/strfmon_l.c p = q; p 190 maint/gnulib/lib/strfmon_l.c strcpy (dest, p); p 375 maint/gnulib/lib/strtod.c const char *p = s + 2; p 376 maint/gnulib/lib/strtod.c while (p < end && c_tolower (*p) != 'p') p 377 maint/gnulib/lib/strtod.c p++; p 378 maint/gnulib/lib/strtod.c if (p < end && ! c_isdigit (p[1 + (p[1] == '-' || p[1] == '+')])) p 391 maint/gnulib/lib/strtod.c dup[p - s] = '\0'; p 397 maint/gnulib/lib/strtod.c end = p; p 456 maint/gnulib/lib/strtod.c const char *p = s + 1; p 457 maint/gnulib/lib/strtod.c while (c_isalnum (*p)) p 458 maint/gnulib/lib/strtod.c p++; p 459 maint/gnulib/lib/strtod.c if (*p == ')') p 460 maint/gnulib/lib/strtod.c s = p + 1; p 403 maint/gnulib/lib/supersede.c const char *p = mode; p 405 maint/gnulib/lib/supersede.c for (; *p != '\0'; p++) p 407 maint/gnulib/lib/supersede.c switch (*p) p 271 maint/gnulib/lib/sys_stat.in.h # define S_TYPEISMQ(p) 0 p 275 maint/gnulib/lib/sys_stat.in.h # define S_TYPEISTMO(p) 0 p 281 maint/gnulib/lib/sys_stat.in.h # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM) p 283 maint/gnulib/lib/sys_stat.in.h # define S_TYPEISSEM(p) 0 p 289 maint/gnulib/lib/sys_stat.in.h # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD) p 291 maint/gnulib/lib/sys_stat.in.h # define S_TYPEISSHM(p) 0 p 297 maint/gnulib/lib/sys_stat.in.h # define S_ISCTG(p) 0 p 302 maint/gnulib/lib/sys_stat.in.h # define S_ISOFD(p) 0 p 307 maint/gnulib/lib/sys_stat.in.h # define S_ISOFL(p) 0 p 60 maint/gnulib/lib/system-quote.c windows_createprocess_quote (char *p, const char *string) p 70 maint/gnulib/lib/system-quote.c if (p != NULL) \ p 71 maint/gnulib/lib/system-quote.c p[i] = (c); \ p 127 maint/gnulib/lib/system-quote.c windows_cmd_quote (char *p, const char *string) p 137 maint/gnulib/lib/system-quote.c if (p != NULL) \ p 138 maint/gnulib/lib/system-quote.c p[i] = (c); \ p 213 maint/gnulib/lib/system-quote.c system_quote_copy (char *p, p 223 maint/gnulib/lib/system-quote.c return shell_quote_copy (p, string); p 227 maint/gnulib/lib/system-quote.c p += windows_createprocess_quote (p, string); p 228 maint/gnulib/lib/system-quote.c *p = '\0'; p 229 maint/gnulib/lib/system-quote.c return p; p 233 maint/gnulib/lib/system-quote.c p += windows_cmd_quote (p, string); p 234 maint/gnulib/lib/system-quote.c *p = '\0'; p 235 maint/gnulib/lib/system-quote.c return p; p 283 maint/gnulib/lib/system-quote.c char *p; p 296 maint/gnulib/lib/system-quote.c p = command; p 299 maint/gnulib/lib/system-quote.c p = system_quote_copy (p, interpreter, *argp); p 303 maint/gnulib/lib/system-quote.c *p++ = ' '; p 305 maint/gnulib/lib/system-quote.c *p = '\0'; p 80 maint/gnulib/lib/system-quote.h system_quote_copy (char *restrict p, p 124 maint/gnulib/lib/term-style-control.c char *p; p 135 maint/gnulib/lib/term-style-control.c p = buf + sizeof (buf); p 138 maint/gnulib/lib/term-style-control.c *--p = '0' + (y % 10); p 142 maint/gnulib/lib/term-style-control.c n = buf + sizeof (buf) - p; p 143 maint/gnulib/lib/term-style-control.c memcpy (str, p, n); p 365 maint/gnulib/lib/term-style-control.c pid_t p = tcgetpgrp (fd); p 366 maint/gnulib/lib/term-style-control.c if (p < 0) p 375 maint/gnulib/lib/term-style-control.c if (p == getpgrp ()) p 108 maint/gnulib/lib/trim.c char *p; p 113 maint/gnulib/lib/trim.c for (p = d; *p && isspace ((unsigned char) *p); p++) p 116 maint/gnulib/lib/trim.c memmove (d, p, strlen (p) + 1); p 122 maint/gnulib/lib/trim.c for (p = d + strlen (d) - 1; p 123 maint/gnulib/lib/trim.c p >= d && isspace ((unsigned char) *p); p--) p 124 maint/gnulib/lib/trim.c *p = '\0'; p 137 maint/gnulib/lib/tsearch.c check_tree_recurse (node p, int d_sofar, int d_total) p 139 maint/gnulib/lib/tsearch.c if (p == NULL) p 145 maint/gnulib/lib/tsearch.c check_tree_recurse (p->left, d_sofar + (p->left && !p->left->red), d_total); p 146 maint/gnulib/lib/tsearch.c check_tree_recurse (p->right, d_sofar + (p->right && !p->right->red), d_total); p 147 maint/gnulib/lib/tsearch.c if (p->left) p 148 maint/gnulib/lib/tsearch.c assert (!(p->left->red && p->red)); p 149 maint/gnulib/lib/tsearch.c if (p->right) p 150 maint/gnulib/lib/tsearch.c assert (!(p->right->red && p->red)); p 157 maint/gnulib/lib/tsearch.c node p; p 161 maint/gnulib/lib/tsearch.c for (p = root->left; p; p = p->left) p 162 maint/gnulib/lib/tsearch.c cnt += !p->red; p 206 maint/gnulib/lib/tsearch.c node p = *parentp; p 216 maint/gnulib/lib/tsearch.c p->red = 1; p 222 maint/gnulib/lib/tsearch.c p->left = *rp; p 223 maint/gnulib/lib/tsearch.c *rp = p; p 230 maint/gnulib/lib/tsearch.c p->right = *lp; p 231 maint/gnulib/lib/tsearch.c *lp = p; p 242 maint/gnulib/lib/tsearch.c p->red = 0; p 247 maint/gnulib/lib/tsearch.c gp->left = p->right; p 248 maint/gnulib/lib/tsearch.c p->right = gp; p 253 maint/gnulib/lib/tsearch.c gp->right = p->left; p 254 maint/gnulib/lib/tsearch.c p->left = gp; p 365 maint/gnulib/lib/tsearch.c node p, q, r, retval; p 378 maint/gnulib/lib/tsearch.c p = *rootp; p 379 maint/gnulib/lib/tsearch.c if (p == NULL) p 382 maint/gnulib/lib/tsearch.c CHECK_TREE (p); p 390 maint/gnulib/lib/tsearch.c p = *rootp; p 401 maint/gnulib/lib/tsearch.c retval = p; p 460 maint/gnulib/lib/tsearch.c p = *pp; p 462 maint/gnulib/lib/tsearch.c if (r == p->left) p 466 maint/gnulib/lib/tsearch.c q = p->right; p 477 maint/gnulib/lib/tsearch.c p->red = 1; p 479 maint/gnulib/lib/tsearch.c p->right = q->left; p 480 maint/gnulib/lib/tsearch.c q->left = p; p 485 maint/gnulib/lib/tsearch.c q = p->right; p 501 maint/gnulib/lib/tsearch.c r = p; p 521 maint/gnulib/lib/tsearch.c q2->red = p->red; p 522 maint/gnulib/lib/tsearch.c p->right = q2->left; p 525 maint/gnulib/lib/tsearch.c q2->left = p; p 527 maint/gnulib/lib/tsearch.c p->red = 0; p 535 maint/gnulib/lib/tsearch.c q->red = p->red; p 536 maint/gnulib/lib/tsearch.c p->red = 0; p 541 maint/gnulib/lib/tsearch.c p->right = q->left; p 542 maint/gnulib/lib/tsearch.c q->left = p; p 554 maint/gnulib/lib/tsearch.c q = p->left; p 558 maint/gnulib/lib/tsearch.c p->red = 1; p 559 maint/gnulib/lib/tsearch.c p->left = q->right; p 560 maint/gnulib/lib/tsearch.c q->right = p; p 563 maint/gnulib/lib/tsearch.c q = p->left; p 569 maint/gnulib/lib/tsearch.c r = p; p 576 maint/gnulib/lib/tsearch.c q2->red = p->red; p 577 maint/gnulib/lib/tsearch.c p->left = q2->right; p 580 maint/gnulib/lib/tsearch.c q2->right = p; p 582 maint/gnulib/lib/tsearch.c p->red = 0; p 586 maint/gnulib/lib/tsearch.c q->red = p->red; p 587 maint/gnulib/lib/tsearch.c p->red = 0; p 589 maint/gnulib/lib/tsearch.c p->left = q->right; p 590 maint/gnulib/lib/tsearch.c q->right = p; p 42 maint/gnulib/lib/unicase/locale-language.c const char *p; p 45 maint/gnulib/lib/unicase/locale-language.c p = locale_name; p 46 maint/gnulib/lib/unicase/locale-language.c while (*p != '\0' && *p != '_' && *p != '.' && *p != '@') p 47 maint/gnulib/lib/unicase/locale-language.c p++; p 54 maint/gnulib/lib/unicase/locale-language.c if (p != locale_name) p 57 maint/gnulib/lib/unicase/locale-language.c uc_locale_languages_lookup (locale_name, p - locale_name); p 63 maint/gnulib/lib/unicase/u-prefix-context.h const UNIT *p = s + n; p 68 maint/gnulib/lib/unicase/u-prefix-context.h p = U_PREV (&uc, p, s); p 69 maint/gnulib/lib/unicase/u-prefix-context.h if (p == NULL) p 50 maint/gnulib/lib/unictype/3level.h unsigned int p; p 87 maint/gnulib/lib/unictype/3level.h uint32_t index1 = wc >> (t->q + t->p); p 93 maint/gnulib/lib/unictype/3level.h uint32_t index2 = ((wc >> t->p) & ((1 << t->q) - 1)) p 98 maint/gnulib/lib/unictype/3level.h uint32_t index3 = (wc & ((1 << t->p) - 1)) p 99 maint/gnulib/lib/unictype/3level.h + (lookup2 << t->p); p 113 maint/gnulib/lib/unictype/3level.h uint32_t index1 = wc >> (t->q + t->p); p 114 maint/gnulib/lib/unictype/3level.h uint32_t index2 = (wc >> t->p) & ((1 << t->q) - 1); p 115 maint/gnulib/lib/unictype/3level.h uint32_t index3 = wc & ((1 << t->p) - 1); p 160 maint/gnulib/lib/unictype/3level.h (alloc << t->p) * sizeof (ELEMENT)); p 163 maint/gnulib/lib/unictype/3level.h i1 = t->level3_size << t->p; p 164 maint/gnulib/lib/unictype/3level.h i2 = (t->level3_size + 1) << t->p; p 170 maint/gnulib/lib/unictype/3level.h index3 += t->level2[index2] << t->p; p 194 maint/gnulib/lib/unictype/3level.h uint32_t lookup2_shifted = lookup2 << t->p; p 196 maint/gnulib/lib/unictype/3level.h for (index3 = 0; index3 < (1 << t->p); index3++) p 200 maint/gnulib/lib/unictype/3level.h fn ((((index1 << t->q) + index2) << t->p) + index3, p 225 maint/gnulib/lib/unictype/3level.h if (memcmp (&t->level3[i << t->p], &t->level3[j << t->p], p 226 maint/gnulib/lib/unictype/3level.h (1 << t->p) * sizeof (ELEMENT)) == 0) p 233 maint/gnulib/lib/unictype/3level.h memcpy (&t->level3[i << t->p], &t->level3[j << t->p], p 234 maint/gnulib/lib/unictype/3level.h (1 << t->p) * sizeof (ELEMENT)); p 273 maint/gnulib/lib/unictype/3level.h + (t->level3_size << t->p) * sizeof (ELEMENT); p 287 maint/gnulib/lib/unictype/3level.h ((uint32_t *) t->result)[0] = t->q + t->p; p 289 maint/gnulib/lib/unictype/3level.h ((uint32_t *) t->result)[2] = t->p; p 291 maint/gnulib/lib/unictype/3level.h ((uint32_t *) t->result)[4] = (1 << t->p) - 1; p 303 maint/gnulib/lib/unictype/3level.h : (t->level2[i] << t->p) * sizeof (ELEMENT) + level3_offset); p 305 maint/gnulib/lib/unictype/3level.h for (i = 0; i < (t->level3_size << t->p); i++) p 47 maint/gnulib/lib/unictype/3levelbit.h unsigned int p; p 84 maint/gnulib/lib/unictype/3levelbit.h uint32_t index1 = wc >> (t->q + t->p + 5); p 90 maint/gnulib/lib/unictype/3levelbit.h uint32_t index2 = ((wc >> (t->p + 5)) & ((1 << t->q) - 1)) p 95 maint/gnulib/lib/unictype/3levelbit.h uint32_t index3 = ((wc >> 5) & ((1 << t->p) - 1)) p 96 maint/gnulib/lib/unictype/3levelbit.h + (lookup2 << t->p); p 111 maint/gnulib/lib/unictype/3levelbit.h uint32_t index1 = wc >> (t->q + t->p + 5); p 112 maint/gnulib/lib/unictype/3levelbit.h uint32_t index2 = (wc >> (t->p + 5)) & ((1 << t->q) - 1); p 113 maint/gnulib/lib/unictype/3levelbit.h uint32_t index3 = (wc >> 5) & ((1 << t->p) - 1); p 156 maint/gnulib/lib/unictype/3levelbit.h (alloc << t->p) * sizeof (uint32_t)); p 159 maint/gnulib/lib/unictype/3levelbit.h i1 = t->level3_size << t->p; p 160 maint/gnulib/lib/unictype/3levelbit.h i2 = (t->level3_size + 1) << t->p; p 166 maint/gnulib/lib/unictype/3levelbit.h index3 += t->level2[index2] << t->p; p 189 maint/gnulib/lib/unictype/3levelbit.h uint32_t lookup2_shifted = lookup2 << t->p; p 191 maint/gnulib/lib/unictype/3levelbit.h for (index3 = 0; index3 < (1 << t->p); index3++) p 197 maint/gnulib/lib/unictype/3levelbit.h fn ((((((index1 << t->q) + index2) << t->p) + index3) << 5) + index4); p 221 maint/gnulib/lib/unictype/3levelbit.h if (memcmp (&t->level3[i << t->p], &t->level3[j << t->p], p 222 maint/gnulib/lib/unictype/3levelbit.h (1 << t->p) * sizeof (uint32_t)) == 0) p 229 maint/gnulib/lib/unictype/3levelbit.h memcpy (&t->level3[i << t->p], &t->level3[j << t->p], p 230 maint/gnulib/lib/unictype/3levelbit.h (1 << t->p) * sizeof (uint32_t)); p 269 maint/gnulib/lib/unictype/3levelbit.h + (t->level3_size << t->p) * sizeof (uint32_t); p 282 maint/gnulib/lib/unictype/3levelbit.h ((uint32_t *) t->result)[0] = t->q + t->p + 5; p 284 maint/gnulib/lib/unictype/3levelbit.h ((uint32_t *) t->result)[2] = t->p + 5; p 286 maint/gnulib/lib/unictype/3levelbit.h ((uint32_t *) t->result)[4] = (1 << t->p) - 1; p 298 maint/gnulib/lib/unictype/3levelbit.h : (t->level2[i] << t->p) * sizeof (uint32_t) + level3_offset); p 300 maint/gnulib/lib/unictype/3levelbit.h for (i = 0; i < (t->level3_size << t->p); i++) p 48 maint/gnulib/lib/unictype/bidi_byname.c const char *p = bidi_class_name; p 51 maint/gnulib/lib/unictype/bidi_byname.c for (;; p++, q++) p 53 maint/gnulib/lib/unictype/bidi_byname.c char c = *p; p 94 maint/gnulib/lib/unictype/categ_byname.c const char *p = category_name; p 97 maint/gnulib/lib/unictype/categ_byname.c for (;; p++, q++) p 99 maint/gnulib/lib/unictype/categ_byname.c char c = *p; p 48 maint/gnulib/lib/unictype/combiningclass_byname.c const char *p = ccc_name; p 51 maint/gnulib/lib/unictype/combiningclass_byname.c for (;; p++, q++) p 53 maint/gnulib/lib/unictype/combiningclass_byname.c char c = *p; p 48 maint/gnulib/lib/unictype/joininggroup_byname.c const char *p = joining_group_name; p 51 maint/gnulib/lib/unictype/joininggroup_byname.c for (;; p++, q++) p 53 maint/gnulib/lib/unictype/joininggroup_byname.c char c = *p; p 48 maint/gnulib/lib/unictype/joiningtype_byname.c const char *p = joining_type_name; p 51 maint/gnulib/lib/unictype/joiningtype_byname.c for (;; p++, q++) p 53 maint/gnulib/lib/unictype/joiningtype_byname.c char c = *p; p 127 maint/gnulib/lib/unigbrk.in.h u8_grapheme_breaks (const uint8_t *s, size_t n, char *p); p 129 maint/gnulib/lib/unigbrk.in.h u16_grapheme_breaks (const uint16_t *s, size_t n, char *p); p 131 maint/gnulib/lib/unigbrk.in.h u32_grapheme_breaks (const uint32_t *s, size_t n, char *p); p 133 maint/gnulib/lib/unigbrk.in.h ulc_grapheme_breaks (const char *s, size_t n, char *p); p 135 maint/gnulib/lib/unigbrk.in.h uc_grapheme_breaks (const ucs4_t *s, size_t n, char *p); p 27 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h FUNC (const UNIT *s, size_t n, char *p) p 44 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h memset (p, 0, n); p 54 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h *p = 1; p 67 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h *p = 1; p 106 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h *p = 1; p 111 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h *p = 1; p 127 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h p += count; p 52 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c ascii_grapheme_breaks (const char *s, size_t n, char *p) p 56 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c p[0] = 1; p 60 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c p[i] = is_ascii && (s[i] != '\n' || s[i - 1] != '\r'); p 79 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c ulc_grapheme_breaks (const char *s, size_t n, char *p) p 86 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c u8_grapheme_breaks ((const uint8_t *) s, n, p); p 112 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c memset (p, 0, n); p 115 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c p[i] = q[offsets[i]]; p 130 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c ascii_grapheme_breaks (s, n, p); p 133 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c p[0] = 1; p 134 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c memset (p + 1, 0, n - 1); p 69 maint/gnulib/lib/unilbrk.in.h const char *encoding, char *_UC_RESTRICT p); p 72 maint/gnulib/lib/unilbrk.in.h const char *encoding, char *_UC_RESTRICT p); p 75 maint/gnulib/lib/unilbrk.in.h const char *encoding, char *_UC_RESTRICT p); p 78 maint/gnulib/lib/unilbrk.in.h const char *encoding, char *_UC_RESTRICT p); p 95 maint/gnulib/lib/unilbrk.in.h char *_UC_RESTRICT p); p 100 maint/gnulib/lib/unilbrk.in.h char *_UC_RESTRICT p); p 105 maint/gnulib/lib/unilbrk.in.h char *_UC_RESTRICT p); p 110 maint/gnulib/lib/unilbrk.in.h char *_UC_RESTRICT p); p 39 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c u16_possible_linebreaks (const uint16_t *s, size_t n, const char *encoding, char *p) p 50 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c memset (p, UC_BREAK_PROHIBITED, n); p 61 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c *p = UC_BREAK_MANDATORY; p 91 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c q = p; p 95 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c *p = UC_BREAK_PROHIBITED; p 97 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c seen_space = p; p 102 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c *p = UC_BREAK_PROHIBITED; p 114 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c *p = UC_BREAK_POSSIBLE; p 120 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c *p = UC_BREAK_PROHIBITED; p 172 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c p += count; p 38 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c char *p) p 45 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c u16_possible_linebreaks (s, n, encoding, p); p 58 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c *p = *o; p 60 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c if (*p == UC_BREAK_POSSIBLE || *p == UC_BREAK_MANDATORY) p 71 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c if (*p == UC_BREAK_MANDATORY) p 84 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c if (*p == UC_BREAK_POSSIBLE) p 87 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c last_p = p; p 94 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c *p = UC_BREAK_PROHIBITED; p 102 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c p += count; p 37 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c u32_possible_linebreaks (const uint32_t *s, size_t n, const char *encoding, char *p) p 55 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c *p = UC_BREAK_MANDATORY; p 85 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c q = p; p 89 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c *p = UC_BREAK_PROHIBITED; p 91 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c seen_space = p; p 96 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c *p = UC_BREAK_PROHIBITED; p 108 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c *p = UC_BREAK_POSSIBLE; p 114 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c *p = UC_BREAK_PROHIBITED; p 166 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c p++; p 37 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c char *p) p 44 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c u32_possible_linebreaks (s, n, encoding, p); p 56 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c *p = *o; p 58 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c if (*p == UC_BREAK_POSSIBLE || *p == UC_BREAK_MANDATORY) p 69 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c if (*p == UC_BREAK_MANDATORY) p 82 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c if (*p == UC_BREAK_POSSIBLE) p 85 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c last_p = p; p 92 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c *p = UC_BREAK_PROHIBITED; p 100 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c p++; p 39 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c u8_possible_linebreaks (const uint8_t *s, size_t n, const char *encoding, char *p) p 50 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c memset (p, UC_BREAK_PROHIBITED, n); p 61 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c *p = UC_BREAK_MANDATORY; p 91 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c q = p; p 95 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c *p = UC_BREAK_PROHIBITED; p 97 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c seen_space = p; p 102 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c *p = UC_BREAK_PROHIBITED; p 114 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c *p = UC_BREAK_POSSIBLE; p 120 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c *p = UC_BREAK_PROHIBITED; p 172 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c p += count; p 38 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c char *p) p 45 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c u8_possible_linebreaks (s, n, encoding, p); p 58 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c *p = *o; p 60 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c if (*p == UC_BREAK_POSSIBLE || *p == UC_BREAK_MANDATORY) p 71 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c if (*p == UC_BREAK_MANDATORY) p 84 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c if (*p == UC_BREAK_POSSIBLE) p 87 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c last_p = p; p 94 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c *p = UC_BREAK_PROHIBITED; p 102 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c p += count; p 53 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c char *p) p 58 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c u8_possible_linebreaks ((const uint8_t *) s, n, encoding, p); p 85 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c memset (p, UC_BREAK_PROHIBITED, n); p 88 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c p[i] = q[offsets[i]]; p 105 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c u8_possible_linebreaks ((const uint8_t *) s, n, encoding, p); p 117 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c *p = (*s == '\n' ? UC_BREAK_MANDATORY : UC_BREAK_PROHIBITED); p 119 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c p++; p 55 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c char *p) p 60 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c return u8_width_linebreaks ((const uint8_t *) s, n, width, start_column, at_end_columns, o, encoding, p); p 100 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c memset (p, UC_BREAK_PROHIBITED, n); p 103 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c p[i] = q[offsets[i]]; p 119 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c return u8_width_linebreaks ((const uint8_t *) s, n, width, start_column, at_end_columns, o, encoding, p); p 130 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c *p = ((o != NULL && *o == UC_BREAK_MANDATORY) || *s == '\n' p 134 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c p++; p 112 maint/gnulib/lib/uniname/uniname.c const char *p = &unicode_name_words[extra_offset + (i-i0)*length]; p 117 maint/gnulib/lib/uniname/uniname.c if (*p < *w) p 125 maint/gnulib/lib/uniname/uniname.c if (*p > *w) p 131 maint/gnulib/lib/uniname/uniname.c p++; w++; n--; p 606 maint/gnulib/lib/uniname/uniname.c const uint16_t *p = &unicode_names[unicode_name_to_index[i].name]; p 610 maint/gnulib/lib/uniname/uniname.c if (*p < *w) p 618 maint/gnulib/lib/uniname/uniname.c else if (*p > *w) p 626 maint/gnulib/lib/uniname/uniname.c p++; w++; n--; p 81 maint/gnulib/lib/uninorm/canonical-decomposition.c const unsigned char *p; p 85 maint/gnulib/lib/uninorm/canonical-decomposition.c p = &gl_uninorm_decomp_chars_table[3 * entry]; p 86 maint/gnulib/lib/uninorm/canonical-decomposition.c element = (p[0] << 16) | (p[1] << 8) | p[2]; p 98 maint/gnulib/lib/uninorm/canonical-decomposition.c p += 3; p 99 maint/gnulib/lib/uninorm/canonical-decomposition.c element = (p[0] << 16) | (p[1] << 8) | p[2]; p 85 maint/gnulib/lib/uninorm/decomposition.c const unsigned char *p; p 89 maint/gnulib/lib/uninorm/decomposition.c p = &gl_uninorm_decomp_chars_table[3 * (entry & 0x7FFF)]; p 90 maint/gnulib/lib/uninorm/decomposition.c element = (p[0] << 16) | (p[1] << 8) | p[2]; p 101 maint/gnulib/lib/uninorm/decomposition.c p += 3; p 102 maint/gnulib/lib/uninorm/decomposition.c element = (p[0] << 16) | (p[1] << 8) | p[2]; p 86 maint/gnulib/lib/uniwbrk.in.h u8_wordbreaks (const uint8_t *s, size_t n, char *p); p 88 maint/gnulib/lib/uniwbrk.in.h u16_wordbreaks (const uint16_t *s, size_t n, char *p); p 90 maint/gnulib/lib/uniwbrk.in.h u32_wordbreaks (const uint32_t *s, size_t n, char *p); p 92 maint/gnulib/lib/uniwbrk.in.h ulc_wordbreaks (const char *s, size_t n, char *_UC_RESTRICT p); p 27 maint/gnulib/lib/uniwbrk/u-wordbreaks.h FUNC (const UNIT *s, size_t n, char *p) p 53 maint/gnulib/lib/uniwbrk/u-wordbreaks.h memset (p, 0, n); p 74 maint/gnulib/lib/uniwbrk/u-wordbreaks.h *p = 1; p 122 maint/gnulib/lib/uniwbrk/u-wordbreaks.h *p = 1; p 128 maint/gnulib/lib/uniwbrk/u-wordbreaks.h *p = 1; p 137 maint/gnulib/lib/uniwbrk/u-wordbreaks.h *p = 1; p 140 maint/gnulib/lib/uniwbrk/u-wordbreaks.h *p = 1; p 158 maint/gnulib/lib/uniwbrk/u-wordbreaks.h last_compchar_ptr = p; p 167 maint/gnulib/lib/uniwbrk/u-wordbreaks.h p += count; p 53 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c ulc_wordbreaks (const char *s, size_t n, char *p) p 60 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c u8_wordbreaks ((const uint8_t *) s, n, p); p 86 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c memset (p, 0, n); p 89 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c p[i] = q[offsets[i]]; p 106 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c u8_wordbreaks ((const uint8_t *) s, n, p); p 112 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c memset (p, 0, n); p 87 maint/gnulib/lib/utimecmp.c struct fs_res const *p = x; p 92 maint/gnulib/lib/utimecmp.c uintmax_t dev = p->dev; p 96 maint/gnulib/lib/utimecmp.c return p->dev % table_size; p 3203 maint/gnulib/lib/vasnprintf.c DCHAR_T *p; p 3303 maint/gnulib/lib/vasnprintf.c p = tmp; p 3313 maint/gnulib/lib/vasnprintf.c *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; p 3317 maint/gnulib/lib/vasnprintf.c *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; p 3334 maint/gnulib/lib/vasnprintf.c *p++ = '-'; p 3336 maint/gnulib/lib/vasnprintf.c *p++ = '+'; p 3338 maint/gnulib/lib/vasnprintf.c *p++ = ' '; p 3344 maint/gnulib/lib/vasnprintf.c *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; p 3348 maint/gnulib/lib/vasnprintf.c *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; p 3391 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 3392 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion - 'A' + 'X'; p 3393 maint/gnulib/lib/vasnprintf.c pad_ptr = p; p 3399 maint/gnulib/lib/vasnprintf.c *p++ = '0' + digit; p 3403 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 3411 maint/gnulib/lib/vasnprintf.c *p++ = digit p 3420 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 3425 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion - 'A' + 'P'; p 3430 maint/gnulib/lib/vasnprintf.c SNPRINTF (p, 6 + 1, decimal_format, exponent); p 3432 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 3433 maint/gnulib/lib/vasnprintf.c p++; p 3437 maint/gnulib/lib/vasnprintf.c sprintf ((char *) p, "%+d", exponent); p 3438 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 3439 maint/gnulib/lib/vasnprintf.c p++; p 3446 maint/gnulib/lib/vasnprintf.c for (ep = expbuf; (*p = *ep) != '\0'; ep++) p 3447 maint/gnulib/lib/vasnprintf.c p++; p 3467 maint/gnulib/lib/vasnprintf.c *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; p 3471 maint/gnulib/lib/vasnprintf.c *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; p 3485 maint/gnulib/lib/vasnprintf.c *p++ = '-'; p 3487 maint/gnulib/lib/vasnprintf.c *p++ = '+'; p 3489 maint/gnulib/lib/vasnprintf.c *p++ = ' '; p 3495 maint/gnulib/lib/vasnprintf.c *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; p 3499 maint/gnulib/lib/vasnprintf.c *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; p 3542 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 3543 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion - 'A' + 'X'; p 3544 maint/gnulib/lib/vasnprintf.c pad_ptr = p; p 3550 maint/gnulib/lib/vasnprintf.c *p++ = '0' + digit; p 3554 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 3562 maint/gnulib/lib/vasnprintf.c *p++ = digit p 3571 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 3576 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion - 'A' + 'P'; p 3581 maint/gnulib/lib/vasnprintf.c SNPRINTF (p, 6 + 1, decimal_format, exponent); p 3583 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 3584 maint/gnulib/lib/vasnprintf.c p++; p 3588 maint/gnulib/lib/vasnprintf.c sprintf ((char *) p, "%+d", exponent); p 3589 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 3590 maint/gnulib/lib/vasnprintf.c p++; p 3597 maint/gnulib/lib/vasnprintf.c for (ep = expbuf; (*p = *ep) != '\0'; ep++) p 3598 maint/gnulib/lib/vasnprintf.c p++; p 3610 maint/gnulib/lib/vasnprintf.c count = p - tmp; p 3615 maint/gnulib/lib/vasnprintf.c DCHAR_T *end = p + pad; p 3621 maint/gnulib/lib/vasnprintf.c *p++ = ' '; p 3628 maint/gnulib/lib/vasnprintf.c while (p > pad_ptr) p 3629 maint/gnulib/lib/vasnprintf.c *--q = *--p; p 3631 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 3638 maint/gnulib/lib/vasnprintf.c while (p > tmp) p 3639 maint/gnulib/lib/vasnprintf.c *--q = *--p; p 3641 maint/gnulib/lib/vasnprintf.c *p++ = ' '; p 3644 maint/gnulib/lib/vasnprintf.c p = end; p 3647 maint/gnulib/lib/vasnprintf.c count = p - tmp; p 3708 maint/gnulib/lib/vasnprintf.c DCHAR_T *p; p 3847 maint/gnulib/lib/vasnprintf.c p = tmp; p 3860 maint/gnulib/lib/vasnprintf.c *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; p 3864 maint/gnulib/lib/vasnprintf.c *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; p 3881 maint/gnulib/lib/vasnprintf.c *p++ = '-'; p 3883 maint/gnulib/lib/vasnprintf.c *p++ = '+'; p 3885 maint/gnulib/lib/vasnprintf.c *p++ = ' '; p 3891 maint/gnulib/lib/vasnprintf.c *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; p 3895 maint/gnulib/lib/vasnprintf.c *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; p 3901 maint/gnulib/lib/vasnprintf.c pad_ptr = p; p 3921 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 3925 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 3929 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 3931 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 3935 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 3948 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 3951 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 3953 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4022 maint/gnulib/lib/vasnprintf.c *p++ = digits[--ndigits]; p 4025 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4029 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 4036 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion; /* 'e' or 'E' */ p 4041 maint/gnulib/lib/vasnprintf.c SNPRINTF (p, 6 + 1, decimal_format, exponent); p 4043 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 4044 maint/gnulib/lib/vasnprintf.c p++; p 4048 maint/gnulib/lib/vasnprintf.c sprintf ((char *) p, "%+.2d", exponent); p 4049 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 4050 maint/gnulib/lib/vasnprintf.c p++; p 4057 maint/gnulib/lib/vasnprintf.c for (ep = expbuf; (*p = *ep) != '\0'; ep++) p 4058 maint/gnulib/lib/vasnprintf.c p++; p 4079 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4082 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4086 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4179 maint/gnulib/lib/vasnprintf.c *p++ = digits[--ndigits]; p 4182 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4186 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 4193 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4194 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4196 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4200 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 4207 maint/gnulib/lib/vasnprintf.c *p++ = digits[--ndigits]; p 4210 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4214 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 4217 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion - 'G' + 'E'; /* 'e' or 'E' */ p 4222 maint/gnulib/lib/vasnprintf.c SNPRINTF (p, 6 + 1, decimal_format, exponent); p 4224 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 4225 maint/gnulib/lib/vasnprintf.c p++; p 4229 maint/gnulib/lib/vasnprintf.c sprintf ((char *) p, "%+.2d", exponent); p 4230 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 4231 maint/gnulib/lib/vasnprintf.c p++; p 4238 maint/gnulib/lib/vasnprintf.c for (ep = expbuf; (*p = *ep) != '\0'; ep++) p 4239 maint/gnulib/lib/vasnprintf.c p++; p 4254 maint/gnulib/lib/vasnprintf.c pad_ptr = p; p 4258 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4261 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4263 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4268 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4271 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4273 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4275 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion; /* 'e' or 'E' */ p 4276 maint/gnulib/lib/vasnprintf.c *p++ = '+'; p 4277 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4278 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4282 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4287 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4289 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4294 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4295 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion - 'A' + 'X'; p 4296 maint/gnulib/lib/vasnprintf.c pad_ptr = p; p 4297 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4300 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4302 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4304 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion - 'A' + 'P'; p 4305 maint/gnulib/lib/vasnprintf.c *p++ = '+'; p 4306 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4328 maint/gnulib/lib/vasnprintf.c *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; p 4332 maint/gnulib/lib/vasnprintf.c *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; p 4346 maint/gnulib/lib/vasnprintf.c *p++ = '-'; p 4348 maint/gnulib/lib/vasnprintf.c *p++ = '+'; p 4350 maint/gnulib/lib/vasnprintf.c *p++ = ' '; p 4356 maint/gnulib/lib/vasnprintf.c *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; p 4360 maint/gnulib/lib/vasnprintf.c *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; p 4366 maint/gnulib/lib/vasnprintf.c pad_ptr = p; p 4383 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 4387 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4391 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4393 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4397 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 4410 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4413 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4415 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4480 maint/gnulib/lib/vasnprintf.c *p++ = digits[--ndigits]; p 4483 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4487 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 4494 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion; /* 'e' or 'E' */ p 4505 maint/gnulib/lib/vasnprintf.c SNPRINTF (p, 6 + 1, decimal_format, exponent); p 4507 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 4508 maint/gnulib/lib/vasnprintf.c p++; p 4521 maint/gnulib/lib/vasnprintf.c sprintf ((char *) p, decimal_format, exponent); p 4522 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 4523 maint/gnulib/lib/vasnprintf.c p++; p 4530 maint/gnulib/lib/vasnprintf.c for (ep = expbuf; (*p = *ep) != '\0'; ep++) p 4531 maint/gnulib/lib/vasnprintf.c p++; p 4553 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4556 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4560 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4649 maint/gnulib/lib/vasnprintf.c *p++ = digits[--ndigits]; p 4652 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4656 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 4663 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4664 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4666 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4670 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 4677 maint/gnulib/lib/vasnprintf.c *p++ = digits[--ndigits]; p 4680 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4684 maint/gnulib/lib/vasnprintf.c *p++ = digits[ndigits]; p 4687 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion - 'G' + 'E'; /* 'e' or 'E' */ p 4698 maint/gnulib/lib/vasnprintf.c SNPRINTF (p, 6 + 1, decimal_format, exponent); p 4700 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 4701 maint/gnulib/lib/vasnprintf.c p++; p 4714 maint/gnulib/lib/vasnprintf.c sprintf ((char *) p, decimal_format, exponent); p 4715 maint/gnulib/lib/vasnprintf.c while (*p != '\0') p 4716 maint/gnulib/lib/vasnprintf.c p++; p 4723 maint/gnulib/lib/vasnprintf.c for (ep = expbuf; (*p = *ep) != '\0'; ep++) p 4724 maint/gnulib/lib/vasnprintf.c p++; p 4740 maint/gnulib/lib/vasnprintf.c pad_ptr = p; p 4744 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4747 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4749 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4754 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4757 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4759 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4761 maint/gnulib/lib/vasnprintf.c *p++ = dp->conversion; /* 'e' or 'E' */ p 4762 maint/gnulib/lib/vasnprintf.c *p++ = '+'; p 4766 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4768 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4769 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4773 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4778 maint/gnulib/lib/vasnprintf.c *p++ = decimal_point_char (); p 4780 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4793 maint/gnulib/lib/vasnprintf.c count = p - tmp; p 4798 maint/gnulib/lib/vasnprintf.c DCHAR_T *end = p + pad; p 4804 maint/gnulib/lib/vasnprintf.c *p++ = ' '; p 4811 maint/gnulib/lib/vasnprintf.c while (p > pad_ptr) p 4812 maint/gnulib/lib/vasnprintf.c *--q = *--p; p 4814 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 4821 maint/gnulib/lib/vasnprintf.c while (p > tmp) p 4822 maint/gnulib/lib/vasnprintf.c *--q = *--p; p 4824 maint/gnulib/lib/vasnprintf.c *p++ = ' '; p 4827 maint/gnulib/lib/vasnprintf.c p = end; p 4830 maint/gnulib/lib/vasnprintf.c count = p - tmp; p 5723 maint/gnulib/lib/vasnprintf.c DCHAR_T *p = rp + count; p 5724 maint/gnulib/lib/vasnprintf.c DCHAR_T *end = p + pad; p 5750 maint/gnulib/lib/vasnprintf.c *p++ = ' '; p 5757 maint/gnulib/lib/vasnprintf.c while (p > pad_ptr) p 5758 maint/gnulib/lib/vasnprintf.c *--q = *--p; p 5760 maint/gnulib/lib/vasnprintf.c *p++ = '0'; p 5767 maint/gnulib/lib/vasnprintf.c while (p > rp) p 5768 maint/gnulib/lib/vasnprintf.c *--q = *--p; p 5770 maint/gnulib/lib/vasnprintf.c *p++ = ' '; p 610 maint/gnulib/lib/vma-iter.c char *p; p 639 maint/gnulib/lib/vma-iter.c p = mem; p 641 maint/gnulib/lib/vma-iter.c while (p < p_end) p 643 maint/gnulib/lib/vma-iter.c struct kinfo_vmentry *kve = (struct kinfo_vmentry *) p; p 669 maint/gnulib/lib/vma-iter.c p += kve->kve_structsize; p 694 maint/gnulib/lib/vma-iter.c char *p; p 731 maint/gnulib/lib/vma-iter.c p = mem; p 733 maint/gnulib/lib/vma-iter.c while (p < p_end) p 735 maint/gnulib/lib/vma-iter.c struct kinfo_vmentry *kve = (struct kinfo_vmentry *) p; p 761 maint/gnulib/lib/vma-iter.c p += entry_size; p 781 maint/gnulib/lib/vma-iter.c char *p; p 818 maint/gnulib/lib/vma-iter.c p = mem; p 820 maint/gnulib/lib/vma-iter.c while (p < p_end) p 822 maint/gnulib/lib/vma-iter.c struct kinfo_vmentry *kve = (struct kinfo_vmentry *) p; p 849 maint/gnulib/lib/vma-iter.c p += sizeof (struct kinfo_vmentry); p 90 maint/gnulib/lib/windows-spawn.c char *p; p 94 maint/gnulib/lib/windows-spawn.c p = mem; p 97 maint/gnulib/lib/windows-spawn.c *p++ = '"'; p 105 maint/gnulib/lib/windows-spawn.c *p++ = '\\'; p 107 maint/gnulib/lib/windows-spawn.c *p++ = c; p 117 maint/gnulib/lib/windows-spawn.c *p++ = '\\'; p 118 maint/gnulib/lib/windows-spawn.c *p++ = '"'; p 120 maint/gnulib/lib/windows-spawn.c *p++ = '\0'; p 122 maint/gnulib/lib/windows-spawn.c return p; p 215 maint/gnulib/lib/windows-spawn.c const char *p; p 216 maint/gnulib/lib/windows-spawn.c for (ap = argv; (p = *ap) != NULL; ap++) p 217 maint/gnulib/lib/windows-spawn.c total_size += strlen (p) + 1; p 232 maint/gnulib/lib/windows-spawn.c for (ap = argv; (p = *ap) != NULL; ap++) p 234 maint/gnulib/lib/windows-spawn.c size_t size = strlen (p) + 1; p 235 maint/gnulib/lib/windows-spawn.c memcpy (cp, p, size - 1); p 260 maint/gnulib/lib/windows-spawn.c const char *p; p 261 maint/gnulib/lib/windows-spawn.c for (ep = envp; (p = *ep) != NULL; ep++) p 262 maint/gnulib/lib/windows-spawn.c total_size += strlen (p) + 1; p 273 maint/gnulib/lib/windows-spawn.c for (ep = envp; (p = *ep) != NULL; ep++) p 275 maint/gnulib/lib/windows-spawn.c size_t size = strlen (p) + 1; p 292 maint/gnulib/lib/windows-spawn.c memcpy (envblock + envblock_used, p, size); p 78 maint/gnulib/lib/xalloc.h void *xrealloc (void *p, size_t s) p 80 maint/gnulib/lib/xalloc.h void *xirealloc (void *p, idx_t s) p 82 maint/gnulib/lib/xalloc.h void *xreallocarray (void *p, size_t n, size_t s) p 84 maint/gnulib/lib/xalloc.h void *xireallocarray (void *p, idx_t n, idx_t s) p 86 maint/gnulib/lib/xalloc.h void *x2realloc (void *p, size_t *ps) /* superseded by xpalloc */ p 88 maint/gnulib/lib/xalloc.h void *x2nrealloc (void *p, size_t *pn, size_t s) /* superseded by xpalloc */ p 92 maint/gnulib/lib/xalloc.h void *xmemdup (void const *p, size_t s) p 95 maint/gnulib/lib/xalloc.h void *ximemdup (void const *p, idx_t s) p 98 maint/gnulib/lib/xalloc.h char *ximemdup0 (void const *p, idx_t s) p 142 maint/gnulib/lib/xalloc.h XALLOC_INLINE void *xnrealloc (void *p, size_t n, size_t s) p 145 maint/gnulib/lib/xalloc.h xnrealloc (void *p, size_t n, size_t s) p 147 maint/gnulib/lib/xalloc.h return xreallocarray (p, n, s); p 172 maint/gnulib/lib/xalloc.h xrealloc (T *p, size_t s) p 174 maint/gnulib/lib/xalloc.h return (T *) xrealloc ((void *) p, s); p 178 maint/gnulib/lib/xalloc.h xreallocarray (T *p, size_t n, size_t s) p 180 maint/gnulib/lib/xalloc.h return (T *) xreallocarray ((void *) p, n, s); p 185 maint/gnulib/lib/xalloc.h xnrealloc (T *p, size_t n, size_t s) p 187 maint/gnulib/lib/xalloc.h return xreallocarray (p, n, s); p 191 maint/gnulib/lib/xalloc.h x2realloc (T *p, size_t *pn) p 193 maint/gnulib/lib/xalloc.h return (T *) x2realloc ((void *) p, pn); p 197 maint/gnulib/lib/xalloc.h x2nrealloc (T *p, size_t *pn, size_t s) p 199 maint/gnulib/lib/xalloc.h return (T *) x2nrealloc ((void *) p, pn, s); p 203 maint/gnulib/lib/xalloc.h xmemdup (T const *p, size_t s) p 205 maint/gnulib/lib/xalloc.h return (T *) xmemdup ((void const *) p, s); p 32 maint/gnulib/lib/xmalloc.c nonnull (void *p) p 34 maint/gnulib/lib/xmalloc.c if (!p) p 36 maint/gnulib/lib/xmalloc.c return p; p 63 maint/gnulib/lib/xmalloc.c xrealloc (void *p, size_t s) p 65 maint/gnulib/lib/xmalloc.c void *r = realloc (p, s); p 66 maint/gnulib/lib/xmalloc.c if (!r && (!p || s)) p 72 maint/gnulib/lib/xmalloc.c xirealloc (void *p, idx_t s) p 74 maint/gnulib/lib/xmalloc.c return nonnull (irealloc (p, s)); p 81 maint/gnulib/lib/xmalloc.c xreallocarray (void *p, size_t n, size_t s) p 83 maint/gnulib/lib/xmalloc.c void *r = reallocarray (p, n, s); p 84 maint/gnulib/lib/xmalloc.c if (!r && (!p || (n && s))) p 90 maint/gnulib/lib/xmalloc.c xireallocarray (void *p, idx_t n, idx_t s) p 92 maint/gnulib/lib/xmalloc.c return nonnull (ireallocarray (p, n, s)); p 117 maint/gnulib/lib/xmalloc.c x2realloc (void *p, size_t *ps) p 119 maint/gnulib/lib/xmalloc.c return x2nrealloc (p, ps, 1); p 177 maint/gnulib/lib/xmalloc.c x2nrealloc (void *p, size_t *pn, size_t s) p 181 maint/gnulib/lib/xmalloc.c if (! p) p 202 maint/gnulib/lib/xmalloc.c p = xreallocarray (p, n, s); p 204 maint/gnulib/lib/xmalloc.c return p; p 311 maint/gnulib/lib/xmalloc.c xmemdup (void const *p, size_t s) p 313 maint/gnulib/lib/xmalloc.c return memcpy (xmalloc (s), p, s); p 317 maint/gnulib/lib/xmalloc.c ximemdup (void const *p, idx_t s) p 319 maint/gnulib/lib/xmalloc.c return memcpy (ximalloc (s), p, s); p 326 maint/gnulib/lib/xmalloc.c ximemdup0 (void const *p, idx_t s) p 330 maint/gnulib/lib/xmalloc.c return memcpy (result, p, s); p 30 maint/gnulib/lib/xmalloca.c void *p; p 32 maint/gnulib/lib/xmalloca.c p = mmalloca (n); p 33 maint/gnulib/lib/xmalloca.c if (p == NULL) p 35 maint/gnulib/lib/xmalloca.c return p; p 38 maint/gnulib/lib/xmemdup0.c xmemdup0 (void const *p, size_t s) p 42 maint/gnulib/lib/xmemdup0.c memcpy (result, p, s); p 28 maint/gnulib/lib/xmemdup0.h char *xmemdup0 (void const *p, size_t s) p 80 maint/gnulib/lib/xstrtol.c char **p; p 86 maint/gnulib/lib/xstrtol.c p = (ptr ? ptr : &t_ptr); p 100 maint/gnulib/lib/xstrtol.c tmp = __strtol (s, p, strtol_base); p 102 maint/gnulib/lib/xstrtol.c if (*p == s) p 106 maint/gnulib/lib/xstrtol.c if (valid_suffixes && **p && strchr (valid_suffixes, **p)) p 127 maint/gnulib/lib/xstrtol.c if (**p != '\0') p 133 maint/gnulib/lib/xstrtol.c if (!strchr (valid_suffixes, **p)) p 139 maint/gnulib/lib/xstrtol.c switch (**p) p 152 maint/gnulib/lib/xstrtol.c switch (p[0][1]) p 155 maint/gnulib/lib/xstrtol.c if (p[0][2] == 'B') p 167 maint/gnulib/lib/xstrtol.c switch (**p) p 230 maint/gnulib/lib/xstrtol.c *p += suffixes; p 231 maint/gnulib/lib/xstrtol.c if (**p) p 39 maint/gnulib/lib/xvasprintf.c char *p; p 62 maint/gnulib/lib/xvasprintf.c p = result; p 67 maint/gnulib/lib/xvasprintf.c memcpy (p, next, len); p 68 maint/gnulib/lib/xvasprintf.c p += len; p 70 maint/gnulib/lib/xvasprintf.c *p = '\0'; p 39 maint/gnulib/tests/test-base32.c char *p; p 148 maint/gnulib/tests/test-base32.c len = base32_encode_alloc (in, strlen (in), &p); p 150 maint/gnulib/tests/test-base32.c ASSERT (strcmp (p, "MFRGGZDFMZTWQ2LKNNWG23TPOA======") == 0); p 151 maint/gnulib/tests/test-base32.c free (p); p 153 maint/gnulib/tests/test-base32.c len = base32_encode_alloc (in, IDX_MAX - 5, &p); p 171 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, b32in, strlen (b32in), &p, &len); p 175 maint/gnulib/tests/test-base32.c free (p); p 183 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, newlineb32, strlen (newlineb32), &p, &len); p 186 maint/gnulib/tests/test-base32.c ASSERT (memcmp (p, in, len) == 0); p 187 maint/gnulib/tests/test-base32.c free (p); p 194 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, "MFRGGZDFM\nZTWQ2LK", 17, &p, &len); p 197 maint/gnulib/tests/test-base32.c ASSERT (memcmp (p, "abcdefghij", len) == 0); p 198 maint/gnulib/tests/test-base32.c free (p); p 202 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, "MF\n", 3, &p, &len); p 205 maint/gnulib/tests/test-base32.c free (p); p 207 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, "RGGZDFMZ", 8, &p, &len); p 210 maint/gnulib/tests/test-base32.c ASSERT (memcmp (p, "abcde", len) == 0); p 211 maint/gnulib/tests/test-base32.c free (p); p 213 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, "TWQ2LK", 6, &p, &len); p 216 maint/gnulib/tests/test-base32.c ASSERT (memcmp (p, "fghij", len) == 0); p 217 maint/gnulib/tests/test-base32.c free (p); p 219 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, "", 0, &p, &len); p 221 maint/gnulib/tests/test-base32.c free (p); p 230 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, newlineb32, strlen (newlineb32), &p, &len); p 233 maint/gnulib/tests/test-base32.c free (p); p 236 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, " ! ", 3, &p, &len); p 239 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "ABC\nDEF", 7, &p, &len); p 242 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AA", 2, &p, &len); p 245 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AA=", 3, &p, &len); p 248 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AABBAAxx", 8, &p, &len); p 251 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AABBAA=X", 8, &p, &len); p 254 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AABBAA=X", 8, &p, &len); p 257 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AABBAA=A", 8, &p, &len); p 38 maint/gnulib/tests/test-base64.c char *p; p 125 maint/gnulib/tests/test-base64.c len = base64_encode_alloc (in, strlen (in), &p); p 127 maint/gnulib/tests/test-base64.c ASSERT (strcmp (p, "YWJjZGVmZ2hpamtsbW5vcA==") == 0); p 128 maint/gnulib/tests/test-base64.c free (p); p 130 maint/gnulib/tests/test-base64.c len = base64_encode_alloc (in, IDX_MAX - 5, &p); p 148 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (NULL, b64in, strlen (b64in), &p, &len); p 152 maint/gnulib/tests/test-base64.c free (p); p 160 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (&ctx, newlineb64, strlen (newlineb64), &p, &len); p 163 maint/gnulib/tests/test-base64.c ASSERT (memcmp (p, in, len) == 0); p 164 maint/gnulib/tests/test-base64.c free (p); p 171 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (&ctx, "YW\nJjZGVmZ2hp", 13, &p, &len); p 174 maint/gnulib/tests/test-base64.c ASSERT (memcmp (p, "abcdefghi", len) == 0); p 175 maint/gnulib/tests/test-base64.c free (p); p 179 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (&ctx, "YW\n", 3, &p, &len); p 182 maint/gnulib/tests/test-base64.c free (p); p 184 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (&ctx, "JjZGVmZ2", 8, &p, &len); p 187 maint/gnulib/tests/test-base64.c ASSERT (memcmp (p, "abcdef", len) == 0); p 188 maint/gnulib/tests/test-base64.c free (p); p 190 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (&ctx, "hp", 2, &p, &len); p 193 maint/gnulib/tests/test-base64.c ASSERT (memcmp (p, "ghi", len) == 0); p 194 maint/gnulib/tests/test-base64.c free (p); p 196 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (&ctx, "", 0, &p, &len); p 198 maint/gnulib/tests/test-base64.c free (p); p 207 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (&ctx, newlineb64, strlen (newlineb64), &p, &len); p 210 maint/gnulib/tests/test-base64.c free (p); p 213 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (NULL, " ! ", 3, &p, &len); p 216 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (NULL, "abc\ndef", 7, &p, &len); p 219 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (NULL, "aa", 2, &p, &len); p 222 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (NULL, "aa=", 3, &p, &len); p 225 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (NULL, "aax", 3, &p, &len); p 228 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (NULL, "aa=X", 4, &p, &len); p 231 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (NULL, "aa=X", 4, &p, &len); p 234 maint/gnulib/tests/test-base64.c ok = base64_decode_alloc_ctx (NULL, "aax=X", 5, &p, &len); p 34 maint/gnulib/tests/test-c-stack.c recurse_1 (volatile int n, volatile int *p) p 37 maint/gnulib/tests/test-c-stack.c *recurse_1 (n + 1, p) += n; p 38 maint/gnulib/tests/test-c-stack.c return p; p 194 maint/gnulib/tests/test-c-strcasestr.c const char* p = c_strcasestr (haystack, needle); p 195 maint/gnulib/tests/test-c-strcasestr.c ASSERT (p - haystack == 114); p 202 maint/gnulib/tests/test-c-strcasestr.c const char* p = c_strcasestr (haystack, needle); p 203 maint/gnulib/tests/test-c-strcasestr.c ASSERT (p - haystack == 4); p 231 maint/gnulib/tests/test-c-strcasestr.c const char *p; p 234 maint/gnulib/tests/test-c-strcasestr.c p = c_strcasestr (haystack, needle); p 235 maint/gnulib/tests/test-c-strcasestr.c ASSERT (p); p 236 maint/gnulib/tests/test-c-strcasestr.c ASSERT (p - haystack == i); p 248 maint/gnulib/tests/test-c-strcasestr.c const char *p; p 255 maint/gnulib/tests/test-c-strcasestr.c p = c_strcasestr (haystack, needle); p 256 maint/gnulib/tests/test-c-strcasestr.c ASSERT (p); p 257 maint/gnulib/tests/test-c-strcasestr.c ASSERT (p - haystack == m); p 168 maint/gnulib/tests/test-c-strstr.c const char* p = c_strstr (haystack, needle); p 169 maint/gnulib/tests/test-c-strstr.c ASSERT (p - haystack == 114); p 176 maint/gnulib/tests/test-c-strstr.c const char* p = c_strstr (haystack, needle); p 177 maint/gnulib/tests/test-c-strstr.c ASSERT (p - haystack == 4); p 205 maint/gnulib/tests/test-c-strstr.c const char *p; p 208 maint/gnulib/tests/test-c-strstr.c p = c_strstr (haystack, needle); p 209 maint/gnulib/tests/test-c-strstr.c ASSERT (p); p 210 maint/gnulib/tests/test-c-strstr.c ASSERT (p - haystack == i); p 222 maint/gnulib/tests/test-c-strstr.c const char *p; p 229 maint/gnulib/tests/test-c-strstr.c p = c_strstr (haystack, needle); p 230 maint/gnulib/tests/test-c-strstr.c ASSERT (p); p 231 maint/gnulib/tests/test-c-strstr.c ASSERT (p - haystack == m); p 49 maint/gnulib/tests/test-calloc-gnu.c void * volatile p = calloc (0, 0); p 50 maint/gnulib/tests/test-calloc-gnu.c ASSERT (p != NULL); p 51 maint/gnulib/tests/test-calloc-gnu.c free (p); p 62 maint/gnulib/tests/test-calloc-gnu.c void *volatile p = calloc (PTRDIFF_MAX / n + 1, identity (n)); p 63 maint/gnulib/tests/test-calloc-gnu.c ASSERT (p == NULL); p 66 maint/gnulib/tests/test-calloc-gnu.c p = calloc (SIZE_MAX / n + 1, identity (n)); p 67 maint/gnulib/tests/test-calloc-gnu.c ASSERT (p == NULL); p 51 maint/gnulib/tests/test-cbrt.h DOUBLE p = CBRT (x) * CBRT (y) * CBRT (z); p 52 maint/gnulib/tests/test-cbrt.h ASSERT (p > L_(1.0) - L_(8.0) / TWO_MANT_DIG p 53 maint/gnulib/tests/test-cbrt.h && p < L_(1.0) + L_(8.0) / TWO_MANT_DIG); p 28 maint/gnulib/tests/test-crc.c uint32_t p; p 30 maint/gnulib/tests/test-crc.c p = crc32_update_no_xor (42, "foo", 3); p 31 maint/gnulib/tests/test-crc.c if (p != 0x46e87f05) p 33 maint/gnulib/tests/test-crc.c printf ("cunx got %lx\n", (unsigned long) p); p 37 maint/gnulib/tests/test-crc.c p = crc32_no_xor ("foo", 3); p 38 maint/gnulib/tests/test-crc.c if (p != 0x7332bc33) p 40 maint/gnulib/tests/test-crc.c printf ("cnx got %lx\n", (unsigned long) p); p 44 maint/gnulib/tests/test-crc.c p = crc32_update (42, "foo", 3); p 45 maint/gnulib/tests/test-crc.c if (p != 0xb9a9a617) p 47 maint/gnulib/tests/test-crc.c printf ("cu got %lx\n", (unsigned long) p); p 51 maint/gnulib/tests/test-crc.c p = crc32 ("foo", 3); p 52 maint/gnulib/tests/test-crc.c if (p != 0x8c736521) p 54 maint/gnulib/tests/test-crc.c printf ("c got %lx\n", (unsigned long) p); p 49 maint/gnulib/tests/test-dfa-match-aux.c char *beg, *end, *p; p 67 maint/gnulib/tests/test-dfa-match-aux.c p = dfaexec (dfa, beg, end, allow_nl, NULL, NULL); p 69 maint/gnulib/tests/test-dfa-match-aux.c if (p != NULL) p 70 maint/gnulib/tests/test-dfa-match-aux.c printf ("%zd\n", p - beg); p 36 maint/gnulib/tests/test-execle-main.c char **p; p 37 maint/gnulib/tests/test-execle-main.c for (p = environ; *p != NULL; p++) p 39 maint/gnulib/tests/test-execle-main.c const char *assignment = *p; p 51 maint/gnulib/tests/test-execle-main.c const char **p = env; p 52 maint/gnulib/tests/test-execle-main.c *p++ = p 59 maint/gnulib/tests/test-execle-main.c *p = get_environ_assignment ("QEMU_LD_PREFIX"); p 60 maint/gnulib/tests/test-execle-main.c if (*p != NULL) p 61 maint/gnulib/tests/test-execle-main.c p++; p 62 maint/gnulib/tests/test-execle-main.c *p = get_environ_assignment ("QEMU_CPU"); p 63 maint/gnulib/tests/test-execle-main.c if (*p != NULL) p 64 maint/gnulib/tests/test-execle-main.c p++; p 65 maint/gnulib/tests/test-execle-main.c *p++ = "Hommingberg=Gepardenforelle"; p 66 maint/gnulib/tests/test-execle-main.c *p = NULL; p 181 maint/gnulib/tests/test-execute-child.c char *p = buf; p 186 maint/gnulib/tests/test-execute-child.c sprintf (p, "%d ", fd); p 187 maint/gnulib/tests/test-execute-child.c p += strlen (p); p 36 maint/gnulib/tests/test-execve-main.c char **p; p 37 maint/gnulib/tests/test-execve-main.c for (p = environ; *p != NULL; p++) p 39 maint/gnulib/tests/test-execve-main.c const char *assignment = *p; p 51 maint/gnulib/tests/test-execve-main.c const char **p = env; p 52 maint/gnulib/tests/test-execve-main.c *p++ = p 59 maint/gnulib/tests/test-execve-main.c *p = get_environ_assignment ("QEMU_LD_PREFIX"); p 60 maint/gnulib/tests/test-execve-main.c if (*p != NULL) p 61 maint/gnulib/tests/test-execve-main.c p++; p 62 maint/gnulib/tests/test-execve-main.c *p = get_environ_assignment ("QEMU_CPU"); p 63 maint/gnulib/tests/test-execve-main.c if (*p != NULL) p 64 maint/gnulib/tests/test-execve-main.c p++; p 65 maint/gnulib/tests/test-execve-main.c *p++ = "Hommingberg=Gepardenforelle"; p 66 maint/gnulib/tests/test-execve-main.c *p = NULL; p 36 maint/gnulib/tests/test-execvpe-main.c char **p; p 37 maint/gnulib/tests/test-execvpe-main.c for (p = environ; *p != NULL; p++) p 39 maint/gnulib/tests/test-execvpe-main.c const char *assignment = *p; p 51 maint/gnulib/tests/test-execvpe-main.c const char **p = env; p 52 maint/gnulib/tests/test-execvpe-main.c *p++ = p 59 maint/gnulib/tests/test-execvpe-main.c *p = get_environ_assignment ("QEMU_LD_PREFIX"); p 60 maint/gnulib/tests/test-execvpe-main.c if (*p != NULL) p 61 maint/gnulib/tests/test-execvpe-main.c p++; p 62 maint/gnulib/tests/test-execvpe-main.c *p = get_environ_assignment ("QEMU_CPU"); p 63 maint/gnulib/tests/test-execvpe-main.c if (*p != NULL) p 64 maint/gnulib/tests/test-execvpe-main.c p++; p 65 maint/gnulib/tests/test-execvpe-main.c *p++ = "Hommingberg=Gepardenforelle"; p 66 maint/gnulib/tests/test-execvpe-main.c *p = NULL; p 135 maint/gnulib/tests/test-fcntl.c void *p; p 137 maint/gnulib/tests/test-fcntl.c p = va_arg (arg, void *); p 139 maint/gnulib/tests/test-fcntl.c return func1 (a, p); p 46 maint/gnulib/tests/test-gc-md2.c const char *p; p 100 maint/gnulib/tests/test-gc-md2.c p = gc_hash_read (h); p 102 maint/gnulib/tests/test-gc-md2.c if (!p) p 108 maint/gnulib/tests/test-gc-md2.c if (memcmp (p, expect, 16) != 0) p 116 maint/gnulib/tests/test-gc-md2.c printf ("%02x ", p[i] & 0xFF); p 46 maint/gnulib/tests/test-gc-md4.c const char *p; p 102 maint/gnulib/tests/test-gc-md4.c p = gc_hash_read (h); p 104 maint/gnulib/tests/test-gc-md4.c if (!p) p 110 maint/gnulib/tests/test-gc-md4.c if (memcmp (p, expect, 16) != 0) p 118 maint/gnulib/tests/test-gc-md4.c printf ("%02x ", p[i] & 0xFF); p 46 maint/gnulib/tests/test-gc-md5.c const char *p; p 102 maint/gnulib/tests/test-gc-md5.c p = gc_hash_read (h); p 104 maint/gnulib/tests/test-gc-md5.c if (!p) p 110 maint/gnulib/tests/test-gc-md5.c if (memcmp (p, expect, 16) != 0) p 118 maint/gnulib/tests/test-gc-md5.c printf ("%02x ", p[i] & 0xFF); p 44 maint/gnulib/tests/test-gc-sha1.c const char *p; p 99 maint/gnulib/tests/test-gc-sha1.c p = gc_hash_read (h); p 101 maint/gnulib/tests/test-gc-sha1.c if (!p) p 107 maint/gnulib/tests/test-gc-sha1.c if (memcmp (p, expect, 20) != 0) p 115 maint/gnulib/tests/test-gc-sha1.c printf ("%02x ", p[i] & 0xFF); p 45 maint/gnulib/tests/test-gc-sha256.c const char *p; p 100 maint/gnulib/tests/test-gc-sha256.c p = gc_hash_read (h); p 102 maint/gnulib/tests/test-gc-sha256.c if (!p) p 108 maint/gnulib/tests/test-gc-sha256.c if (memcmp (p, expect, 32) != 0) p 116 maint/gnulib/tests/test-gc-sha256.c printf ("%02x ", p[i] & 0xFF); p 47 maint/gnulib/tests/test-gc-sha512.c const char *p; p 102 maint/gnulib/tests/test-gc-sha512.c p = gc_hash_read (h); p 104 maint/gnulib/tests/test-gc-sha512.c if (!p) p 110 maint/gnulib/tests/test-gc-sha512.c if (memcmp (p, expect, 64) != 0) p 118 maint/gnulib/tests/test-gc-sha512.c printf ("%02x ", p[i] & 0xFF); p 47 maint/gnulib/tests/test-gc-sm3.c const char *p; p 102 maint/gnulib/tests/test-gc-sm3.c p = gc_hash_read (h); p 104 maint/gnulib/tests/test-gc-sm3.c if (!p) p 110 maint/gnulib/tests/test-gc-sm3.c if (memcmp (p, expect, 32) != 0) p 118 maint/gnulib/tests/test-gc-sm3.c printf ("%02x ", (unsigned int) p[i] & 0xFF); p 32 maint/gnulib/tests/test-getprogname.c char const *p = getprogname (); p 38 maint/gnulib/tests/test-getprogname.c if (strncmp (p, "lt-", 3) == 0) p 39 maint/gnulib/tests/test-getprogname.c p += 3; p 52 maint/gnulib/tests/test-getprogname.c assert (STREQ (p, "test-getprogname")); p 54 maint/gnulib/tests/test-getprogname.c assert (STREQ (p, "test-getprogname" EXEEXT)); p 96 maint/gnulib/tests/test-hamt.c Hamt_entry *p = x5; p 97 maint/gnulib/tests/test-hamt.c Hamt *hamt1 = hamt_insert (hamt, &p); p 104 maint/gnulib/tests/test-hamt.c p = y5; p 105 maint/gnulib/tests/test-hamt.c Hamt *hamt2 = hamt_insert (hamt1, &p); p 107 maint/gnulib/tests/test-hamt.c ASSERT (p == x5); p 110 maint/gnulib/tests/test-hamt.c p = y5; p 111 maint/gnulib/tests/test-hamt.c hamt = hamt_replace (hamt1, &p); p 112 maint/gnulib/tests/test-hamt.c ASSERT (p == x5); p 118 maint/gnulib/tests/test-hamt.c p = z37; p 119 maint/gnulib/tests/test-hamt.c hamt2 = hamt_insert (hamt1, &p); p 121 maint/gnulib/tests/test-hamt.c ASSERT (p == z37); p 134 maint/gnulib/tests/test-hamt.c p = y5; p 135 maint/gnulib/tests/test-hamt.c hamt1 = hamt_remove (hamt2, &p); p 137 maint/gnulib/tests/test-hamt.c ASSERT (p == x5); p 215 maint/gnulib/tests/test-hamt.c Hamt_entry *p = make_element (elts [i]); p 216 maint/gnulib/tests/test-hamt.c Hamt_entry *q = p; p 219 maint/gnulib/tests/test-hamt.c if (hamt_insert_x (*hamt, &p)) p 226 maint/gnulib/tests/test-hamt.c Hamt *new_hamt = hamt_insert (*hamt, &p); p 248 maint/gnulib/tests/test-hamt.c Hamt_entry *p = make_element (elts [i]); p 251 maint/gnulib/tests/test-hamt.c if (hamt_replace_x (*hamt, p)) p 256 maint/gnulib/tests/test-hamt.c Hamt *new_hamt = hamt_replace (*hamt, &p); p 259 maint/gnulib/tests/test-hamt.c if (p != NULL) p 272 maint/gnulib/tests/test-hamt.c Hamt_entry *p = make_element (elts [i]); p 273 maint/gnulib/tests/test-hamt.c Hamt_entry *q = p; p 276 maint/gnulib/tests/test-hamt.c if (hamt_remove_x (*hamt, p)) p 281 maint/gnulib/tests/test-hamt.c Hamt *new_hamt = hamt_remove (*hamt, &p); p 354 maint/gnulib/tests/test-hamt.c Hamt_entry *p; p 355 maint/gnulib/tests/test-hamt.c while (hamt_iterator_next (iter, &p)) p 358 maint/gnulib/tests/test-hamt.c if (val_array1 [i] == entry_value (p)) p 210 maint/gnulib/tests/test-hash.c char const *p = uinttostr (i, buf); p 211 maint/gnulib/tests/test-hash.c char *p_dup = strdup (p); p 241 maint/gnulib/tests/test-hash.c void const *p; p 243 maint/gnulib/tests/test-hash.c for (p = hash_get_first (ht); kk; p 244 maint/gnulib/tests/test-hash.c --kk, p = hash_get_next (ht, p)) p 248 maint/gnulib/tests/test-hash.c ASSERT (p); p 249 maint/gnulib/tests/test-hash.c v = hash_remove (ht, p); p 80 maint/gnulib/tests/test-immutable.c struct data const *p; p 86 maint/gnulib/tests/test-immutable.c p = immfreeze (wp); p 87 maint/gnulib/tests/test-immutable.c ASSERT (p->x == 7); p 88 maint/gnulib/tests/test-immutable.c ASSERT (p->y == 42); p 89 maint/gnulib/tests/test-immutable.c immfree (p); p 97 maint/gnulib/tests/test-immutable.c struct data const *p; p 103 maint/gnulib/tests/test-immutable.c p = immfreeze (wp); p 108 maint/gnulib/tests/test-immutable.c ((struct data *) p)->y = 77; p 119 maint/gnulib/tests/test-immutable.c struct data const *p; p 126 maint/gnulib/tests/test-immutable.c p = immfreeze (wp); p 127 maint/gnulib/tests/test-immutable.c ASSERT (p->x == 7); p 128 maint/gnulib/tests/test-immutable.c ASSERT (p->y == 42); p 137 maint/gnulib/tests/test-immutable.c ((struct data *) p)->y = 42; p 45 maint/gnulib/tests/test-inttostr.c char const *p; \ p 53 maint/gnulib/tests/test-inttostr.c ASSERT (STREQ ((p = Fn (TYPE_MINIMUM (T), buf)), ref)); \ p 55 maint/gnulib/tests/test-inttostr.c ASSERT (! TYPE_SIGNED (T) || (p == buf && *p == '-')); \ p 61 maint/gnulib/tests/test-inttostr.c ASSERT (STREQ ((p = Fn (TYPE_MAXIMUM (T), buf)), ref)); \ p 64 maint/gnulib/tests/test-inttostr.c || (p == buf && ISDIGIT (*p))); \ p 31 maint/gnulib/tests/test-malloc-gnu.c void *volatile p = malloc (0); p 32 maint/gnulib/tests/test-malloc-gnu.c ASSERT (p != NULL); p 33 maint/gnulib/tests/test-malloc-gnu.c free (p); p 39 maint/gnulib/tests/test-malloc-gnu.c p = malloc (PTRDIFF_MAX + one); p 40 maint/gnulib/tests/test-malloc-gnu.c ASSERT (p == NULL); p 246 maint/gnulib/tests/test-memmem.c const char* p = memmem (haystack, strlen (haystack), p 248 maint/gnulib/tests/test-memmem.c ASSERT (p - haystack == 114); p 255 maint/gnulib/tests/test-memmem.c const char* p = memmem (haystack, strlen (haystack), p 257 maint/gnulib/tests/test-memmem.c ASSERT (p - haystack == 4); p 285 maint/gnulib/tests/test-memmem.c const char *p; p 288 maint/gnulib/tests/test-memmem.c p = memmem (haystack, strlen (haystack), needle, strlen (needle)); p 289 maint/gnulib/tests/test-memmem.c ASSERT (p); p 290 maint/gnulib/tests/test-memmem.c ASSERT (p - haystack == i); p 302 maint/gnulib/tests/test-memmem.c const char *p; p 309 maint/gnulib/tests/test-memmem.c p = memmem (haystack, strlen (haystack), needle, strlen (needle)); p 310 maint/gnulib/tests/test-memmem.c ASSERT (p); p 311 maint/gnulib/tests/test-memmem.c ASSERT (p - haystack == m); p 40 maint/gnulib/tests/test-net_if.c struct if_nameindex *ifnp, *p; p 42 maint/gnulib/tests/test-net_if.c p = ifnp = if_nameindex (); p 49 maint/gnulib/tests/test-net_if.c while (p->if_index) p 56 maint/gnulib/tests/test-net_if.c printf ("index %d name %s\n", p->if_index, p->if_name); p 58 maint/gnulib/tests/test-net_if.c idx = if_nametoindex (p->if_name); p 59 maint/gnulib/tests/test-net_if.c if (idx != p->if_index) p 62 maint/gnulib/tests/test-net_if.c p->if_name, idx, p->if_index); p 66 maint/gnulib/tests/test-net_if.c q = if_indextoname (p->if_index, buf); p 69 maint/gnulib/tests/test-net_if.c fprintf (stderr, "if_indextoname (%d) returned NULL\n", p->if_index); p 75 maint/gnulib/tests/test-net_if.c p->if_index); p 78 maint/gnulib/tests/test-net_if.c if (strcmp (p->if_name, q) != 0) p 80 maint/gnulib/tests/test-net_if.c fprintf (stderr, "if_indextoname (%s) = %s ?!\n", p->if_name, q); p 84 maint/gnulib/tests/test-net_if.c p++; p 120 maint/gnulib/tests/test-parse-datetime.c const char *p; p 136 maint/gnulib/tests/test-parse-datetime.c p = "2011-05-01T11:55:18"; p 139 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, 0)); p 140 maint/gnulib/tests/test-parse-datetime.c LOG (p, expected, result); p 146 maint/gnulib/tests/test-parse-datetime.c p = "2011-05-01 11:55:18"; p 149 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, 0)); p 150 maint/gnulib/tests/test-parse-datetime.c LOG (p, expected, result); p 157 maint/gnulib/tests/test-parse-datetime.c p = "2011-05-01T11:55:18Z"; p 160 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, 0)); p 161 maint/gnulib/tests/test-parse-datetime.c LOG (p, expected, result); p 167 maint/gnulib/tests/test-parse-datetime.c p = "2011-05-01 11:55:18Z"; p 170 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, 0)); p 171 maint/gnulib/tests/test-parse-datetime.c LOG (p, expected, result); p 178 maint/gnulib/tests/test-parse-datetime.c p = "2011-05-01T11:55:18-07:00"; p 181 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, 0)); p 182 maint/gnulib/tests/test-parse-datetime.c LOG (p, expected, result); p 188 maint/gnulib/tests/test-parse-datetime.c p = "2011-05-01 11:55:18-07:00"; p 191 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, 0)); p 192 maint/gnulib/tests/test-parse-datetime.c LOG (p, expected, result); p 199 maint/gnulib/tests/test-parse-datetime.c p = "2011-05-01T11:55:18-07"; p 202 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, 0)); p 203 maint/gnulib/tests/test-parse-datetime.c LOG (p, expected, result); p 209 maint/gnulib/tests/test-parse-datetime.c p = "2011-05-01 11:55:18-07"; p 212 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, 0)); p 213 maint/gnulib/tests/test-parse-datetime.c LOG (p, expected, result); p 220 maint/gnulib/tests/test-parse-datetime.c p = "now"; p 221 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 222 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 227 maint/gnulib/tests/test-parse-datetime.c p = "tomorrow"; p 228 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 229 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 235 maint/gnulib/tests/test-parse-datetime.c p = "yesterday"; p 236 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 237 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 243 maint/gnulib/tests/test-parse-datetime.c p = "4 hours"; p 244 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 245 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 252 maint/gnulib/tests/test-parse-datetime.c p = "UTC+400 +24 hours"; p 253 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 254 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 255 maint/gnulib/tests/test-parse-datetime.c p = "UTC+400 +1 day"; p 256 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 257 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 264 maint/gnulib/tests/test-parse-datetime.c p = "UTC+14:00"; p 265 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 266 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 267 maint/gnulib/tests/test-parse-datetime.c p = "UTC+14"; p 268 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 269 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 272 maint/gnulib/tests/test-parse-datetime.c p = "UTC+1400"; p 273 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 274 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 280 maint/gnulib/tests/test-parse-datetime.c p = "UTC-14:00"; p 281 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 282 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 283 maint/gnulib/tests/test-parse-datetime.c p = "UTC-14"; p 284 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 285 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 288 maint/gnulib/tests/test-parse-datetime.c p = "UTC-1400"; p 289 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 290 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 296 maint/gnulib/tests/test-parse-datetime.c p = "UTC+0:15"; p 297 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 298 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 299 maint/gnulib/tests/test-parse-datetime.c p = "UTC+0015"; p 300 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 301 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 307 maint/gnulib/tests/test-parse-datetime.c p = "UTC-1:30"; p 308 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 309 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 310 maint/gnulib/tests/test-parse-datetime.c p = "UTC-130"; p 311 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 312 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 320 maint/gnulib/tests/test-parse-datetime.c p = "UTC+25:00"; p 321 maint/gnulib/tests/test-parse-datetime.c ASSERT (!parse_datetime (&result, p, &now)); p 326 maint/gnulib/tests/test-parse-datetime.c p = "UTC+4:00 +40 yesterday"; p 327 maint/gnulib/tests/test-parse-datetime.c ASSERT (!parse_datetime (&result, p, &now)); p 328 maint/gnulib/tests/test-parse-datetime.c p = "UTC+4:00 next yesterday"; p 329 maint/gnulib/tests/test-parse-datetime.c ASSERT (!parse_datetime (&result, p, &now)); p 330 maint/gnulib/tests/test-parse-datetime.c p = "UTC+4:00 tomorrow ago"; p 331 maint/gnulib/tests/test-parse-datetime.c ASSERT (!parse_datetime (&result, p, &now)); p 332 maint/gnulib/tests/test-parse-datetime.c p = "UTC+4:00 tomorrow hence"; p 333 maint/gnulib/tests/test-parse-datetime.c ASSERT (!parse_datetime (&result, p, &now)); p 334 maint/gnulib/tests/test-parse-datetime.c p = "UTC+4:00 40 now ago"; p 335 maint/gnulib/tests/test-parse-datetime.c ASSERT (!parse_datetime (&result, p, &now)); p 336 maint/gnulib/tests/test-parse-datetime.c p = "UTC+4:00 last tomorrow"; p 337 maint/gnulib/tests/test-parse-datetime.c ASSERT (!parse_datetime (&result, p, &now)); p 338 maint/gnulib/tests/test-parse-datetime.c p = "UTC+4:00 -4 today"; p 339 maint/gnulib/tests/test-parse-datetime.c ASSERT (!parse_datetime (&result, p, &now)); p 344 maint/gnulib/tests/test-parse-datetime.c p = "UTC+400 tomorrow"; p 345 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 346 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 347 maint/gnulib/tests/test-parse-datetime.c p = "UTC+400 +1 day"; p 348 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 349 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 352 maint/gnulib/tests/test-parse-datetime.c p = "UTC+400 1 day hence"; p 353 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 354 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 359 maint/gnulib/tests/test-parse-datetime.c p = "UTC+400 yesterday"; p 360 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 361 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 362 maint/gnulib/tests/test-parse-datetime.c p = "UTC+400 1 day ago"; p 363 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 364 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 369 maint/gnulib/tests/test-parse-datetime.c p = "UTC+400 now"; p 370 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 371 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 372 maint/gnulib/tests/test-parse-datetime.c p = "UTC+400 +0 minutes"; /* silly, but simple "UTC+400" is different*/ p 373 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result2, p, &now)); p 374 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result2); p 401 maint/gnulib/tests/test-parse-datetime.c p = "THURSDAY UTC+00"; /* The epoch was on Thursday. */ p 404 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 405 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 409 maint/gnulib/tests/test-parse-datetime.c p = "FRIDAY UTC+00"; p 412 maint/gnulib/tests/test-parse-datetime.c ASSERT (parse_datetime (&result, p, &now)); p 413 maint/gnulib/tests/test-parse-datetime.c LOG (p, now, result); p 51 maint/gnulib/tests/test-pipe-filter-gi1.c const char *p = l->input + l->nread; p 60 maint/gnulib/tests/test-pipe-filter-gi1.c char orig = *p; p 63 maint/gnulib/tests/test-pipe-filter-gi1.c p++; p 66 maint/gnulib/tests/test-pipe-filter-gi1.c l->nread = p - l->input; p 73 maint/gnulib/tests/test-pipe-filter-ii1.c const char *p = l->input + l->nread; p 82 maint/gnulib/tests/test-pipe-filter-ii1.c char orig = *p; p 85 maint/gnulib/tests/test-pipe-filter-ii1.c p++; p 88 maint/gnulib/tests/test-pipe-filter-ii1.c l->nread = p - l->input; p 251 maint/gnulib/tests/test-quotearg-simple.c char *p = *len == SIZE_MAX ? quotearg_char (str, '"') p 253 maint/gnulib/tests/test-quotearg-simple.c *len = strlen (p); p 254 maint/gnulib/tests/test-quotearg-simple.c return p; p 63 maint/gnulib/tests/test-quotearg.h char *p; p 66 maint/gnulib/tests/test-quotearg.h p = func (inputs.str1, &len); p 67 maint/gnulib/tests/test-quotearg.h compare (results->str1, strlen (results->str1), p, len); p 70 maint/gnulib/tests/test-quotearg.h p = func (inputs.str2, &len); p 71 maint/gnulib/tests/test-quotearg.h compare (results->str2, results->len2, p, len); p 74 maint/gnulib/tests/test-quotearg.h p = func (inputs.str3, &len); p 75 maint/gnulib/tests/test-quotearg.h compare (results->str3, strlen (results->str3), p, len); p 78 maint/gnulib/tests/test-quotearg.h p = func (inputs.str4, &len); p 79 maint/gnulib/tests/test-quotearg.h compare (results->str4, strlen (results->str4), p, len); p 82 maint/gnulib/tests/test-quotearg.h p = func (inputs.str5, &len); p 83 maint/gnulib/tests/test-quotearg.h compare (results->str5, strlen (results->str5), p, len); p 86 maint/gnulib/tests/test-quotearg.h p = func (inputs.str6, &len); p 87 maint/gnulib/tests/test-quotearg.h compare (results->str6, strlen (results->str6), p, len); p 90 maint/gnulib/tests/test-quotearg.h p = func (inputs.str7, &len); p 91 maint/gnulib/tests/test-quotearg.h compare (results->str7, strlen (results->str7), p, len); p 94 maint/gnulib/tests/test-quotearg.h p = func (inputs.str8a, &len); p 96 maint/gnulib/tests/test-quotearg.h compare (results->str8a, strlen (results->str8a), p, len); p 98 maint/gnulib/tests/test-quotearg.h compare (results->str8b, strlen (results->str8b), p, len); p 116 maint/gnulib/tests/test-quotearg.h char *p = *len == SIZE_MAX ? quotearg (str) : quotearg_mem (str, *len); p 117 maint/gnulib/tests/test-quotearg.h *len = strlen (p); p 118 maint/gnulib/tests/test-quotearg.h return p; p 124 maint/gnulib/tests/test-quotearg.h char *p = (*len == SIZE_MAX ? quotearg_colon (str) p 126 maint/gnulib/tests/test-quotearg.h *len = strlen (p); p 127 maint/gnulib/tests/test-quotearg.h return p; p 31 maint/gnulib/tests/test-realloc-gnu.c void *volatile p = realloc (NULL, 0); p 32 maint/gnulib/tests/test-realloc-gnu.c ASSERT (p != NULL); p 39 maint/gnulib/tests/test-realloc-gnu.c p = realloc (p, PTRDIFF_MAX + one); p 40 maint/gnulib/tests/test-realloc-gnu.c ASSERT (p == NULL); p 47 maint/gnulib/tests/test-realloc-gnu.c free (p); p 37 maint/gnulib/tests/test-reallocarray.c void *volatile p = NULL; p 41 maint/gnulib/tests/test-reallocarray.c p = reallocarray (p, PTRDIFF_MAX / n + 1, n); p 42 maint/gnulib/tests/test-reallocarray.c ASSERT (p == NULL); p 46 maint/gnulib/tests/test-reallocarray.c p = reallocarray (p, SIZE_MAX / n + 1, n); p 47 maint/gnulib/tests/test-reallocarray.c ASSERT (p == NULL); p 52 maint/gnulib/tests/test-reallocarray.c p = reallocarray (p, 0, n); p 53 maint/gnulib/tests/test-reallocarray.c p = reallocarray (p, n, 0); p 54 maint/gnulib/tests/test-reallocarray.c free (p); p 37 maint/gnulib/tests/test-safe-alloc.c struct tst *p = NULL; p 40 maint/gnulib/tests/test-safe-alloc.c r = ALLOC (p); p 43 maint/gnulib/tests/test-safe-alloc.c ASSERT (p->a == 0 && p->b == 0); p 45 maint/gnulib/tests/test-safe-alloc.c p->a = p->b = 42; p 46 maint/gnulib/tests/test-safe-alloc.c r = REALLOC_N (p, 5); p 48 maint/gnulib/tests/test-safe-alloc.c ASSERT (p[0].a == 42 && p[0].b == 42); p 50 maint/gnulib/tests/test-safe-alloc.c FREE (p); p 51 maint/gnulib/tests/test-safe-alloc.c ASSERT (p == NULL); p 58 maint/gnulib/tests/test-sigsegv-catch-segv1.c crasher (uintptr_t p) p 60 maint/gnulib/tests/test-sigsegv-catch-segv1.c *(volatile int *) (p + 0x678) = 42; p 67 maint/gnulib/tests/test-sigsegv-catch-segv1.c void *p; p 83 maint/gnulib/tests/test-sigsegv-catch-segv1.c p = mmap_zeromap ((void *) 0x12340000, 0x4000); p 84 maint/gnulib/tests/test-sigsegv-catch-segv1.c if (p == (void *)(-1)) p 89 maint/gnulib/tests/test-sigsegv-catch-segv1.c page = (uintptr_t) p; p 78 maint/gnulib/tests/test-sigsegv-catch-segv2.c crasher (uintptr_t p) p 80 maint/gnulib/tests/test-sigsegv-catch-segv2.c *(volatile int *) (p + 0x678 + 8 * pass) = 42; p 87 maint/gnulib/tests/test-sigsegv-catch-segv2.c void *p; p 104 maint/gnulib/tests/test-sigsegv-catch-segv2.c p = mmap_zeromap ((void *) 0x12340000, 0x4000); p 105 maint/gnulib/tests/test-sigsegv-catch-segv2.c if (p == (void *)(-1)) p 110 maint/gnulib/tests/test-sigsegv-catch-segv2.c page = (uintptr_t) p; p 77 maint/gnulib/tests/test-sigsegv-catch-stackoverflow1.c recurse_1 (int n, volatile int *p) p 80 maint/gnulib/tests/test-sigsegv-catch-stackoverflow1.c *recurse_1 (n + 1, p) += n; p 81 maint/gnulib/tests/test-sigsegv-catch-stackoverflow1.c return p; p 100 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c recurse_1 (int n, volatile int *p) p 103 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c *recurse_1 (n + 1, p) += n; p 104 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c return p; p 117 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c void *p; p 152 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c p = mmap_zeromap ((void *) 0x12340000, 0x4000); p 153 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c if (p == (void *)(-1)) p 158 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c page = (uintptr_t) p; p 52 maint/gnulib/tests/test-sqrt.h DOUBLE p = SQRT (x) * SQRT (y) * SQRT (z); p 53 maint/gnulib/tests/test-sqrt.h ASSERT (p > L_(1.0) - L_(4.0) / TWO_MANT_DIG p 54 maint/gnulib/tests/test-sqrt.h && p < L_(1.0) + L_(4.0) / TWO_MANT_DIG); p 163 maint/gnulib/tests/test-ssfmalloc.c char *p = (char *) block; p 164 maint/gnulib/tests/test-ssfmalloc.c for (; size > 0; p++, size--) p 165 maint/gnulib/tests/test-ssfmalloc.c if ((unsigned char) *p != code) p 102 maint/gnulib/tests/test-stat-time.c do_stat (const char *filename, struct stat *p) p 104 maint/gnulib/tests/test-stat-time.c ASSERT (stat (filename, p) == 0); p 86 maint/gnulib/tests/test-stdbool.c char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; p 208 maint/gnulib/tests/test-strcasestr.c const char* p = strcasestr (haystack, needle); p 209 maint/gnulib/tests/test-strcasestr.c ASSERT (p - haystack == 114); p 216 maint/gnulib/tests/test-strcasestr.c const char* p = strcasestr (haystack, needle); p 217 maint/gnulib/tests/test-strcasestr.c ASSERT (p - haystack == 4); p 245 maint/gnulib/tests/test-strcasestr.c const char *p; p 248 maint/gnulib/tests/test-strcasestr.c p = strcasestr (haystack, needle); p 249 maint/gnulib/tests/test-strcasestr.c ASSERT (p); p 250 maint/gnulib/tests/test-strcasestr.c ASSERT (p - haystack == i); p 262 maint/gnulib/tests/test-strcasestr.c const char *p; p 269 maint/gnulib/tests/test-strcasestr.c p = strcasestr (haystack, needle); p 270 maint/gnulib/tests/test-strcasestr.c ASSERT (p); p 271 maint/gnulib/tests/test-strcasestr.c ASSERT (p - haystack == m); p 231 maint/gnulib/tests/test-strstr.c const char* p = strstr (haystack, needle); p 232 maint/gnulib/tests/test-strstr.c ASSERT (p - haystack == 114); p 239 maint/gnulib/tests/test-strstr.c const char* p = strstr (haystack, needle); p 240 maint/gnulib/tests/test-strstr.c ASSERT (p - haystack == 4); p 268 maint/gnulib/tests/test-strstr.c const char *p; p 271 maint/gnulib/tests/test-strstr.c p = strstr (haystack, needle); p 272 maint/gnulib/tests/test-strstr.c ASSERT (p); p 273 maint/gnulib/tests/test-strstr.c ASSERT (p - haystack == i); p 285 maint/gnulib/tests/test-strstr.c const char *p; p 292 maint/gnulib/tests/test-strstr.c p = strstr (haystack, needle); p 293 maint/gnulib/tests/test-strstr.c ASSERT (p); p 294 maint/gnulib/tests/test-strstr.c ASSERT (p - haystack == m); p 331 maint/gnulib/tests/test-system-quote-main.c char *p; p 332 maint/gnulib/tests/test-system-quote-main.c for (p = prog; *p != '\0'; p++) p 333 maint/gnulib/tests/test-system-quote-main.c if (*p == '/') p 334 maint/gnulib/tests/test-system-quote-main.c *p = '\\'; p 33 maint/gnulib/tests/test-times.c doublecmp (const void *p, const void *q) p 35 maint/gnulib/tests/test-times.c double a = *(double *) p; p 31 maint/gnulib/tests/test-wctype-h.c wctype_t p; p 48 maint/gnulib/tests/test-xstrtol.c char *p; p 51 maint/gnulib/tests/test-xstrtol.c s_err = __xstrtol (argv[i], &p, 0, &val, "bckMw0"); p 54 maint/gnulib/tests/test-xstrtol.c printf ("%s->%" __spec " (%s)\n", argv[i], val, p); p 125 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c const char *p; p 139 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c p = line; p 142 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c p += strspn (p, " \t\r\n"); p 143 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c if (!strncmp (p, "\303\267" /* ÷ */, 2)) p 146 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c p += 2; p 148 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c else if (!strncmp (p, "\303\227" /* × */, 2)) p 151 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c p += 2; p 156 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c filename, lineno, (int) (p - line + 1)); p 160 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c p += strspn (p, " \t\r\n"); p 161 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c if (*p == '\0') p 168 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c if (sscanf (p, "%x%n", &next_int, &n) != 1) p 172 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c filename, lineno, (int) (p - line + 1), p); p 175 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c p += n; p 179 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c p += strspn (p, " \t\r\n"); p 182 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c while (*p != '\0'); p 87 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c const char *p; p 103 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c p = line; p 109 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c p += strspn (p, " \t\r\n"); p 110 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c if (!strncmp (p, "\303\267" /* ÷ */, 2)) p 113 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c p += 2; p 115 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c else if (!strncmp (p, "\303\227" /* × */, 2)) p 118 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c p += 2; p 123 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c filename, lineno, (int) (p - line + 1)); p 127 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c p += strspn (p, " \t\r\n"); p 128 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c if (*p == '\0') p 135 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c if (sscanf (p, "%x%n", &next_int, &n) != 1) p 139 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c filename, lineno, (int) (p - line + 1), p); p 142 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c p += n; p 183 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c p += strspn (p, " \t\r\n"); p 196 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c while (*p != '\0'); p 54 maint/gnulib/tests/unigbrk/test-ulc-grapheme-breaks.c char p[LENGTH]; p 57 maint/gnulib/tests/unigbrk/test-ulc-grapheme-breaks.c ulc_grapheme_breaks (s, LENGTH, p); p 59 maint/gnulib/tests/unigbrk/test-ulc-grapheme-breaks.c if (p[i] != is_8859_6_break (s[i])) p 77 maint/gnulib/tests/unigbrk/test-ulc-grapheme-breaks.c fprintf (stderr, " %d", p[j]); p 45 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 48 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c u16_possible_linebreaks (input, SIZEOF (input), "GB18030", p); p 51 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c ASSERT (p[i] == (i == 60 ? UC_BREAK_MANDATORY : p 60 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c free (p); p 64 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 67 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c u16_possible_linebreaks (input, SIZEOF (input), "GB2312", p); p 70 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c ASSERT (p[i] == (i == 60 ? UC_BREAK_MANDATORY : p 79 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c free (p); p 87 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 90 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c u16_possible_linebreaks (input, SIZEOF (input), "UTF-8", p); p 93 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c ASSERT (p[i] == (i == 3 ? UC_BREAK_POSSIBLE : UC_BREAK_PROHIBITED)); p 95 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c free (p); p 45 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 48 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c u16_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB18030", p); p 51 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c ASSERT (p[i] == (i == 60 ? UC_BREAK_MANDATORY : p 55 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c free (p); p 59 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 62 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c u16_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB2312", p); p 65 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c ASSERT (p[i] == (i == 60 ? UC_BREAK_MANDATORY : p 69 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c free (p); p 45 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 48 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c u32_possible_linebreaks (input, SIZEOF (input), "GB18030", p); p 51 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c ASSERT (p[i] == (i == 60 ? UC_BREAK_MANDATORY : p 60 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c free (p); p 64 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 67 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c u32_possible_linebreaks (input, SIZEOF (input), "GB2312", p); p 70 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c ASSERT (p[i] == (i == 60 ? UC_BREAK_MANDATORY : p 79 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c free (p); p 87 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 90 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c u32_possible_linebreaks (input, SIZEOF (input), "UTF-8", p); p 93 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c ASSERT (p[i] == (i == 3 ? UC_BREAK_POSSIBLE : UC_BREAK_PROHIBITED)); p 95 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c free (p); p 45 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 48 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c u32_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB18030", p); p 51 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c ASSERT (p[i] == (i == 60 ? UC_BREAK_MANDATORY : p 55 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c free (p); p 59 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 62 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c u32_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB2312", p); p 65 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c ASSERT (p[i] == (i == 60 ? UC_BREAK_MANDATORY : p 69 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c free (p); p 39 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 42 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c u8_possible_linebreaks (input, SIZEOF (input), "GB18030", p); p 45 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c ASSERT (p[i] == (i == 90 ? UC_BREAK_MANDATORY : p 54 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c free (p); p 58 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 61 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c u8_possible_linebreaks (input, SIZEOF (input), "GB2312", p); p 64 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c ASSERT (p[i] == (i == 90 ? UC_BREAK_MANDATORY : p 73 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c free (p); p 81 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 84 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c u8_possible_linebreaks (input, SIZEOF (input), "UTF-8", p); p 87 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c ASSERT (p[i] == (i == 5 ? UC_BREAK_POSSIBLE : UC_BREAK_PROHIBITED)); p 89 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c free (p); p 39 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 42 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c u8_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB18030", p); p 45 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c ASSERT (p[i] == (i == 90 ? UC_BREAK_MANDATORY : p 49 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c free (p); p 53 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 56 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c u8_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB2312", p); p 59 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c ASSERT (p[i] == (i == 90 ? UC_BREAK_MANDATORY : p 63 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c free (p); p 38 maint/gnulib/tests/unilbrk/test-ulc-possible-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 41 maint/gnulib/tests/unilbrk/test-ulc-possible-linebreaks.c ulc_possible_linebreaks (input, SIZEOF (input), "ISO-8859-1", p); p 44 maint/gnulib/tests/unilbrk/test-ulc-possible-linebreaks.c ASSERT (p[i] == (i == 35 ? UC_BREAK_MANDATORY : p 49 maint/gnulib/tests/unilbrk/test-ulc-possible-linebreaks.c free (p); p 38 maint/gnulib/tests/unilbrk/test-ulc-width-linebreaks.c char *p = (char *) malloc (SIZEOF (input)); p 41 maint/gnulib/tests/unilbrk/test-ulc-width-linebreaks.c ulc_width_linebreaks (input, SIZEOF (input), 12, 0, 0, NULL, "ISO-8859-1", p); p 44 maint/gnulib/tests/unilbrk/test-ulc-width-linebreaks.c ASSERT (p[i] == (i == 35 ? UC_BREAK_MANDATORY : p 48 maint/gnulib/tests/unilbrk/test-ulc-width-linebreaks.c free (p); p 64 maint/gnulib/tests/uniname/test-uninames.c char *p; p 76 maint/gnulib/tests/uniname/test-uninames.c field0 = p = line; p 77 maint/gnulib/tests/uniname/test-uninames.c p = strchr (p, ';'); p 78 maint/gnulib/tests/uniname/test-uninames.c if (!p) p 84 maint/gnulib/tests/uniname/test-uninames.c *p++ = '\0'; p 86 maint/gnulib/tests/uniname/test-uninames.c field1 = p; p 89 maint/gnulib/tests/uniname/test-uninames.c p = strchr (p, ';'); p 90 maint/gnulib/tests/uniname/test-uninames.c if (!p) p 96 maint/gnulib/tests/uniname/test-uninames.c *p = '\0'; p 132 maint/gnulib/tests/uniname/test-uninames.c char *p; p 144 maint/gnulib/tests/uniname/test-uninames.c field0 = p = line; p 145 maint/gnulib/tests/uniname/test-uninames.c p = strchr (p, ';'); p 146 maint/gnulib/tests/uniname/test-uninames.c if (!p) p 152 maint/gnulib/tests/uniname/test-uninames.c *p++ = '\0'; p 154 maint/gnulib/tests/uniname/test-uninames.c field1 = p; p 155 maint/gnulib/tests/uniname/test-uninames.c p = strchr (p, ';'); p 156 maint/gnulib/tests/uniname/test-uninames.c if (!p) p 162 maint/gnulib/tests/uniname/test-uninames.c *p = '\0'; p 271 maint/gnulib/tests/uninorm/test-u16-nfc.c uint16_t *p; p 275 maint/gnulib/tests/uninorm/test-u16-nfc.c p = input + 1; p 280 maint/gnulib/tests/uninorm/test-u16-nfc.c *p++ = 0x0319; p 282 maint/gnulib/tests/uninorm/test-u16-nfc.c *p++ = 0x0300; p 287 maint/gnulib/tests/uninorm/test-u16-nfc.c *p++ = 0x0300; p 289 maint/gnulib/tests/uninorm/test-u16-nfc.c *p++ = 0x0319; p 295 maint/gnulib/tests/uninorm/test-u16-nfc.c *p++ = 0x0319; p 296 maint/gnulib/tests/uninorm/test-u16-nfc.c *p++ = 0x0300; p 299 maint/gnulib/tests/uninorm/test-u16-nfc.c *p++ = 0x0319; p 307 maint/gnulib/tests/uninorm/test-u16-nfc.c p = expected + 1; p 309 maint/gnulib/tests/uninorm/test-u16-nfc.c *p++ = 0x0319; p 311 maint/gnulib/tests/uninorm/test-u16-nfc.c *p++ = 0x0300; p 258 maint/gnulib/tests/uninorm/test-u16-nfd.c uint16_t *p; p 262 maint/gnulib/tests/uninorm/test-u16-nfd.c p = input + 1; p 267 maint/gnulib/tests/uninorm/test-u16-nfd.c *p++ = 0x0319; p 269 maint/gnulib/tests/uninorm/test-u16-nfd.c *p++ = 0x0300; p 274 maint/gnulib/tests/uninorm/test-u16-nfd.c *p++ = 0x0300; p 276 maint/gnulib/tests/uninorm/test-u16-nfd.c *p++ = 0x0319; p 282 maint/gnulib/tests/uninorm/test-u16-nfd.c *p++ = 0x0319; p 283 maint/gnulib/tests/uninorm/test-u16-nfd.c *p++ = 0x0300; p 286 maint/gnulib/tests/uninorm/test-u16-nfd.c *p++ = 0x0319; p 294 maint/gnulib/tests/uninorm/test-u16-nfd.c p = expected + 1; p 296 maint/gnulib/tests/uninorm/test-u16-nfd.c *p++ = 0x0319; p 298 maint/gnulib/tests/uninorm/test-u16-nfd.c *p++ = 0x0300; p 319 maint/gnulib/tests/uninorm/test-u16-nfkc.c uint16_t *p; p 323 maint/gnulib/tests/uninorm/test-u16-nfkc.c p = input + 1; p 328 maint/gnulib/tests/uninorm/test-u16-nfkc.c *p++ = 0x0319; p 330 maint/gnulib/tests/uninorm/test-u16-nfkc.c *p++ = 0x0300; p 335 maint/gnulib/tests/uninorm/test-u16-nfkc.c *p++ = 0x0300; p 337 maint/gnulib/tests/uninorm/test-u16-nfkc.c *p++ = 0x0319; p 343 maint/gnulib/tests/uninorm/test-u16-nfkc.c *p++ = 0x0319; p 344 maint/gnulib/tests/uninorm/test-u16-nfkc.c *p++ = 0x0300; p 347 maint/gnulib/tests/uninorm/test-u16-nfkc.c *p++ = 0x0319; p 355 maint/gnulib/tests/uninorm/test-u16-nfkc.c p = expected + 1; p 357 maint/gnulib/tests/uninorm/test-u16-nfkc.c *p++ = 0x0319; p 359 maint/gnulib/tests/uninorm/test-u16-nfkc.c *p++ = 0x0300; p 278 maint/gnulib/tests/uninorm/test-u16-nfkd.c uint16_t *p; p 282 maint/gnulib/tests/uninorm/test-u16-nfkd.c p = input + 1; p 287 maint/gnulib/tests/uninorm/test-u16-nfkd.c *p++ = 0x0319; p 289 maint/gnulib/tests/uninorm/test-u16-nfkd.c *p++ = 0x0300; p 294 maint/gnulib/tests/uninorm/test-u16-nfkd.c *p++ = 0x0300; p 296 maint/gnulib/tests/uninorm/test-u16-nfkd.c *p++ = 0x0319; p 302 maint/gnulib/tests/uninorm/test-u16-nfkd.c *p++ = 0x0319; p 303 maint/gnulib/tests/uninorm/test-u16-nfkd.c *p++ = 0x0300; p 306 maint/gnulib/tests/uninorm/test-u16-nfkd.c *p++ = 0x0319; p 314 maint/gnulib/tests/uninorm/test-u16-nfkd.c p = expected + 1; p 316 maint/gnulib/tests/uninorm/test-u16-nfkd.c *p++ = 0x0319; p 318 maint/gnulib/tests/uninorm/test-u16-nfkd.c *p++ = 0x0300; p 271 maint/gnulib/tests/uninorm/test-u32-nfc.c uint32_t *p; p 275 maint/gnulib/tests/uninorm/test-u32-nfc.c p = input + 1; p 280 maint/gnulib/tests/uninorm/test-u32-nfc.c *p++ = 0x0319; p 282 maint/gnulib/tests/uninorm/test-u32-nfc.c *p++ = 0x0300; p 287 maint/gnulib/tests/uninorm/test-u32-nfc.c *p++ = 0x0300; p 289 maint/gnulib/tests/uninorm/test-u32-nfc.c *p++ = 0x0319; p 295 maint/gnulib/tests/uninorm/test-u32-nfc.c *p++ = 0x0319; p 296 maint/gnulib/tests/uninorm/test-u32-nfc.c *p++ = 0x0300; p 299 maint/gnulib/tests/uninorm/test-u32-nfc.c *p++ = 0x0319; p 307 maint/gnulib/tests/uninorm/test-u32-nfc.c p = expected + 1; p 309 maint/gnulib/tests/uninorm/test-u32-nfc.c *p++ = 0x0319; p 311 maint/gnulib/tests/uninorm/test-u32-nfc.c *p++ = 0x0300; p 258 maint/gnulib/tests/uninorm/test-u32-nfd.c uint32_t *p; p 262 maint/gnulib/tests/uninorm/test-u32-nfd.c p = input + 1; p 267 maint/gnulib/tests/uninorm/test-u32-nfd.c *p++ = 0x0319; p 269 maint/gnulib/tests/uninorm/test-u32-nfd.c *p++ = 0x0300; p 274 maint/gnulib/tests/uninorm/test-u32-nfd.c *p++ = 0x0300; p 276 maint/gnulib/tests/uninorm/test-u32-nfd.c *p++ = 0x0319; p 282 maint/gnulib/tests/uninorm/test-u32-nfd.c *p++ = 0x0319; p 283 maint/gnulib/tests/uninorm/test-u32-nfd.c *p++ = 0x0300; p 286 maint/gnulib/tests/uninorm/test-u32-nfd.c *p++ = 0x0319; p 294 maint/gnulib/tests/uninorm/test-u32-nfd.c p = expected + 1; p 296 maint/gnulib/tests/uninorm/test-u32-nfd.c *p++ = 0x0319; p 298 maint/gnulib/tests/uninorm/test-u32-nfd.c *p++ = 0x0300; p 319 maint/gnulib/tests/uninorm/test-u32-nfkc.c uint32_t *p; p 323 maint/gnulib/tests/uninorm/test-u32-nfkc.c p = input + 1; p 328 maint/gnulib/tests/uninorm/test-u32-nfkc.c *p++ = 0x0319; p 330 maint/gnulib/tests/uninorm/test-u32-nfkc.c *p++ = 0x0300; p 335 maint/gnulib/tests/uninorm/test-u32-nfkc.c *p++ = 0x0300; p 337 maint/gnulib/tests/uninorm/test-u32-nfkc.c *p++ = 0x0319; p 343 maint/gnulib/tests/uninorm/test-u32-nfkc.c *p++ = 0x0319; p 344 maint/gnulib/tests/uninorm/test-u32-nfkc.c *p++ = 0x0300; p 347 maint/gnulib/tests/uninorm/test-u32-nfkc.c *p++ = 0x0319; p 355 maint/gnulib/tests/uninorm/test-u32-nfkc.c p = expected + 1; p 357 maint/gnulib/tests/uninorm/test-u32-nfkc.c *p++ = 0x0319; p 359 maint/gnulib/tests/uninorm/test-u32-nfkc.c *p++ = 0x0300; p 278 maint/gnulib/tests/uninorm/test-u32-nfkd.c uint32_t *p; p 282 maint/gnulib/tests/uninorm/test-u32-nfkd.c p = input + 1; p 287 maint/gnulib/tests/uninorm/test-u32-nfkd.c *p++ = 0x0319; p 289 maint/gnulib/tests/uninorm/test-u32-nfkd.c *p++ = 0x0300; p 294 maint/gnulib/tests/uninorm/test-u32-nfkd.c *p++ = 0x0300; p 296 maint/gnulib/tests/uninorm/test-u32-nfkd.c *p++ = 0x0319; p 302 maint/gnulib/tests/uninorm/test-u32-nfkd.c *p++ = 0x0319; p 303 maint/gnulib/tests/uninorm/test-u32-nfkd.c *p++ = 0x0300; p 306 maint/gnulib/tests/uninorm/test-u32-nfkd.c *p++ = 0x0319; p 314 maint/gnulib/tests/uninorm/test-u32-nfkd.c p = expected + 1; p 316 maint/gnulib/tests/uninorm/test-u32-nfkd.c *p++ = 0x0319; p 318 maint/gnulib/tests/uninorm/test-u32-nfkd.c *p++ = 0x0300; p 210 maint/gnulib/tests/uninorm/test-u32-normalize-big.c const struct normalization_test_part *p = &file->parts[1]; p 211 maint/gnulib/tests/uninorm/test-u32-normalize-big.c ucs4_t *c1_array = XNMALLOC (p->lines_length + 1, ucs4_t); p 214 maint/gnulib/tests/uninorm/test-u32-normalize-big.c for (line_index = 0; line_index < p->lines_length; line_index++) p 216 maint/gnulib/tests/uninorm/test-u32-normalize-big.c const uint32_t *sequence = p->lines[line_index].sequences[0]; p 224 maint/gnulib/tests/uninorm/test-u32-normalize-big.c qsort (c1_array, p->lines_length, sizeof (ucs4_t), cmp_ucs4_t); p 227 maint/gnulib/tests/uninorm/test-u32-normalize-big.c c1_array[p->lines_length] = 0x110000; p 253 maint/gnulib/tests/uninorm/test-u32-normalize-big.c const struct normalization_test_part *p = &file->parts[part_index]; p 256 maint/gnulib/tests/uninorm/test-u32-normalize-big.c for (line_index = 0; line_index < p->lines_length; line_index++) p 258 maint/gnulib/tests/uninorm/test-u32-normalize-big.c const struct normalization_test_line *l = &p->lines[line_index]; p 277 maint/gnulib/tests/uninorm/test-u32-normalize-big.c const ucs4_t *p = file->part1_c1_sorted; p 286 maint/gnulib/tests/uninorm/test-u32-normalize-big.c else if (uc == *p) p 289 maint/gnulib/tests/uninorm/test-u32-normalize-big.c p++; p 313 maint/gnulib/tests/uninorm/test-u32-normalize-big.c const struct normalization_test_part *p = &file->parts[part_index]; p 316 maint/gnulib/tests/uninorm/test-u32-normalize-big.c for (line_index = 0; line_index < p->lines_length; line_index++) p 318 maint/gnulib/tests/uninorm/test-u32-normalize-big.c const struct normalization_test_line *l = &p->lines[line_index]; p 324 maint/gnulib/tests/uninorm/test-u32-normalize-big.c free (p->lines); p 277 maint/gnulib/tests/uninorm/test-u8-nfc.c uint8_t *p; p 281 maint/gnulib/tests/uninorm/test-u8-nfc.c p = input + 1; p 287 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0xCC; p 288 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0x99; p 292 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0xCC; p 293 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0x80; p 300 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0xCC; p 301 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0x80; p 305 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0xCC; p 306 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0x99; p 313 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0xCC; p 314 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0x99; p 315 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0xCC; p 316 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0x80; p 320 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0xCC; p 321 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0x99; p 331 maint/gnulib/tests/uninorm/test-u8-nfc.c p = expected + 2; p 334 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0xCC; p 335 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0x99; p 339 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0xCC; p 340 maint/gnulib/tests/uninorm/test-u8-nfc.c *p++ = 0x80; p 264 maint/gnulib/tests/uninorm/test-u8-nfd.c uint8_t *p; p 268 maint/gnulib/tests/uninorm/test-u8-nfd.c p = input + 1; p 274 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0xCC; p 275 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0x99; p 279 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0xCC; p 280 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0x80; p 287 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0xCC; p 288 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0x80; p 292 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0xCC; p 293 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0x99; p 300 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0xCC; p 301 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0x99; p 302 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0xCC; p 303 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0x80; p 307 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0xCC; p 308 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0x99; p 317 maint/gnulib/tests/uninorm/test-u8-nfd.c p = expected + 1; p 320 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0xCC; p 321 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0x99; p 325 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0xCC; p 326 maint/gnulib/tests/uninorm/test-u8-nfd.c *p++ = 0x80; p 329 maint/gnulib/tests/uninorm/test-u8-nfkc.c uint8_t *p; p 333 maint/gnulib/tests/uninorm/test-u8-nfkc.c p = input + 1; p 339 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0xCC; p 340 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0x99; p 344 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0xCC; p 345 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0x80; p 352 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0xCC; p 353 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0x80; p 357 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0xCC; p 358 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0x99; p 365 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0xCC; p 366 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0x99; p 367 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0xCC; p 368 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0x80; p 372 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0xCC; p 373 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0x99; p 383 maint/gnulib/tests/uninorm/test-u8-nfkc.c p = expected + 2; p 386 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0xCC; p 387 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0x99; p 391 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0xCC; p 392 maint/gnulib/tests/uninorm/test-u8-nfkc.c *p++ = 0x80; p 285 maint/gnulib/tests/uninorm/test-u8-nfkd.c uint8_t *p; p 289 maint/gnulib/tests/uninorm/test-u8-nfkd.c p = input + 1; p 295 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0xCC; p 296 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0x99; p 300 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0xCC; p 301 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0x80; p 308 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0xCC; p 309 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0x80; p 313 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0xCC; p 314 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0x99; p 321 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0xCC; p 322 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0x99; p 323 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0xCC; p 324 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0x80; p 328 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0xCC; p 329 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0x99; p 338 maint/gnulib/tests/uninorm/test-u8-nfkd.c p = expected + 1; p 341 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0xCC; p 342 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0x99; p 346 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0xCC; p 347 maint/gnulib/tests/uninorm/test-u8-nfkd.c *p++ = 0x80; p 43 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c char *p = (char *) malloc (SIZEOF (input)); p 46 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c u16_wordbreaks (input, SIZEOF (input), p); p 50 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c ASSERT (p[i] == ((i >= 4 && i <= 5) p 59 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c free (p); p 74 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c char *p = (char *) malloc (SIZEOF (input)); p 77 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c u16_wordbreaks (input, SIZEOF (input), p); p 81 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c ASSERT (p[i] == ((i >= 5 && i <= 6) p 90 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c free (p); p 43 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c char *p = (char *) malloc (SIZEOF (input)); p 46 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c u32_wordbreaks (input, SIZEOF (input), p); p 50 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c ASSERT (p[i] == ((i >= 4 && i <= 5) p 59 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c free (p); p 74 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c char *p = (char *) malloc (SIZEOF (input)); p 77 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c u32_wordbreaks (input, SIZEOF (input), p); p 81 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c ASSERT (p[i] == ((i >= 5 && i <= 6) p 90 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c free (p); p 37 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c char *p = (char *) malloc (SIZEOF (input)); p 40 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c u8_wordbreaks (input, SIZEOF (input), p); p 44 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c ASSERT (p[i] == ((i >= 6 && i <= 7) p 55 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c free (p); p 63 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c char *p = (char *) malloc (SIZEOF (input)); p 66 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c u8_wordbreaks (input, SIZEOF (input), p); p 70 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c ASSERT (p[i] == ((i >= 7 && i <= 8) p 81 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c free (p); p 93 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c const char *p; p 111 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c p = line; p 114 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c p += strspn (p, " \t\r\n"); p 115 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c if (!strncmp (p, "\303\267" /* ÷ */, 2)) p 118 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c p += 2; p 120 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c else if (!strncmp (p, "\303\227" /* × */, 2)) p 123 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c p += 2; p 128 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c filename, lineno, (int) (p - line + 1)); p 132 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c p += strspn (p, " \t\r\n"); p 133 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c if (*p != '\0') p 138 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c if (sscanf (p, "%x%n", &next_int, &n) != 1) p 142 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c filename, lineno, (int) (p - line + 1), p); p 145 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c p += n; p 150 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c p += strspn (p, " \t\r\n"); p 153 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c while (*p != '\0'); p 43 maint/gnulib/tests/uniwbrk/test-ulc-wordbreaks.c char *p = (char *) malloc (SIZEOF (input)); p 46 maint/gnulib/tests/uniwbrk/test-ulc-wordbreaks.c ulc_wordbreaks (input, SIZEOF (input), p); p 50 maint/gnulib/tests/uniwbrk/test-ulc-wordbreaks.c ASSERT (p[i] == ((i >= 4 && i <= 5) p 57 maint/gnulib/tests/uniwbrk/test-ulc-wordbreaks.c free (p); p 2147 tools/crm_resource_runtime.c const pcmk_resource_t *p = pe__const_top_resource(rsc, false); p 2149 tools/crm_resource_runtime.c if (pcmk_is_set(p->flags, pcmk_rsc_promotable)) { p 2151 tools/crm_resource_runtime.c rsc_id = p->id; p 2152 tools/crm_resource_runtime.c rsc = p;