Home
last modified time | relevance | path

Searched refs:atcmdfp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2154 FILE *atcmdfp; in ex() local
2201 if ((atcmdfp = fopen(at_cmdfile, "r")) == NULL) { in ex()
2219 (void) fscanf(atcmdfp, "%*[^\n]\n"); in ex()
2220 (void) fscanf(atcmdfp, "%*[^\n]\n"); in ex()
2221 if (fscanf(atcmdfp, ": notify by mail: %3s%*[^\n]\n", in ex()
2232 if (fscanf(atcmdfp, "\n: project: %d\n", &projid) == 1) { in ex()
2235 (void) fclose(atcmdfp); in ex()