Searched refs:defoutput (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.h655 extern char* defoutput;
H A Dpax.c137 char* defoutput = "/dev/stdout"; variable
1681 ap->name = defoutput;

Completed in 18 milliseconds