Home
last modified time | relevance | path

Searched refs:file_actions (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A Dear.c124 const posix_spawn_file_actions_t *file_actions,
131 const posix_spawn_file_actions_t *file_actions,
265 const posix_spawn_file_actions_t *file_actions, in posix_spawn() argument
269 return call_posix_spawn(pid, path, file_actions, attrp, argv, envp); in posix_spawn()
275 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
279 return call_posix_spawnp(pid, file, file_actions, attrp, argv, envp); in posix_spawnp()
365 const posix_spawn_file_actions_t *file_actions, in call_posix_spawn() argument
378 (*fp)(pid, path, file_actions, attrp, argv, (char *const *restrict)menvp); in call_posix_spawn()
386 const posix_spawn_file_actions_t *file_actions, in call_posix_spawnp() argument
399 (*fp)(pid, file, file_actions, attrp, argv, (char *const *restrict)menvp); in call_posix_spawnp()
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlinetrace.c1352 const posix_spawn_file_actions_t *file_actions,
1368 path, file_actions, attrp, argv, envp); in __collector_posix_spawn_2_15()
1384 path, file_actions, attrp, argv, envp); in __collector_posix_spawn_2_2()
1400 path, file_actions, attrp, argv, envp); in __collector_posix_spawn_2_2_5()
1411 const posix_spawn_file_actions_t *file_actions, in __collector_posix_spawn_symver() argument
1462 const posix_spawn_file_actions_t *file_actions,
1478 path, file_actions, attrp, argv, envp); in __collector_posix_spawnp_2_15()
1495 path, file_actions, attrp, argv, envp); in __collector_posix_spawnp_2_2()
1502 const posix_spawn_file_actions_t *file_actions, in __collector_posix_spawnp_2_2_5() argument
1511 path, file_actions, attrp, argv, envp); in __collector_posix_spawnp_2_2_5()
[all …]
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_execve.c211 if (SCARG_P32(uap, file_actions) != NULL) { in netbsd32_posix_spawn()
215 SCARG_P32(uap, file_actions), max_fileactions); in netbsd32_posix_spawn()
H A Dnetbsd32_syscallargs.h2601 syscallarg(const netbsd32_posix_spawn_file_actionsp) file_actions;
H A Dnetbsd32_systrace_args.c3466 uarg[2] = (intptr_t) SCARG(p, file_actions).i32; /* const netbsd32_posix_spawn_file_actionsp */ in systrace_args()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dprocess.c394 } file_actions; member
405 posix_spawn_fncs.file_actions.addchdir_np = in uv__spawn_init_posix_spawn_fncs()
530 if (posix_spawn_fncs->file_actions.addchdir_np == NULL) { in uv__spawn_set_posix_spawn_file_actions()
535 err = posix_spawn_fncs->file_actions.addchdir_np(actions, options->cwd); in uv__spawn_set_posix_spawn_file_actions()
/netbsd/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2661 #define __sanitizer_syscall_pre_posix_spawn(pid, path, file_actions, attrp, \ argument
2664 (long long)(pid), (long long)(path), (long long)(file_actions), \
2666 #define __sanitizer_syscall_post_posix_spawn(res, pid, path, file_actions, \ argument
2669 res, (long long)(pid), (long long)(path), (long long)(file_actions), \
4846 long long file_actions,
4851 long long file_actions,
/netbsd/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2633 #define __sanitizer_syscall_pre_posix_spawn(pid, path, file_actions, attrp, \ argument
2636 (long long)(pid), (long long)(path), (long long)(file_actions), \
2638 #define __sanitizer_syscall_post_posix_spawn(res, pid, path, file_actions, \ argument
2641 res, (long long)(pid), (long long)(path), (long long)(file_actions), \
4665 long long file_actions,
4670 long long file_actions,
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2661 #define __sanitizer_syscall_pre_posix_spawn(pid, path, file_actions, attrp, \ argument
2664 (long long)(pid), (long long)(path), (long long)(file_actions), \
2666 #define __sanitizer_syscall_post_posix_spawn(res, pid, path, file_actions, \ argument
2669 res, (long long)(pid), (long long)(path), (long long)(file_actions), \
4846 long long file_actions,
4851 long long file_actions,
/netbsd/sys/kern/
H A Dkern_exec.c2890 if (SCARG(uap, file_actions) != NULL) { in sys_posix_spawn()
2893 error = posix_spawn_fa_alloc(&fa, SCARG(uap, file_actions), in sys_posix_spawn()
H A Dsystrace_args.c3649 uarg[2] = (intptr_t) SCARG(p, file_actions); /* const struct posix_spawn_file_actions * */ in systrace_args()
/netbsd/sys/sys/
H A Dsyscallargs.h3139 syscallarg(const struct posix_spawn_file_actions *) file_actions;