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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexec.h61 extern const char *pathopt; /* set by padvance */
65 char *padvance(const char **, const char *);
H A Dexec.c121 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
285 name = padvance(&path, cmdp->cmdname);
382 while ((fullname = padvance(&path, name)) != NULL) {
804 p = padvance(&path, command);
H A Dcd.c132 p = padvance(&path, dest);
H A Dtab.c206 while ((pathname = padvance(&path_env, "")) != NULL) {
H A Dmain.c337 while ((fullname = padvance(&path, basename)) != NULL) {
H A Dprocess.c123 while (status != ZX_OK && (filename = padvance(&path, argv[0])) != NULL) {

Completed in 38 milliseconds