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

  /src/bin/pax/
pax.h 87 char *chdname; /* the dir to change to if not NULL. */ member in struct:pattern
options.c 78 char *chdname; variable in typeref:typename:char *
1051 chdname = optarg;
1072 incfiles[nincfiles - 1].dir = chdname;
1233 dir = chdname;
1292 chdname = *argv++;
1294 } else if (pat_add(*argv++, chdname, 0) < 0)
1305 chdname = NULL;
1310 if (chdname != NULL) { /* initial chdir() */
1311 if (ftree_add(chdname, 1) < 0)

Completed in 13 milliseconds