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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dcom_err.h50 typedef void (KRB5_CALLCONV *errf) (const char *, long, const char *, va_list); typedef
66 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
67 set_com_err_hook (errf);
69 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
H A Dcom_err.c89 static errf com_err_hook = default_proc;
112 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
113 set_com_err_hook (errf new)
115 errf old = com_err_hook;
125 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
/netbsd-6-1-5-RELEASE/usr.bin/pr/
H A Dpr.c106 static FILE *errf; /* error message file pointer */ variable
850 (void)fprintf(errf,
1310 (void)fprintf(errf, "pr: cannot get time of day, %s\n",
1334 (void)fprintf(errf,
1349 (void)fprintf(errf, "pr: Cannot open %s, %s\n",
1366 (void)fprintf(errf,
1377 (void)fprintf(errf,
1397 (void)fputs("pr: time conversion failed\n", errf);
1550 (void)fflush(errf);
1551 if (errf
[all...]
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c1784 FILE *errf; local
1798 ((errf = fdopen(stderrfd, "r")) != NULL)) {
1802 rewind(errf);
1803 while (fgets(line, sizeof(line), errf) != NULL) {
1809 (void) fclose(errf);

Completed in 121 milliseconds