Home | History | Annotate | Download | only in at

Lines Matching defs:atfile

85 char atfile[FILENAME_MAX];
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)