Home
last modified time | relevance | path

Searched refs:edtemp (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/cron/
H A Dcrontab.c107 char edtemp[5+13+1]; variable
251 (void) strcpy(edtemp, "/tmp/crontabXXXXXX"); in main()
252 tmpfd = mkstemp(edtemp); in main()
267 if ((tmpfp = fopen(edtemp, "w")) == NULL) in main()
291 if (stat(edtemp, &stbuf) < 0) in main()
304 buflen = strlen(editor) + strlen(edtemp) + 2; in main()
306 (void) snprintf(buf, buflen, "%s %s", editor, edtemp); in main()
314 if ((tmpfp = fopen(edtemp, "r")) == NULL) in main()
321 (void) unlink(edtemp); in main()
347 (void) unlink(edtemp); in main()
[all …]