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

  /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.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;
gcc.cc 4834 const char *startp, *endp;
4837 startp = endp = temp;
4842 strncpy (nstore, startp, endp - startp);
4843 if (endp == startp)
4847 nstore[endp - startp] = DIR_SEPARATOR; local
4848 nstore[endp - startp + 1] = 0;
4851 nstore[endp - startp] = 0;
4858 endp = startp = endp + 1;
4868 const char *startp, *endp
4813 const char *startp, *endp; local
4880 const char *startp, *endp; local
    [all...]
  /src/external/gpl2/gmake/dist/glob/
fnmatch.c 329 const char *startp = p; local
348 p = startp;
  /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.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/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/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/bin/sh/
expand.c 392 const char *startp = p; local
417 return (startp);
466 CTRACE(DBG_EXPAND, (": returning unused \"%s\"\n", startp));
467 return startp;
735 char *startp; local
744 startp = stackblock() + startloc;
748 setvar(str, startp, 0);
749 amount = startp - expdest; /* remove what argstr added */
756 outfmt(&errout, "%s\n", startp);
774 char *startp; local
    [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.old/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...]
  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 1983 node **startp; local
1985 startp = &line;
1987 for (startp = &line->next; *startp != 0; startp = &(*startp)->next) {
1988 hyphenation_type this_type = (*startp)->get_hyphenation_type();
1993 if (*startp == 0)
1995 node *tem = *startp;
2002 tem = *startp;
    [all...]

Completed in 58 milliseconds