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

  /src/usr.bin/at/
at.c 87 char *atinput = NULL; /* where to get input from */ variable in typeref:typename:char *
296 if (atinput != NULL) {
297 fpin = freopen(atinput, "r", stdin);
628 atinput = optarg;
at.c 87 char *atinput = NULL; /* where to get input from */ variable in typeref:typename:char *
296 if (atinput != NULL) {
297 fpin = freopen(atinput, "r", stdin);
628 atinput = optarg;

Completed in 22 milliseconds