| /netbsd-src/external/bsd/libbind/dist/resolv/ |
| H A D | res_mkupdate.c | 86 u_char *cp, *sp2, *startp, *endp; in res_nmkupdate() local 208 startp = rrecp->r_data; in res_nmkupdate() 209 endp = startp + rrecp->r_size - 1; in res_nmkupdate() 213 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate() 228 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate() 240 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate() 252 while (isspace(*startp) || !*startp) in res_nmkupdate() 253 startp++; in res_nmkupdate() 254 if (*startp == '(') { in res_nmkupdate() 256 startp++; in res_nmkupdate() [all …]
|
| /netbsd-src/lib/libresolv/ |
| H A D | res_mkupdate.c | 87 u_char *cp, *sp2, *startp, *endp; in res_nmkupdate() local 209 startp = rrecp->r_data; in res_nmkupdate() 210 endp = startp + rrecp->r_size - 1; in res_nmkupdate() 214 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate() 229 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate() 241 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate() 253 while (isspace(*startp) || !*startp) in res_nmkupdate() 254 startp++; in res_nmkupdate() 255 if (*startp == '(') { in res_nmkupdate() 257 startp++; in res_nmkupdate() [all …]
|
| /netbsd-src/lib/libc/gen/ |
| H A D | basename.c | 51 const char *startp, *endp; in __weak_alias() local 59 startp = "."; in __weak_alias() 71 startp = "/"; in __weak_alias() 77 for (startp = endp; startp > path && *(startp - 1) != '/'; startp--) in __weak_alias() 81 len = (endp - startp) + 1 /* last char */; in __weak_alias() 85 memcpy(buf, startp, buflen); in __weak_alias()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | file-find.cc | 174 const char *startp, *endp; in prefix_from_string() local 180 startp = endp = p; in prefix_from_string() 185 strncpy (nstore, startp, endp-startp); in prefix_from_string() 186 if (endp == startp) in prefix_from_string() 192 nstore[endp-startp] = DIR_SEPARATOR; in prefix_from_string() 193 nstore[endp-startp+1] = 0; in prefix_from_string() 196 nstore[endp-startp] = 0; in prefix_from_string() 204 endp = startp = endp + 1; in prefix_from_string()
|
| H A D | gcc.cc | 4810 const char *startp, *endp; in process_command() local 4813 startp = endp = temp; in process_command() 4818 strncpy (nstore, startp, endp - startp); in process_command() 4819 if (endp == startp) in process_command() 4823 nstore[endp - startp] = DIR_SEPARATOR; in process_command() 4824 nstore[endp - startp + 1] = 0; in process_command() 4827 nstore[endp - startp] = 0; in process_command() 4834 endp = startp = endp + 1; in process_command() 4844 const char *startp, *endp; in process_command() local 4847 startp = endp = temp; in process_command() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | file-find.c | 174 const char *startp, *endp; in prefix_from_string() local 180 startp = endp = p; in prefix_from_string() 185 strncpy (nstore, startp, endp-startp); in prefix_from_string() 186 if (endp == startp) in prefix_from_string() 192 nstore[endp-startp] = DIR_SEPARATOR; in prefix_from_string() 193 nstore[endp-startp+1] = 0; in prefix_from_string() 196 nstore[endp-startp] = 0; in prefix_from_string() 204 endp = startp = endp + 1; in prefix_from_string()
|
| H A D | gcc.c | 4457 const char *startp, *endp; in process_command() local 4460 startp = endp = temp; in process_command() 4465 strncpy (nstore, startp, endp - startp); in process_command() 4466 if (endp == startp) in process_command() 4470 nstore[endp - startp] = DIR_SEPARATOR; in process_command() 4471 nstore[endp - startp + 1] = 0; in process_command() 4474 nstore[endp - startp] = 0; in process_command() 4481 endp = startp = endp + 1; in process_command() 4491 const char *startp, *endp; in process_command() local 4494 startp = endp = temp; in process_command() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | fnmatch_loop.c | 274 const CHAR *startp = p; in FCT() local 293 p = startp; in FCT() 329 const CHAR *startp = p; in FCT() local 334 p = startp; in FCT() 343 p = startp; in FCT() 442 const CHAR *startp = p; in FCT() local 471 if (!is_range && *n == startp[1]) in FCT() 474 cold = startp[1]; in FCT() 516 && (__wmemcmp (startp + 1, &wextra[1], in FCT() 525 && memcmp (startp + 1, in FCT() [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | fnmatch_loop.c | 250 const CHAR *startp = p; in FCT() local 269 p = startp; in FCT() 316 const CHAR *startp = p; in FCT() local 321 p = startp; in FCT() 330 p = startp; in FCT() 425 const CHAR *startp = p; in FCT() local 454 if (!is_range && *n == startp[1]) in FCT() 457 cold = startp[1]; in FCT() 468 # define str (startp + 1) in FCT() 482 str[strcnt] = startp[1 + strcnt]; in FCT() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | make-relative-prefix.c | 252 char *startp, *endp, *nstore; in make_relative_prefix_1() local 267 startp = endp = temp; in make_relative_prefix_1() 272 if (endp == startp) in make_relative_prefix_1() 280 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1() 283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1() 284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1() 287 nstore[endp - startp] = 0; in make_relative_prefix_1() 308 endp = startp = endp + 1; in make_relative_prefix_1()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | make-relative-prefix.c | 252 char *startp, *endp, *nstore; in make_relative_prefix_1() local 267 startp = endp = temp; in make_relative_prefix_1() 272 if (endp == startp) in make_relative_prefix_1() 280 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1() 283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1() 284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1() 287 nstore[endp - startp] = 0; in make_relative_prefix_1() 308 endp = startp = endp + 1; in make_relative_prefix_1()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | make-relative-prefix.c | 252 char *startp, *endp, *nstore; in make_relative_prefix_1() local 267 startp = endp = temp; in make_relative_prefix_1() 272 if (endp == startp) in make_relative_prefix_1() 280 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1() 283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1() 284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1() 287 nstore[endp - startp] = 0; in make_relative_prefix_1() 308 endp = startp = endp + 1; in make_relative_prefix_1()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | make-relative-prefix.c | 252 char *startp, *endp, *nstore; in make_relative_prefix_1() local 267 startp = endp = temp; in make_relative_prefix_1() 272 if (endp == startp) in make_relative_prefix_1() 280 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1() 283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1() 284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1() 287 nstore[endp - startp] = 0; in make_relative_prefix_1() 308 endp = startp = endp + 1; in make_relative_prefix_1()
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/ |
| H A D | strtod_l.c | 496 const STRING_TYPE *startp, *start_of_digits; local 663 const STRING_TYPE *startp = cp; local 674 cp = startp; 684 mant = STRTOULL (startp + 1, &endp, 0); 716 start_of_digits = startp = cp; 786 startp = cp; 837 if (tp < startp) 846 for (tp = startp; tp < cp; ++tp) 1069 while (*startp != decimal) 1070 ++startp; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/ |
| H A D | strtod_l.c | 496 const STRING_TYPE *startp, *start_of_digits; local 663 const STRING_TYPE *startp = cp; local 674 cp = startp; 684 mant = STRTOULL (startp + 1, &endp, 0); 716 start_of_digits = startp = cp; 786 startp = cp; 837 if (tp < startp) 846 for (tp = startp; tp < cp; ++tp) 1069 while (*startp != decimal) 1070 ++startp; [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | fnmatch_loop.c | 247 const CHAR *startp = p; in FCT() local 266 p = startp; in FCT() 313 const CHAR *startp = p; in FCT() local 318 p = startp; in FCT() 327 p = startp; in FCT() 422 const CHAR *startp = p; in FCT() local 451 if (!is_range && *n == startp[1]) in FCT() 454 cold = startp[1]; in FCT() 465 # define str (startp + 1) in FCT() 479 str[strcnt] = startp[1 + strcnt]; in FCT() [all …]
|
| /netbsd-src/sys/ufs/ffs/ |
| H A D | ffs_wapbl.c | 541 daddr_t *startp, size_t *countp, size_t *blksizep, uint64_t *extradatap) in wapbl_log_position() 553 *startp = fs->fs_journallocs[UFS_WAPBL_EPART_ADDR]; in wapbl_log_position() 557 "blksize = %zu\n", *startp, *countp, *blksizep); in wapbl_log_position() 562 *startp = fs->fs_journallocs[UFS_WAPBL_INFS_ADDR]; in wapbl_log_position() 566 "blksize = %zu\n", *startp, *countp, *blksizep); in wapbl_log_position() 598 *startp = logstart; in wapbl_log_position() 603 *startp = dbtob(*startp) / secsize; in wapbl_log_position() 606 fs->fs_journallocs[UFS_WAPBL_EPART_ADDR] = *startp; in wapbl_log_position() 618 startp, count in wapbl_log_position() 537 wapbl_log_position(struct mount * mp,struct fs * fs,struct vnode * devvp,daddr_t * startp,size_t * countp,size_t * blksizep,uint64_t * extradatap) wapbl_log_position() argument 644 wapbl_create_infs_log(struct mount * mp,struct fs * fs,struct vnode * devvp,daddr_t * startp,size_t * countp,uint64_t * extradatap) wapbl_create_infs_log() argument 702 wapbl_allocate_log_file(struct mount * mp,struct vnode * vp,daddr_t * startp,size_t * countp,uint64_t * extradatap) wapbl_allocate_log_file() argument [all...] |
| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_xa.c | 195 xa_find(struct xarray *xa, unsigned long *startp, unsigned long max, in xa_find() argument 198 uint64_t key64 = *startp; in xa_find() 210 *startp = n->n_key; in xa_find() 215 xa_find_after(struct xarray *xa, unsigned long *startp, unsigned long max, in xa_find_after() argument 218 unsigned long start = *startp + 1; in xa_find_after() 225 *startp = start; in xa_find_after()
|
| /netbsd-src/lib/libcompat/regexp/ |
| H A D | regsub.c | 76 } else if (prog->startp[no] != NULL && prog->endp[no] != NULL) { 77 len = prog->endp[no] - prog->startp[no]; 78 (void) strncpy(dst, prog->startp[no], (size_t)len);
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libbib/ |
| H A D | linear.cpp | 402 const char **startp, int *lengthp) const in search() argument 420 *startp = refstart; in search() 491 const char **startp, int *lengthp, in next() argument 497 if (ptr < bufend && searcher.search(ptr, bufend, startp, lengthp)) { in next() 498 pos = *startp + *lengthp - bufstart; in next() 500 *ridp = reference_id(lsi->filename_id, *startp - bufstart); in next()
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | fnmatch_loop.c.diff | 18 for (startp = p = pattern + 1; ; ++p) 45 for (startp = p = pattern + 1; ; ++p) 78 ! *((CHAR *) MEMPCPY (newp->str, startp, p - startp)) = L_('\0'); \ 100 ! *((CHAR *) MEMPCPY (newp->str, startp, p - startp)) = L_('\0'); \
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | promlib.c | 507 const char *startp, *endp; in obp_v2_finddevice() local 515 for (startp = path; *startp != '\0'; ) { in obp_v2_finddevice() 519 while (*startp == '/') in obp_v2_finddevice() 520 startp++; in obp_v2_finddevice() 522 endp = startp; in obp_v2_finddevice() 527 for (cp = component; startp != endp;) { in obp_v2_finddevice() 531 *cp++ = *startp++; in obp_v2_finddevice() 538 while ((c = *startp) != '\0' && c != '/') in obp_v2_finddevice() 539 startp++; in obp_v2_finddevice()
|
| /netbsd-src/external/bsd/nvi/dist/vi/ |
| H A D | v_ch.c | 149 CHAR_T *endp, *p, *startp; in v_chf() local 172 endp = (startp = p) + len; in v_chf() 182 vp->m_stop.cno = p - startp; in v_chf()
|
| /netbsd-src/include/ |
| H A D | regexp.h | 85 char *startp[NSUBEXP]; member
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | regexp.h | 15 char *startp[NSUBEXP]; member
|