Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmail.local.c530 char *btn, *htn; local
556 htn = strdup(_PATH_LOCHTMP);
557 if ((hfd = mkstemp(htn)) == -1 || (hfp = fdopen(hfd, "w+")) == NULL) {
563 (void) unlink(htn);
564 free(htn);