Searched refs:definput (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/pax/
H A Dbio.c1089 if (!file && (ap->name == definput || ap->name == defoutput))
1099 if (file && ap->name != definput && ap->name != defoutput && strmatch(ap->name, "*.+([0-9])") && (s = strrchr(ap->name, '.')) && (int)strtol(++s, NiL, 10) == ap->part)
1122 else if (file || ap->name == definput || ap->name == defoutput)
H A Dpax.h654 extern char* definput;
H A Dpax.c136 char* definput = "/dev/stdin"; variable
1722 ap->name = definput;

Completed in 15 milliseconds