Searched refs:stdin_handle (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dhooks.c213 apr_file_t *stdin_handle,
253 FALSE, FALSE, stdin_handle, result != NULL,
562 apr_file_t *stdin_handle = NULL;
574 SVN_ERR(lock_token_content(&stdin_handle, lock_tokens, pool));
578 if (!stdin_handle)
579 SVN_ERR(svn_io_file_open(&stdin_handle, SVN_NULL_DEVICE_NAME,
583 hooks_env, stdin_handle, pool));
642 apr_file_t *stdin_handle = NULL;
647 SVN_ERR(create_temp_file(&stdin_handle, new_value, pool));
649 SVN_ERR(svn_io_file_open(&stdin_handle, SVN_NULL_DEVICE_NAM
207 run_hook_cmd(svn_string_t **result, const char *name, const char *cmd, const char **args, apr_hash_t *hooks_env, apr_file_t *stdin_handle, apr_pool_t *pool) argument
561 apr_file_t *stdin_handle = NULL; local
641 apr_file_t *stdin_handle = NULL; local
704 apr_file_t *stdin_handle = NULL; local
798 apr_file_t *stdin_handle = NULL; local
874 apr_file_t *stdin_handle = NULL; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-win32.c708 HANDLE stdin_handle; local
716 stdin_handle = INVALID_HANDLE_VALUE;
720 stdin_handle = (HANDLE) _get_osfhandle (in);
775 si.hStdInput = stdin_handle;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c402 apr_file_t *stdin_handle;
405 err = svn_io_file_open(&stdin_handle, SVN_NULL_DEVICE_NAME,
412 FALSE, stdin_handle,
399 apr_file_t *stdin_handle; local

Completed in 82 milliseconds