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

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmail.local.c531 FILE *bfp, *hfp; local
559 if ((hfd = mkstemp(htn)) == -1 || (hfp = fdopen(hfd, "w+")) == NULL) {
570 fp = hfp;
709 fclose(hfp);

Completed in 34 milliseconds