Home
last modified time | relevance | path

Searched refs:file_actions (Results 151 – 175 of 852) sorted by relevance

12345678910>>...35

/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawn_int.h64 file_actions);
70 const posix_spawn_file_actions_t *file_actions,
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawn_int.h64 file_actions);
70 const posix_spawn_file_actions_t *file_actions,
/dports/devel/m4/m4-1.4.19/lib/
H A Dspawn_int.h64 file_actions);
70 const posix_spawn_file_actions_t *file_actions,
H A Dspawni.c483 const posix_spawn_file_actions_t *file_actions, in __spawni() argument
562 if (file_actions != NULL) in __spawni()
567 for (cnt = 0; cnt < file_actions->_used; ++cnt) in __spawni()
569 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni()
725 const posix_spawn_file_actions_t *file_actions, in __spawni() argument
751 && file_actions == NULL)) in __spawni()
823 if (file_actions != NULL) in __spawni()
827 for (cnt = 0; cnt < file_actions->_used; ++cnt) in __spawni()
829 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawn_int.h64 file_actions);
70 const posix_spawn_file_actions_t *file_actions,
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/
H A Dspawn_int.h64 file_actions);
70 const posix_spawn_file_actions_t *file_actions,
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dspawn_int.h64 file_actions);
70 const posix_spawn_file_actions_t *file_actions,
H A Dspawni.c483 const posix_spawn_file_actions_t *file_actions, in __spawni() argument
562 if (file_actions != NULL) in __spawni()
567 for (cnt = 0; cnt < file_actions->_used; ++cnt) in __spawni()
569 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni()
725 const posix_spawn_file_actions_t *file_actions, in __spawni() argument
751 && file_actions == NULL)) in __spawni()
823 if (file_actions != NULL) in __spawni()
827 for (cnt = 0; cnt < file_actions->_used; ++cnt) in __spawni()
829 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni()
/dports/www/wget2/wget2-2.0.0/lib/
H A Dspawn_int.h64 file_actions);
70 const posix_spawn_file_actions_t *file_actions,
H A Dspawni.c485 const posix_spawn_file_actions_t *file_actions, in __spawni() argument
564 if (file_actions != NULL) in __spawni()
569 for (cnt = 0; cnt < file_actions->_used; ++cnt) in __spawni()
571 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni()
730 const posix_spawn_file_actions_t *file_actions, in __spawni() argument
756 && file_actions == NULL)) in __spawni()
828 if (file_actions != NULL) in __spawni()
832 for (cnt = 0; cnt < file_actions->_used; ++cnt) in __spawni()
834 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni()
/dports/ftp/wget/wget-1.21.2/lib/
H A Dspawn_int.h64 file_actions);
70 const posix_spawn_file_actions_t *file_actions,
H A Dspawni.c483 const posix_spawn_file_actions_t *file_actions, in __spawni() argument
562 if (file_actions != NULL) in __spawni()
567 for (cnt = 0; cnt < file_actions->_used; ++cnt) in __spawni()
569 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni()
725 const posix_spawn_file_actions_t *file_actions, in __spawni() argument
751 && file_actions == NULL)) in __spawni()
823 if (file_actions != NULL) in __spawni()
827 for (cnt = 0; cnt < file_actions->_used; ++cnt) in __spawni()
829 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni()
/dports/devel/bison/bison-3.7.6/lib/
H A Dspawn_int.h64 file_actions);
70 const posix_spawn_file_actions_t *file_actions,
/dports/devel/bear/Bear-3.0.17/source/intercept/source/report/libexec/
H A DExecutor.cc160 …Executor::posix_spawn(pid_t* pid, const char* path, const posix_spawn_file_actions_t* file_actions, in posix_spawn() argument
172 …return linker_.posix_spawn(pid, cmd.file(), file_actions, attrp, const_cast<char* const*>(dst), en… in posix_spawn()
178 …xecutor::posix_spawnp(pid_t* pid, const char* file, const posix_spawn_file_actions_t* file_actions, in posix_spawnp() argument
190 …return linker_.posix_spawn(pid, cmd.file(), file_actions, attrp, const_cast<char* const*>(dst), en… in posix_spawnp()
H A DExecutor.h68 const posix_spawn_file_actions_t* file_actions,
74 const posix_spawn_file_actions_t* file_actions,
H A Dlib.cc297 const posix_spawn_file_actions_t* file_actions, in posix_spawn() argument
304 …const auto result = el::Executor(LINKER, SESSION, resolver).posix_spawn(pid, path, file_actions, a… in posix_spawn()
313 const posix_spawn_file_actions_t* file_actions, in posix_spawnp() argument
320 …ult = el::Executor(LINKER, SESSION, resolver).posix_spawnp(pid, file, file_actions, attrp, argv, e… in posix_spawnp()
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/unix/process/
H A Dprocess_unix.rs490 let mut file_actions = MaybeUninit::uninit(); in posix_spawn() localVariable
491 cvt_nz(libc::posix_spawn_file_actions_init(file_actions.as_mut_ptr()))?; in posix_spawn()
492 let file_actions = PosixSpawnFileActions(&mut file_actions); in posix_spawn() localVariable
496 file_actions.0.as_mut_ptr(), in posix_spawn()
503 file_actions.0.as_mut_ptr(), in posix_spawn()
510 file_actions.0.as_mut_ptr(), in posix_spawn()
516 cvt_nz(f(file_actions.0.as_mut_ptr(), cwd.as_ptr()))?; in posix_spawn()
534 file_actions.0.as_ptr(), in posix_spawn()
/dports/sysutils/watchman/watchman-4.5.0/winbuild/
H A Dspawn.h58 const posix_spawn_file_actions_t *file_actions,
62 const posix_spawn_file_actions_t *file_actions,
/dports/sysutils/py-pywatchman/watchman-4.9.0/winbuild/
H A Dspawn.h59 const posix_spawn_file_actions_t *file_actions,
63 const posix_spawn_file_actions_t *file_actions,
/dports/lang/gcc12-devel/gcc-12-20211205/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/gcc11/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/gcc10/gcc-10.3.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/lang/gcc11-devel/gcc-11-20211009/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/devel/avr-gcc/gcc-10.2.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/lang/gcc9-devel/gcc-9-20211007/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,

12345678910>>...35