Home | Sort by: relevance | last modified time | path |
/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; |