Searched refs:errfp (Results 1 – 3 of 3) sorted by relevance
124 apr_file_t *errfp; in svn_ra__get_debug_reporter() local127 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()
419 apr_file_t *errfp; in svn_delta__get_debug_editor() local422 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()
1357 FILE *errfp; in execfilter() local1386 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()