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

/osnet-11/usr/src/lib/libast/common/port/
H A Dlcgen.c282 FILE* hf; local
300 if (!(hf = fopen(hdr, "w")))
316 fprintf(hf, "/* : : generated by %s : : */\n", command);
317 fprintf(hf, "#pragma prototyped\n");
318 fprintf(hf, "\n");
319 fprintf(hf, "#ifndef _LC_H\n");
320 fprintf(hf, "#define _LC_H\t\t\t1\n");
321 fprintf(hf, "\n");
322 fprintf(hf, "#include <ast.h>\n");
323 fprintf(hf, "\
[all...]
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dengine.c1369 char *hf, *hv; local
1377 if (dec_arg2(g->a_buf, g->a_len, &hf, &hv) == MI_SUCCESS)
1378 return (*fi_header)(g->a_ctx, hf, hv);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4879 register SM_FILE_T *hf; local
4896 (hf = safefopen(HelpFile, O_RDONLY, 0444, sff)) == NULL)
4918 while (sm_io_fgets(hf, SM_TIME_DEFAULT, buf, sizeof(buf)) != NULL)
4981 (void) sm_io_close(hf, SM_TIME_DEFAULT);

Completed in 46 milliseconds