Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_ra/
H A Ddebug_reporter.c124 apr_file_t *errfp; in svn_ra__get_debug_reporter() local
127 apr_status_t apr_err = apr_file_open_stderr(&errfp, pool); in svn_ra__get_debug_reporter()
131 out = svn_stream_from_aprfile2(errfp, TRUE, pool); in svn_ra__get_debug_reporter()
/freebsd-12.1/contrib/subversion/subversion/libsvn_delta/
H A Ddebug_editor.c419 apr_file_t *errfp; in svn_delta__get_debug_editor() local
422 apr_status_t apr_err = apr_file_open_stdout(&errfp, pool); in svn_delta__get_debug_editor()
426 out = svn_stream_from_aprfile2(errfp, TRUE, pool); in svn_delta__get_debug_editor()
/freebsd-12.1/usr.sbin/lpr/lpd/
H A Dprintjob.c1357 FILE *errfp; in execfilter() local
1386 errfp = fopen(tempstderr, "r"); in execfilter()
1387 if (errfp) { in execfilter()
1388 while (fgets(buf, sizeof(buf), errfp)) in execfilter()
1390 fclose(errfp); in execfilter()