Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dvacation.c750 char *p, *tmpf_name; local
800 tmpf_name = strdup(_PATH_TMP);
801 if (tmpf_name == NULL) {
806 tmpfd = mkstemp(tmpf_name);
808 usrerr("can't open temp file %s", tmpf_name);
813 usrerr("can't open temp file %s", tmpf_name);
873 tmpf = fopen(tmpf_name, "r");
875 usrerr("can't open temp file %s", tmpf_name);
882 (void) unlink(tmpf_name);
883 free(tmpf_name);