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

  /src/usr.bin/at/
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...]
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 59 milliseconds