Home
last modified time | relevance | path

Searched refs:file_actions (Results 176 – 200 of 852) sorted by relevance

12345678910>>...35

/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/posix/
H A Dspawn.d80 const posix_spawn_file_actions_t* file_actions,
84 const posix_spawn_file_actions_t* file_actions,
364 int posix_spawn_file_actions_addclosefrom_np(posix_spawn_file_actions_t* file_actions,
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/posix/
H A Dspawn.d80 const posix_spawn_file_actions_t* file_actions,
84 const posix_spawn_file_actions_t* file_actions,
364 int posix_spawn_file_actions_addclosefrom_np(posix_spawn_file_actions_t* file_actions,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/
H A Dspawn.d81 const posix_spawn_file_actions_t* file_actions,
85 const posix_spawn_file_actions_t* file_actions,
365 int posix_spawn_file_actions_addclosefrom_np(posix_spawn_file_actions_t* file_actions,
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/posix/
H A Dspawn.d80 const posix_spawn_file_actions_t* file_actions,
84 const posix_spawn_file_actions_t* file_actions,
364 int posix_spawn_file_actions_addclosefrom_np(posix_spawn_file_actions_t* file_actions,
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dbugprone-posix-return.cpp19 const posix_spawn_file_actions_t *file_actions,
23 const posix_spawn_file_actions_t *file_actions,
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgspawn.c1937 posix_spawn_file_actions_t file_actions; in do_posix_spawn() local
1978 r = posix_spawn_file_actions_init (&file_actions); in do_posix_spawn()
1986 r = posix_spawn_file_actions_adddup2 (&file_actions, stdin_fd, 0); in do_posix_spawn()
2004 r = posix_spawn_file_actions_adddup2 (&file_actions, read_null, 0); in do_posix_spawn()
2011 r = posix_spawn_file_actions_adddup2 (&file_actions, stdout_fd, 1); in do_posix_spawn()
2028 r = posix_spawn_file_actions_adddup2 (&file_actions, write_null, 1); in do_posix_spawn()
2035 r = posix_spawn_file_actions_adddup2 (&file_actions, stderr_fd, 2); in do_posix_spawn()
2052 r = posix_spawn_file_actions_adddup2 (&file_actions, write_null, 2); in do_posix_spawn()
2066 r = posix_spawn_file_actions_addclose (&file_actions, in do_posix_spawn()
2078 …r = posix_spawn (&pid, argv[0], &file_actions, &attr, (char * const *) argv_pass, (char * const *)… in do_posix_spawn()
[all …]
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_browse.c73 static XtActionsRec file_actions[] = variable
240 XtAppAddActions(tool_app, file_actions, XtNumber(file_actions)); in create_browse_panel()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_posix.py1561 file_actions=None
1570 file_actions=[]
1750 file_actions = [
1758 file_actions=file_actions)
1765 file_actions=[None])
1768 file_actions=[()])
1771 file_actions=[(None,)])
1797 file_actions = [
1804 file_actions=file_actions)
1835 file_actions = [
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_posix.py1561 file_actions=None
1570 file_actions=[]
1750 file_actions = [
1758 file_actions=file_actions)
1765 file_actions=[None])
1768 file_actions=[()])
1771 file_actions=[(None,)])
1797 file_actions = [
1804 file_actions=file_actions)
1835 file_actions = [
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_posix.py1561 file_actions=None
1570 file_actions=[]
1750 file_actions = [
1758 file_actions=file_actions)
1765 file_actions=[None])
1768 file_actions=[()])
1771 file_actions=[(None,)])
1797 file_actions = [
1804 file_actions=file_actions)
1835 file_actions = [
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_posix.py1561 file_actions=None
1570 file_actions=[]
1750 file_actions = [
1758 file_actions=file_actions)
1765 file_actions=[None])
1768 file_actions=[()])
1771 file_actions=[(None,)])
1797 file_actions = [
1804 file_actions=file_actions)
1835 file_actions = [
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_posix.py1561 file_actions=None
1570 file_actions=[]
1750 file_actions = [
1758 file_actions=file_actions)
1765 file_actions=[None])
1768 file_actions=[()])
1771 file_actions=[(None,)])
1797 file_actions = [
1804 file_actions=file_actions)
1835 file_actions = [
[all …]
/dports/devel/libfixposix/libfixposix-0.4.3/src/lib/
H A Dspawn.h32 int lfp_spawn_apply_file_actions(const lfp_spawn_file_actions_t *file_actions);
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dprocess.c1807 posix_spawn_file_actions_t file_actions; in do_create_process() local
1814 posix_spawn_file_actions_init(&file_actions); in do_create_process()
1823 posix_spawn_file_actions_adddup2(&file_actions, info->streams[0].fd[0], 0); in do_create_process()
1825 posix_spawn_file_actions_addclose(&file_actions, info->streams[0].fd[1]); in do_create_process()
1828 posix_spawn_file_actions_addopen(&file_actions, 0, in do_create_process()
1840 posix_spawn_file_actions_addclose(&file_actions, info->streams[1].fd[0]); in do_create_process()
1843 posix_spawn_file_actions_addopen(&file_actions, 1, in do_create_process()
1855 posix_spawn_file_actions_addclose(&file_actions, info->streams[2].fd[0]); in do_create_process()
1858 posix_spawn_file_actions_addopen(&file_actions, 2, in do_create_process()
1866 &file_actions, &attr, in do_create_process()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Dfile-actions.c70 static const GimpActionEntry file_actions[] = variable
186 file_actions, in file_actions_setup()
187 G_N_ELEMENTS (file_actions)); in file_actions_setup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-posix-return.cpp29 const posix_spawn_file_actions_t *file_actions,
33 const posix_spawn_file_actions_t *file_actions,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-posix-return.cpp29 const posix_spawn_file_actions_t *file_actions,
33 const posix_spawn_file_actions_t *file_actions,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-posix-return.cpp29 const posix_spawn_file_actions_t *file_actions,
33 const posix_spawn_file_actions_t *file_actions,
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dbugprone-posix-return.cpp29 const posix_spawn_file_actions_t *file_actions,
33 const posix_spawn_file_actions_t *file_actions,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-posix-return.cpp29 const posix_spawn_file_actions_t *file_actions,
33 const posix_spawn_file_actions_t *file_actions,
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/utils/ptreetime/libptreetime/
H A Dptreetime_interpose.c236 const posix_spawn_file_actions_t *file_actions, in interposed_posix_spawn() argument
241 return posix_spawn(pid, path, file_actions, attrp, argv, envp); in interposed_posix_spawn()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-posix-return.cpp29 const posix_spawn_file_actions_t *file_actions,
33 const posix_spawn_file_actions_t *file_actions,
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dbugprone-posix-return.cpp29 const posix_spawn_file_actions_t *file_actions,
33 const posix_spawn_file_actions_t *file_actions,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-posix-return.cpp29 const posix_spawn_file_actions_t *file_actions,
33 const posix_spawn_file_actions_t *file_actions,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-posix-return.cpp29 const posix_spawn_file_actions_t *file_actions,
33 const posix_spawn_file_actions_t *file_actions,

12345678910>>...35