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

/freebsd-current/usr.bin/at/
H A Dat.c98 static char *atinput = NULL; /* where to get input from */ variable
330 if (atinput != (char *) NULL)
332 fpin = freopen(atinput, "r", stdin);
787 atinput = optarg;

Completed in 60 milliseconds