HomeSort by: relevance | last modified time | path
    Searched refs:posix_spawn_file_actions_t (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/include/
spawn.h 42 const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
45 const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
51 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *);
52 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);
54 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict,
56 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
57 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
59 int posix_spawn_file_actions_addchdir(posix_spawn_file_actions_t * __restrict,
61 int posix_spawn_file_actions_addfchdir(posix_spawn_file_actions_t *, int);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
spawn.d 54 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t*, int);
55 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t*, int, int);
56 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t*, int, const char*, int, mode_t);
57 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t*);
58 int posix_spawn_file_actions_init(posix_spawn_file_actions_t*);
81 const posix_spawn_file_actions_t* file_actions,
85 const posix_spawn_file_actions_t* file_actions,
123 struct posix_spawn_file_actions_t
153 alias posix_spawn_file_actions_t = __posix_spawn_file_actions*;
180 struct posix_spawn_file_actions_t
    [all...]
  /src/lib/libc/gen/
posix_spawn_fileactions.c 48 posix_spawn_file_actions_init(posix_spawn_file_actions_t *fa)
63 posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa)
80 posix_spawn_file_actions_getentry(posix_spawn_file_actions_t *fa,
104 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa,
133 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa,
155 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa,
176 posix_spawn_file_actions_addchdir(posix_spawn_file_actions_t * __restrict fa,
200 posix_spawn_file_actions_addfchdir(posix_spawn_file_actions_t *fa, int fildes)
posix_spawnp.c 50 const posix_spawn_file_actions_t *fa,
  /src/tests/lib/libc/gen/posix_spawn/
t_fileactions.c 80 posix_spawn_file_actions_t fa;
178 posix_spawn_file_actions_t fa;
211 posix_spawn_file_actions_t fa;
249 posix_spawn_file_actions_t fa;
281 posix_spawn_file_actions_t fa;
324 posix_spawn_file_actions_t fa;
367 posix_spawn_file_actions_t fa;
412 posix_spawn_file_actions_t fa;
t_spawn.c 212 posix_spawn_file_actions_t fa;
469 posix_spawn_file_actions_t fa;
494 posix_spawn_file_actions_t fa;
534 posix_spawn_file_actions_t fa;
  /src/sys/sys/
spawn.h 82 typedef struct posix_spawn_file_actions posix_spawn_file_actions_t; typedef in typeref:struct:posix_spawn_file_actions
  /src/tests/kernel/arch/i386/
execregs.c 93 posix_spawn_file_actions_t fileacts;
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
ear.c 124 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,
275 const posix_spawn_file_actions_t *file_actions,
365 const posix_spawn_file_actions_t *file_actions,
370 const posix_spawn_file_actions_t *,
386 const posix_spawn_file_actions_t *file_actions,
391 const posix_spawn_file_actions_t *,
  /src/tests/kernel/arch/x86_64/
execregs.c 115 posix_spawn_file_actions_t fileacts;
  /src/tests/kernel/arch/vax/
execregs.c 120 posix_spawn_file_actions_t fileacts;
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
linetrace.c 82 const posix_spawn_file_actions_t *file_actions,
86 const posix_spawn_file_actions_t *file_actions,
90 const posix_spawn_file_actions_t *file_actions,
94 const posix_spawn_file_actions_t *file_actions,
99 const posix_spawn_file_actions_t *file_actions,
103 const posix_spawn_file_actions_t *file_actions,
107 const posix_spawn_file_actions_t *file_actions,
111 const posix_spawn_file_actions_t *file_actions,
116 const posix_spawn_file_actions_t *file_actions,
120 const posix_spawn_file_actions_t *file_actions
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
linetrace.c 82 const posix_spawn_file_actions_t *file_actions,
86 const posix_spawn_file_actions_t *file_actions,
90 const posix_spawn_file_actions_t *file_actions,
94 const posix_spawn_file_actions_t *file_actions,
99 const posix_spawn_file_actions_t *file_actions,
103 const posix_spawn_file_actions_t *file_actions,
107 const posix_spawn_file_actions_t *file_actions,
111 const posix_spawn_file_actions_t *file_actions,
116 const posix_spawn_file_actions_t *file_actions,
120 const posix_spawn_file_actions_t *file_actions
    [all...]
  /src/tests/kernel/arch/aarch64/
execregs.c 166 posix_spawn_file_actions_t fileacts;
  /src/external/bsd/pkg_install/dist/lib/
fexec.c 116 posix_spawn_file_actions_t act;
  /src/external/bsd/file/dist/src/
compress.c 885 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v);
901 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v);
1066 posix_spawn_file_actions_t fa;
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Program.inc 126 posix_spawn_file_actions_t *FileActions) {
205 posix_spawn_file_actions_t FileActionsStore;
206 posix_spawn_file_actions_t *FileActions = nullptr;
  /src/tests/kernel/arch/hppa/
execregs.c 321 posix_spawn_file_actions_t fileacts;
  /src/external/bsd/libarchive/dist/libarchive/
filter_fork_posix.c 88 posix_spawn_file_actions_t actions;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
execute.c 197 posix_spawn_file_actions_t actions;
pipe.c 247 posix_spawn_file_actions_t actions;
  /src/external/gpl3/binutils/dist/libiberty/
pex-unix.c 578 posix_spawn_file_actions_t actions;
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-unix.c 578 posix_spawn_file_actions_t actions;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mac.cpp 302 posix_spawn_file_actions_t acts;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop.c 1612 posix_spawn_file_actions_t actions;

Completed in 49 milliseconds

1 2