Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDhooks.c212 apr_file_t *stdin_handle, in run_hook_cmd() argument
252 FALSE, FALSE, stdin_handle, result != NULL, in run_hook_cmd()
564 apr_file_t *stdin_handle = NULL; in svn_repos__hooks_pre_commit() local
576 SVN_ERR(lock_token_content(&stdin_handle, lock_tokens, pool)); in svn_repos__hooks_pre_commit()
580 if (!stdin_handle) in svn_repos__hooks_pre_commit()
581 SVN_ERR(svn_io_file_open(&stdin_handle, SVN_NULL_DEVICE_NAME, in svn_repos__hooks_pre_commit()
585 hooks_env, stdin_handle, pool)); in svn_repos__hooks_pre_commit()
644 apr_file_t *stdin_handle = NULL; in svn_repos__hooks_pre_revprop_change() local
649 SVN_ERR(create_temp_file(&stdin_handle, new_value, pool)); in svn_repos__hooks_pre_revprop_change()
651 SVN_ERR(svn_io_file_open(&stdin_handle, SVN_NULL_DEVICE_NAME, in svn_repos__hooks_pre_revprop_change()
[all …]
/NextBSD/contrib/gcclibs/libiberty/
HDpex-win32.c708 HANDLE stdin_handle; in pex_win32_exec_child() local
716 stdin_handle = INVALID_HANDLE_VALUE; in pex_win32_exec_child()
720 stdin_handle = (HANDLE) _get_osfhandle (in); in pex_win32_exec_child()
775 si.hStdInput = stdin_handle; in pex_win32_exec_child()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDsysinfo.c348 apr_file_t *stdin_handle; in lsb_release() local
351 err = svn_io_file_open(&stdin_handle, SVN_NULL_DEVICE_NAME, in lsb_release()
358 FALSE, stdin_handle, in lsb_release()