Searched defs:tmpf_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c755 char *p, *tmpf_name; local
804 tmpf_name = strdup(_PATH_TMP);
805 if (tmpf_name == NULL) {
810 tmpfd = mkstemp(tmpf_name);
812 usrerr("can't open temp file %s", tmpf_name);
817 usrerr("can't open temp file %s", tmpf_name);
877 tmpf = fopen(tmpf_name, "r");
879 usrerr("can't open temp file %s", tmpf_name);
886 (void) unlink(tmpf_name);
887 free(tmpf_name);
[all...]

Completed in 60 milliseconds