Searched refs:edtemp (Results 1 – 1 of 1) sorted by relevance
112 char edtemp[5+13+1]; variable270 (void) strcpy(edtemp, "/tmp/crontabXXXXXX"); in main()271 tmpfd = mkstemp(edtemp); in main()286 if ((tmpfp = fopen(edtemp, "w")) == NULL) in main()310 if (stat(edtemp, &stbuf) < 0) in main()323 buflen = strlen(editor) + strlen(edtemp) + 2; in main()325 (void) snprintf(buf, buflen, "%s %s", editor, edtemp); in main()333 if ((tmpfp = fopen(edtemp, "r")) == NULL) in main()340 (void) unlink(edtemp); in main()366 (void) unlink(edtemp); in main()[all …]