HomeSort by: relevance | last modified time | path
    Searched refs:atfile (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/at/
at.h 34 extern char atfile[];
panic.c 65 (void)unlink(atfile);
82 (void)unlink(atfile);
at.c 85 char atfile[FILENAME_MAX]; variable in typeref:typename:char[]
111 (void)unlink(atfile);
199 (void)strlcpy(atfile, _PATH_ATJOBS, sizeof(atfile));
200 ppos = atfile + strlen(atfile);
235 (void)snprintf(ppos, sizeof(atfile) - (ppos - atfile),
242 if (stat(atfile, &statbuf) == -1)
253 if ((fdes = open(atfile, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR)) == -1
    [all...]

Completed in 11 milliseconds