HomeSort by: relevance | last modified time | path
    Searched defs:startp (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/lib/libc/gen/
basename.c 51 const char *startp, *endp; local
59 startp = ".";
71 startp = "/";
77 for (startp = endp; startp > path && *(startp - 1) != '/'; startp--)
81 len = (endp - startp) + 1 /* last char */;
85 memcpy(buf, startp, buflen);
  /src/include/
regexp.h 85 char *startp[NSUBEXP]; member in struct:regexp
  /src/external/bsd/less/dist/
regexp.h 15 char *startp[NSUBEXP]; member in struct:regexp
  /src/external/bsd/nvi/dist/vi/
v_ch.c 149 CHAR_T *endp, *p, *startp; local
172 endp = (startp = p) + len;
182 vp->m_stop.cno = p - startp;
  /src/external/gpl3/gcc/dist/gcc/
file-find.cc 174 const char *startp, *endp; local
180 startp = endp = p;
185 strncpy (nstore, startp, endp-startp);
186 if (endp == startp)
192 nstore[endp-startp] = DIR_SEPARATOR;
193 nstore[endp-startp+1] = 0;
196 nstore[endp-startp] = 0;
204 endp = startp = endp + 1;
  /src/external/gpl3/gcc.old/dist/gcc/
file-find.cc 174 const char *startp, *endp; local
180 startp = endp = p;
185 strncpy (nstore, startp, endp-startp);
186 if (endp == startp)
192 nstore[endp-startp] = DIR_SEPARATOR;
193 nstore[endp-startp+1] = 0;
196 nstore[endp-startp] = 0;
204 endp = startp = endp + 1;
  /src/external/gpl2/gmake/dist/glob/
fnmatch.c 329 const char *startp = p; local
348 p = startp;
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
template.c 150 const unsigned char *startp = NULL; local
157 startp = p;
429 if (startp) {
437 memcpy(save->data, startp, oldlen);
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_ar.c 553 const char *endp, *startp; local
564 startp = endp;
565 while (startp > path && *(startp - 1) != '/')
566 startp--;
568 return (startp);
  /src/external/gpl3/binutils/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
267 startp = endp = temp;
272 if (endp == startp)
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0;
308 endp = startp = endp + 1;
  /src/external/gpl3/binutils.old/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
267 startp = endp = temp;
272 if (endp == startp)
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0;
308 endp = startp = endp + 1;
  /src/external/gpl3/gcc/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
267 startp = endp = temp;
272 if (endp == startp)
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0;
308 endp = startp = endp + 1;
  /src/external/gpl3/gcc.old/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
267 startp = endp = temp;
272 if (endp == startp)
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0;
308 endp = startp = endp + 1;
  /src/external/gpl3/gdb.old/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
267 startp = endp = temp;
272 if (endp == startp)
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0;
308 endp = startp = endp + 1;
  /src/external/gpl3/gdb/dist/libiberty/
make-relative-prefix.c 252 char *startp, *endp, *nstore; local
267 startp = endp = temp;
272 if (endp == startp)
280 memcpy (nstore, startp, endp - startp);
283 nstore[endp - startp] = DIR_SEPARATOR;
284 nstore[endp - startp + 1] = 0;
287 nstore[endp - startp] = 0;
308 endp = startp = endp + 1;
  /src/sys/kern/
exec_elf.c 744 vaddr_t startp = (vaddr_t)pos; local
747 &startp);
752 pos = (Elf_Addr)startp;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch_loop.c 247 const CHAR *startp = p; local
266 p = startp;
313 const CHAR *startp = p; local
318 p = startp;
327 p = startp;
422 const CHAR *startp = p; local
451 if (!is_range && *n == startp[1])
454 cold = startp[1];
465 # define str (startp + 1)
479 str[strcnt] = startp[1 + strcnt]
638 const CHAR *startp = p; local
860 const CHAR *startp = p; local
1001 const CHAR *startp; local
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
fnmatch_loop.c 250 const CHAR *startp = p; local
269 p = startp;
316 const CHAR *startp = p; local
321 p = startp;
330 p = startp;
425 const CHAR *startp = p; local
454 if (!is_range && *n == startp[1])
457 cold = startp[1];
468 # define str (startp + 1)
482 str[strcnt] = startp[1 + strcnt]
641 const CHAR *startp = p; local
863 const CHAR *startp = p; local
1004 const CHAR *startp; local
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch_loop.c 274 const CHAR *startp = p; local
293 p = startp;
329 const CHAR *startp = p; local
334 p = startp;
343 p = startp;
442 const CHAR *startp = p; local
471 if (!is_range && *n == startp[1])
474 cold = startp[1];
516 && (__wmemcmp (startp + 1, &wextra[1],
525 && memcmp (startp + 1
639 const CHAR *startp = p; local
842 const CHAR *startp = p; local
980 const CHAR *startp; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fnmatch_loop.c 274 const CHAR *startp = p; local
293 p = startp;
329 const CHAR *startp = p; local
334 p = startp;
343 p = startp;
442 const CHAR *startp = p; local
471 if (!is_range && *n == startp[1])
474 cold = startp[1];
516 && (__wmemcmp (startp + 1, &wextra[1],
525 && memcmp (startp + 1
639 const CHAR *startp = p; local
842 const CHAR *startp = p; local
980 const CHAR *startp; local
    [all...]
  /src/lib/libresolv/
res_mkupdate.c 87 u_char *cp, *sp2, *startp, *endp; local
209 startp = rrecp->r_data;
210 endp = startp + rrecp->r_size - 1;
214 if (!getword_str(buf2, sizeof buf2, &startp, endp))
229 if (!getword_str(buf2, sizeof buf2, &startp, endp))
241 if (!getword_str(buf2, sizeof buf2, &startp,
253 while (isspace(*startp) || !*startp)
254 startp++;
255 if (*startp == '(')
    [all...]
  /src/external/bsd/libbind/dist/resolv/
res_mkupdate.c 86 u_char *cp, *sp2, *startp, *endp; local
208 startp = rrecp->r_data;
209 endp = startp + rrecp->r_size - 1;
213 if (!getword_str(buf2, sizeof buf2, &startp, endp))
228 if (!getword_str(buf2, sizeof buf2, &startp, endp))
240 if (!getword_str(buf2, sizeof buf2, &startp,
252 while (isspace(*startp) || !*startp)
253 startp++;
254 if (*startp == '(')
    [all...]
  /src/sys/arch/sparc/sparc/
promlib.c 640 const char *startp, *endp; local
648 for (startp = path; *startp != '\0'; ) {
652 while (*startp == '/')
653 startp++;
655 endp = startp;
660 for (cp = component; startp != endp;) {
664 *cp++ = *startp++;
670 /* Advance `startp' over any non-slash separators */
671 while ((c = *startp) != '\0' && c != '/'
    [all...]
  /src/sys/dev/usb/
udl.c 1371 uint16_t *startp, *endp; local
1377 startp = buf;
1435 return buf - startp;
  /src/external/gpl3/gcc/dist/libquadmath/strtod/
strtod_l.c 498 const STRING_TYPE *startp, *start_of_digits;
665 const STRING_TYPE *startp = cp;
676 cp = startp;
686 mant = STRTOULL (startp + 1, &endp, 0);
718 start_of_digits = startp = cp;
788 startp = cp;
839 if (tp < startp)
848 for (tp = startp; tp < cp; ++tp)
1071 while (*startp != decimal)
1072 ++startp;
496 const STRING_TYPE *startp, *start_of_digits; local
663 const STRING_TYPE *startp = cp; local
    [all...]

Completed in 37 milliseconds

1 2