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

/system/core/sh/
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);

Completed in 44 milliseconds