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

  /src/bin/pax/
ftree.c 120 static NODE *ftnode = NULL; /* mtree(8) specfile; used by -M */ variable in typeref:typename:NODE *
145 * tree at ftnode, for use by next_file()
153 ftnode = spec(stdin);
154 if (ftnode != NULL &&
155 (ftnode->type != F_DIR || strcmp(ftnode->name, ".") != 0)) {
432 if (ftnode == NULL) /* tree is empty */
437 curdir, curdirlen ? "/" : "", ftnode->name)
439 tty_warn(1, "line %lu: %s: %s", (u_long)ftnode->lineno,
443 ftnode->flags |= F_VISIT; /* mark node visited *
    [all...]
ftree.c 120 static NODE *ftnode = NULL; /* mtree(8) specfile; used by -M */ variable in typeref:typename:NODE *
145 * tree at ftnode, for use by next_file()
153 ftnode = spec(stdin);
154 if (ftnode != NULL &&
155 (ftnode->type != F_DIR || strcmp(ftnode->name, ".") != 0)) {
432 if (ftnode == NULL) /* tree is empty */
437 curdir, curdirlen ? "/" : "", ftnode->name)
439 tty_warn(1, "line %lu: %s: %s", (u_long)ftnode->lineno,
443 ftnode->flags |= F_VISIT; /* mark node visited *
    [all...]

Completed in 22 milliseconds