HomeSort by: relevance | last modified time | path
    Searched defs:padvance (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/sh/
exec.c 140 while ((cmdname = padvance(&path, argv[0], 1)) != NULL) {
344 * set to the start of the path before the first call; padvance will update
345 * this value as it proceeds. Successive calls to padvance will return
355 padvance(const char **path, const char *name, int magic_percent) function in typeref:typename:char *
519 name = padvance(&path, cmdp->cmdname, 1);
645 while ((fullname = padvance(&path, name, 1)) != NULL) {
1189 name = padvance(&path, arg, 1);
exec.c 140 while ((cmdname = padvance(&path, argv[0], 1)) != NULL) {
344 * set to the start of the path before the first call; padvance will update
345 * this value as it proceeds. Successive calls to padvance will return
355 padvance(const char **path, const char *name, int magic_percent) function in typeref:typename:char *
519 name = padvance(&path, cmdp->cmdname, 1);
645 while ((fullname = padvance(&path, name, 1)) != NULL) {
1189 name = padvance(&path, arg, 1);
exec.c 140 while ((cmdname = padvance(&path, argv[0], 1)) != NULL) {
344 * set to the start of the path before the first call; padvance will update
345 * this value as it proceeds. Successive calls to padvance will return
355 padvance(const char **path, const char *name, int magic_percent) function in typeref:typename:char *
519 name = padvance(&path, cmdp->cmdname, 1);
645 while ((fullname = padvance(&path, name, 1)) != NULL) {
1189 name = padvance(&path, arg, 1);
exec.c 140 while ((cmdname = padvance(&path, argv[0], 1)) != NULL) {
344 * set to the start of the path before the first call; padvance will update
345 * this value as it proceeds. Successive calls to padvance will return
355 padvance(const char **path, const char *name, int magic_percent) function in typeref:typename:char *
519 name = padvance(&path, cmdp->cmdname, 1);
645 while ((fullname = padvance(&path, name, 1)) != NULL) {
1189 name = padvance(&path, arg, 1);
exec.c 140 while ((cmdname = padvance(&path, argv[0], 1)) != NULL) {
344 * set to the start of the path before the first call; padvance will update
345 * this value as it proceeds. Successive calls to padvance will return
355 padvance(const char **path, const char *name, int magic_percent) function in typeref:typename:char *
519 name = padvance(&path, cmdp->cmdname, 1);
645 while ((fullname = padvance(&path, name, 1)) != NULL) {
1189 name = padvance(&path, arg, 1);

Completed in 158 milliseconds