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...] |