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

  /src/bin/sh/
expand.h 47 struct strlist **lastp; member in struct:arglist
  /src/lib/libutil/
ttyaction.c 72 char *lastp; local in function:ttyaction
119 p1 = strtok_r(line, " \t", &lastp);
120 p2 = strtok_r(NULL, " \t", &lastp);
122 argv[2] = strtok_r(NULL, "\n", &lastp);
  /src/lib/libc/rpc/
getnetpath.c 213 struct netpath_chain *chainp, *lastp; local in function:endnetpath
224 lastp=chainp, chainp=chainp->nchain_next, free(lastp)) {
  /src/usr.sbin/perfused/
perfused.c 321 char *lastp; local in function:parse_debug
323 for (opt = strtok_r(optstr, ",", &lastp);
325 opt = strtok_r(NULL, ",", &lastp)) {
  /src/sys/arch/powerpc/oea/
ofw_autoconf.c 101 char *p, *lastp; local in function:canonicalize_bootpath
197 lastp = strrchr(cbootpath, '/');
198 if (lastp != NULL) {
199 lastp++;
200 if ((strncmp(lastp, "sd@", 3) == 0
202 (strncmp(lastp, "disk@", 5) == 0
204 strcpy(lastp, last);
206 lastp = cbootpath;
215 if (strchr(lastp, '@') == NULL) {
221 if ((p = strrchr(lastp, ':')) != NULL)
    [all...]
  /src/lib/libperfuse/
perfuse.c 122 char *lastp; local in function:get_fd
129 for (opt = strtok_r(string, ",", &lastp);
131 opt = strtok_r(NULL, ",", &lastp)) {
  /src/common/lib/libprop/
prop_extern.c 524 const char *lastp; local in function:_prop_extern_file_dirname
536 lastp = path + strlen(path) - 1;
537 while (lastp != path && *lastp == '/') {
538 lastp--;
543 if (*lastp == '/') {
545 while (lastp != path && *lastp == '/') {
546 lastp--;
550 len = (lastp - path) + 1 /* last char */
    [all...]
  /src/bin/ksh/
exec.c 455 char **lastp; local in function:comexec
468 if (Flag(FTALKING) && *(lastp = ap)) {
469 while (*++lastp)
472 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,

Completed in 17 milliseconds