Searched refs:padvance (Results 1 – 4 of 4) sorted by relevance
/freebsd/bin/sh/ |
H A D | exec.c | 116 while ((cmdname = padvance(&path, &opt, argv[0])) != NULL) { in shellexec() 205 padvance(const char **path, const char **popt, const char *name) in padvance() function 312 name = padvance(&path, &opt, cmdp->cmdname); in printentry() 392 for (;(fullname = padvance(&path, &opt, name)) != NULL; in find_command() 784 name = padvance(&path2, &opt2, argv[i]); in typecmd_impl()
|
H A D | exec.h | 63 char *padvance(const char **, const char **, const char *);
|
H A D | main.c | 301 while ((fullname = padvance(&path, &opt, basename)) != NULL) { in find_dot_file()
|
H A D | cd.c | 115 while ((p = padvance(&path, NULL, dest)) != NULL) { in cdcmd()
|