| /src/usr.bin/patch/ |
| pch.c | 59 static LINENUM p_end = -1; /* last line in hunk */ variable 60 static LINENUM p_max; /* max allowed value of p_end */ 97 p_end = (LINENUM) - 1; 524 while (p_end >= 0) { 525 if (p_end == p_efake) 526 p_end = p_bfake; /* don't free twice */ 528 free(p_line[p_end]); 529 p_end--; 555 while (p_end < p_max) { 566 p_end++ [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-scheme.c | 261 const char *p_end = str + len; local 267 if (p == p_end) 272 if (p == p_end) 290 while (p < p_end); 302 const char *p_end = str + len; local 321 if (p == p_end) 328 if (p == p_end) 332 if (unconstrained && (*p == 'I' || *p == 'i') && p + 1 == p_end) 362 while (p < p_end); 363 /* If p == p_end, we know that seen_digits = true, and the number is a [all...] |
| msgl-ascii.c | 58 const char *p_end = p + mp->msgstr_len; local 60 for (; p < p_end; p++)
|
| format.c | 109 const char *p_end = msgstr + msgstr_len; local 112 for (p = msgstr, j = 0; p < p_end; p += strlen (p) + 1, j++)
|
| msgl-check.c | 228 const char *p_end; local 235 for (p = mp->msgstr, p_end = p + mp->msgstr_len; 236 p < p_end;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| precise-aligned-alloc.c | 54 void *p_end = p + alloc_size; local 61 assert (p + size <= p_end);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| precise-aligned-alloc.c | 54 void *p_end = p + alloc_size; local 61 assert (p + size <= p_end);
|
| /src/bin/cp/ |
| extern.h | 38 char *p_end; /* pointer to NULL at end of path */ member in struct:__anon1
|
| cp.c | 82 while ((p).p_end > (p).p_path + 1 && (p).p_end[-1] == '/') \ 83 *--(p).p_end = '\0'; \ 87 PATH_T to = { .p_end = to.p_path, .target_end = empty }; 212 to.p_end = to.p_path + strlen(to.p_path); 213 have_trailing_slash = (to.p_end[-1] == '/'); 216 to.target_end = to.p_end; 414 to.p_end = target_mid + nlen; 415 *to.p_end = 0;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genhooks.cc | 192 const char *doc, *p_end; local 242 for (doc = hook_array[i].doc; *doc; doc = p_end) 245 p_end = strstr (doc, "\n\n"); 246 p_end = (p_end ? p_end + 2 : doc + strlen (doc)); 247 printf ("%.*s", (int) (p_end - doc), doc);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genhooks.cc | 189 const char *doc, *p_end; local 239 for (doc = hook_array[i].doc; *doc; doc = p_end) 242 p_end = strstr (doc, "\n\n"); 243 p_end = (p_end ? p_end + 2 : doc + strlen (doc)); 244 printf ("%.*s", (int) (p_end - doc), doc);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| stabs.c | 236 parse_number (const char **pp, bool *poverflow, const char *p_end) 245 if (orig >= p_end) 1189 const char * p_end) 1202 if (orig >= p_end) 1221 if (! parse_stab_type_number (pp, typenums, p_end)) 1395 if (! parse_stab_type_number (pp, xtypenums, p_end)) 1412 pp, (debug_type **) NULL, p_end); 1432 p_end)); 1440 (debug_type **) NULL, p_end))); 1449 (debug_type **) NULL, p_end), [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| stabs.c | 236 parse_number (const char **pp, bool *poverflow, const char *p_end) 245 if (orig >= p_end) 1189 const char * p_end) 1202 if (orig >= p_end) 1221 if (! parse_stab_type_number (pp, typenums, p_end)) 1395 if (! parse_stab_type_number (pp, xtypenums, p_end)) 1412 pp, (debug_type **) NULL, p_end); 1432 p_end)); 1440 (debug_type **) NULL, p_end))); 1449 (debug_type **) NULL, p_end), [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-script.c | 950 const char *p_end; 959 p_end = p + strlen (p); 960 while (p_end > p && (p_end[-1] == ' ' || p_end[-1] == '\t')) 961 p_end--; 965 while (p_start < p_end && (*p_start == ' ' || *p_start == '\t')) 970 if (p_end - p_start == 3 && startswith (p_start, "end")) 990 if (p_end == p || p[0] == '#') 994 if (p_end - p == 4 && startswith (p, "else") 948 const char *p_end; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-script.c | 954 const char *p_end; 963 p_end = p + strlen (p); 964 while (p_end > p && (p_end[-1] == ' ' || p_end[-1] == '\t')) 965 p_end--; 969 while (p_start < p_end && (*p_start == ' ' || *p_start == '\t')) 974 if (p_end - p_start == 3 && startswith (p_start, "end")) 994 if (p_end == p || p[0] == '#') 998 if (p_end - p == 4 && startswith (p, "else") 952 const char *p_end; local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| node_iterators.hpp | 76 mid_pointer(Ptr p_begin, Ptr p_end) 78 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin); 79 return (p_begin + (p_end - p_begin) / 2);
|
| ov_tree_map_.hpp | 434 mid_pointer(Ptr p_begin, Ptr p_end) 436 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin); 437 return (p_begin + (p_end - p_begin) / 2);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| node_iterators.hpp | 76 mid_pointer(Ptr p_begin, Ptr p_end) 78 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin); 79 return (p_begin + (p_end - p_begin) / 2);
|
| ov_tree_map_.hpp | 434 mid_pointer(Ptr p_begin, Ptr p_end) 436 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin); 437 return (p_begin + (p_end - p_begin) / 2);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-attrs.c | 491 bfd_byte *p_end; local 519 p_end = p + hdr->sh_size; 524 while (p_end - p >= 4) 526 size_t len = p_end - p; 569 tag = _bfd_safe_read_leb128 (abfd, &p, false, p_end); 570 if (p_end - p >= 4) 577 p = p_end;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-attrs.c | 493 bfd_elf_parse_attr_section_v1 (bfd *abfd, bfd_byte *p, bfd_byte *p_end) 497 while (p_end - p >= 4) 499 size_t len = p_end - p; 542 tag = _bfd_safe_read_leb128 (abfd, &p, false, p_end); 543 if (p_end - p >= 4) 550 p = p_end;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-attrs.c | 493 bfd_elf_parse_attr_section_v1 (bfd *abfd, bfd_byte *p, bfd_byte *p_end) 497 while (p_end - p >= 4) 499 size_t len = p_end - p; 542 tag = _bfd_safe_read_leb128 (abfd, &p, false, p_end); 543 if (p_end - p >= 4) 550 p = p_end;
|
| /src/libexec/ld.elf_so/ |
| tls.c | 409 uint8_t *p, *p_end; local 419 p_end = p + _rtld_tls_static_space; 424 (uint8_t *)tcb->tcb_dtv[i] >= p_end)
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| gettext-po.c | 654 const char *p_end = mp->msgstr + mp->msgstr_len; local 658 if (p >= p_end) 681 char *p_end = (char *) mp->msgstr + mp->msgstr_len; local 687 if (msgstr >= p && msgstr < p_end) 694 if (p >= p_end) 718 if (p + strlen (p) + 1 >= p_end)
|
| /src/external/cddl/osnet/dev/sdt/ |
| sdt.c | 347 struct sdt_probe **probe, **p_begin, **p_end; local 356 if (linker_file_lookup_set(lf, "sdt_probes_set", &p_begin, &p_end, 358 for (probe = p_begin; probe < p_end; probe++) {
|