Home
last modified time | relevance | path

Searched refs:posix_spawn_file_actions_t (Results 1 - 25 of 33) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/include/
H A Dspawn.h40 } posix_spawn_file_actions_t; typedef
42 int posix_spawn(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *,
44 int posix_spawnp(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *,
67 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *);
68 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);
70 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *__restrict, int, const char *__restrict, int, mode_t);
71 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
72 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
75 int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *__restrict, const char *__restrict);
76 int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *, in
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dspawn.h40 } posix_spawn_file_actions_t; typedef
42 int posix_spawn(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *,
44 int posix_spawnp(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *,
67 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *);
68 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);
70 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *__restrict, int, const char *__restrict, int, mode_t);
71 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
72 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
75 int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *__restrict, const char *__restrict);
76 int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *, in
[all...]
/third_party/musl/porting/liteos_m/kernel/include/
H A Dspawn.h40 } posix_spawn_file_actions_t; typedef
42 int posix_spawn(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *,
44 int posix_spawnp(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *,
67 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *);
68 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);
70 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *__restrict, int, const char *__restrict, int, mode_t);
71 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
72 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
75 int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *__restrict, const char *__restrict);
76 int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *, in
[all...]
/third_party/musl/include/
H A Dspawn.h40 } posix_spawn_file_actions_t; typedef
42 int posix_spawn(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *,
44 int posix_spawnp(pid_t *__restrict, const char *__restrict, const posix_spawn_file_actions_t *,
67 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *);
68 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);
70 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *__restrict, int, const char *__restrict, int, mode_t);
71 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
72 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
75 int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *__restrict, const char *__restrict);
76 int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *, in
[all...]
/third_party/musl/libc-test/src/api/
H A Dspawn.c8 T(posix_spawn_file_actions_t) in f()
21 {int(*p)(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr_t*restrict,char*const[restrict],char*const[restrict]) = posix_spawn;} in f()
22 {int(*p)(posix_spawn_file_actions_t*,int) = posix_spawn_file_actions_addclose;} in f()
23 {int(*p)(posix_spawn_file_actions_t*,int,int) = posix_spawn_file_actions_adddup2;} in f()
24 {int(*p)(posix_spawn_file_actions_t*restrict,int,const char*restrict,int,mode_t) = posix_spawn_file_actions_addopen;} in f()
25 {int(*p)(posix_spawn_file_actions_t*) = posix_spawn_file_actions_destroy;} in f()
26 {int(*p)(posix_spawn_file_actions_t*) = posix_spawn_file_actions_init;} in f()
33 {int(*p)(pid_t*restrict,const char*restrict,const posix_spawn_file_actions_t*,const posix_spawnattr_t*restrict,char*const[restrict],char*const[restrict]) = posix_spawnp;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawn_file_actions_addopen.c30 posix_spawn_file_actions_t fa; in posix_spawn_file_actions_addopen_0100()
57 posix_spawn_file_actions_t fa; in posix_spawn_file_actions_addopen_0200()
82 posix_spawn_file_actions_t fa; in posix_spawn_file_actions_addopen_0300()
/third_party/musl/src/process/
H A Dposix_spawn.c19 const posix_spawn_file_actions_t *fa;
39 const posix_spawn_file_actions_t *fa = args->fa; in child()
171 const posix_spawn_file_actions_t *fa, in posix_spawn()
H A Dposix_spawn_file_actions_init.c3 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *fa) in posix_spawn_file_actions_init()
H A Dposix_spawn_file_actions_destroy.c5 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa) in posix_spawn_file_actions_destroy()
H A Dposix_spawnp.c6 const posix_spawn_file_actions_t *fa, in posix_spawnp()
H A Dposix_spawn_file_actions_addfchdir.c7 int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *fa, int fd) in posix_spawn_file_actions_addfchdir_np()
H A Dposix_spawn_file_actions_addchdir.c7 int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *restrict fa, const char *restrict path) in posix_spawn_file_actions_addchdir_np()
H A Dposix_spawn_file_actions_addclose.c7 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, int fd) in posix_spawn_file_actions_addclose()
H A Dposix_spawn_file_actions_addopen.c8 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *restrict path, int flags, mode_t mode) in posix_spawn_file_actions_addopen()
H A Dposix_spawn_file_actions_adddup2.c7 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa, int srcfd, int fd) in posix_spawn_file_actions_adddup2()
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn.c18 const posix_spawn_file_actions_t *fa;
38 const posix_spawn_file_actions_t *fa = args->fa; in child()
166 const posix_spawn_file_actions_t *fa, in posix_spawn()
H A Dposix_spawnp.c6 const posix_spawn_file_actions_t *fa, in posix_spawnp()
H A Dposix_spawn_file_actions_addopen.c8 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *restrict path, int flags, mode_t mode) in posix_spawn_file_actions_addopen()
H A Dposix_spawn_file_actions_adddup2.c7 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa, int srcfd, int fd) in posix_spawn_file_actions_adddup2()
H A Dposix_spawn_file_actions_addclose.c7 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, int fd) in posix_spawn_file_actions_addclose()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c393 int (*addchdir_np)(const posix_spawn_file_actions_t *, const char *);
512 posix_spawn_file_actions_t* actions, in uv__spawn_set_posix_spawn_file_actions()
650 posix_spawn_file_actions_t* actions, in uv__spawn_resolve_and_spawn()
756 posix_spawn_file_actions_t actions; in uv__spawn_and_init_child_posix_spawn()
/third_party/musl/src/stdio/
H A Dpopen.c17 posix_spawn_file_actions_t fa; in popen()
/third_party/musl/porting/liteos_a/user/src/stdio/
H A Dpopen.c17 posix_spawn_file_actions_t fa; in popen()
/third_party/musl/libc-test/src/functional/
H A Dspawn.c28 posix_spawn_file_actions_t fa; in main()
/third_party/libuv/src/unix/
H A Dprocess.c413 int (*addchdir_np)(const posix_spawn_file_actions_t *, const char *);
532 posix_spawn_file_actions_t* actions, in uv__spawn_set_posix_spawn_file_actions()
670 posix_spawn_file_actions_t* actions, in uv__spawn_resolve_and_spawn()
776 posix_spawn_file_actions_t actions; in uv__spawn_and_init_child_posix_spawn()

Completed in 15 milliseconds

12