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

/freebsd-10.1-release/usr.bin/at/
H A Dat.h30 extern char atfile[];
H A Dpanic.c54 unlink(atfile);
70 unlink(atfile);
H A Dat.c104 char atfile[] = ATJOB_DIR "12345678901234"; variable
129 unlink(atfile);
234 ppos = atfile + strlen(ATJOB_DIR);
272 if (stat(atfile, &statbuf) != 0)
282 if ((fdes = creat(atfile, O_WRONLY)) == -1)

Completed in 108 milliseconds