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

/system/core/sh/
H A Dexec.h62 extern const char *pathopt; /* set by padvance */
66 char *padvance(const char **, const char *);
H A Dexec.c129 while ((cmdname = padvance(&path, argv[0])) != NULL) {
281 * set to the start of the path before the first call; padvance will update
282 * this value as it proceeds. Successive calls to padvance will return
292 padvance(const char **path, const char *name) function
388 name = padvance(&path, cmdp->cmdname);
512 while ((fullname = padvance(&path, name)) != NULL) {
1012 name = padvance(&path, arg);
H A Dmain.c348 while ((fullname = padvance(&path, basename)) != NULL) {
H A Dcd.c124 while ((p = padvance(&path, dest)) != NULL) {

Completed in 777 milliseconds