/src/bin/sh/ |
expand.h | 47 struct strlist **lastp; member in struct:arglist
|
expand.c | 206 exparg.lastp = &exparg.list; 212 *exparg.lastp = NULL; 213 exparg.lastp = &exparg.list; 227 *exparg.lastp = sp; 228 exparg.lastp = &sp->next; 231 *exparg.lastp = NULL; 233 *arglist->lastp = exparg.list; 234 arglist->lastp = exparg.lastp; 1391 *arglist->lastp = sp [all...] |
eval.c | 462 arglist.lastp = &arglist.list; 468 *arglist.lastp = NULL; 516 arglist.lastp = &arglist.list; 605 fn.lastp = &fn.list; 918 arglist.lastp = &arglist.list; 928 *arglist.lastp = NULL; 933 varlist.lastp = &varlist.list; 941 *varlist.lastp = NULL;
|
/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/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/sys/arch/powerpc/oea/ |
ofw_autoconf.c | 102 char *p, *lastp; local in function:canonicalize_bootpath 198 lastp = strrchr(cbootpath, '/'); 199 if (lastp != NULL) { 200 lastp++; 201 if ((strncmp(lastp, "sd@", 3) == 0 203 (strncmp(lastp, "disk@", 5) == 0 205 strcpy(lastp, last); 207 lastp = cbootpath; 216 if (strchr(lastp, '@') == NULL) { 222 if ((p = strrchr(lastp, ':')) != NULL) [all...] |
/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/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/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,
|
/src/sys/external/bsd/ipf/netinet/ |
radix_ipf.c | 60 /* lastp is not NULL. The bit count is performed using network byte order */ 64 count_mask_bits(addrfamily_t *mask, u_32_t **lastp) 75 if (lastp != NULL) 76 *lastp = mp;
|