Searched refs:padvance (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/bin/sh/
H A Dexec.h64 extern const char *pathopt; /* set by padvance */
68 char *padvance(const char **, const char *);
H A Dmail.c46 #include "exec.h" /* defines padvance() */
88 p = padvance(&mpath, nullstr);
H A Dexec.c123 while ((cmdname = padvance(&path, argv[0])) != NULL) {
175 * set to the start of the path before the first call; padvance will update
176 * this value as it proceeds. Successive calls to padvance will return
186 padvance(const char **path, const char *name) function
286 name = padvance(&path, cmdp->cmdname);
365 while ((fullname = padvance(&path, name)) != NULL) {
701 name = padvance(&path2, argv[i]);
H A Dmain.c300 while ((fullname = padvance(&path, basename)) != NULL) {
H A Dcd.c126 while ((p = padvance(&path, dest)) != NULL) {

Completed in 113 milliseconds