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

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c781 char *p, *tmpf_name; local
830 tmpf_name = strdup(_PATH_TMP);
831 if (tmpf_name == NULL) {
836 tmpfd = mkstemp(tmpf_name);
838 usrerr("can't open temp file %s", tmpf_name);
843 usrerr("can't open temp file %s", tmpf_name);
903 tmpf = fopen(tmpf_name, "r");
905 usrerr("can't open temp file %s", tmpf_name);
912 (void) unlink(tmpf_name);
913 free(tmpf_name);
[all...]

Completed in 24 milliseconds