HomeSort by relevance Sort by last modified time
    Searched defs:posix_spawn_file_actions_t (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd-6.8.2/compat/
posix_spawn.h 43 } posix_spawn_file_actions_t; typedef in typeref:struct:__anon18914
46 const posix_spawn_file_actions_t *, const posix_spawnattr_t *,
  /bionic/libc/include/
spawn.h 51 typedef struct __posix_spawn_file_actions* posix_spawn_file_actions_t; typedef in typeref:struct:__posix_spawn_file_actions
53 int posix_spawn(pid_t* __pid, const char* __path, const posix_spawn_file_actions_t* __actions, const posix_spawnattr_t* __attr, char* const __argv[], char* const __env[]) __INTRODUCED_IN(28);
54 int posix_spawnp(pid_t* __pid, const char* __file, const posix_spawn_file_actions_t* __actions, const posix_spawnattr_t* __attr, char* const __argv[], char* const __env[]) __INTRODUCED_IN(28);
81 int posix_spawn_file_actions_init(posix_spawn_file_actions_t* __actions) __INTRODUCED_IN(28);
82 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t* __actions) __INTRODUCED_IN(28);
84 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t* __actions, int __fd, const char* __path, int __flags, mode_t __mode) __INTRODUCED_IN(28);
85 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t* __actions, int __fd) __INTRODUCED_IN(28);
86 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t* __actions, int __fd, int __new_fd) __INTRODUCED_IN(28);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
spawn.h 50 } posix_spawn_file_actions_t; typedef in typeref:struct:__anon63094
74 __const posix_spawn_file_actions_t *__restrict
85 __const posix_spawn_file_actions_t *__file_actions,
160 extern int posix_spawn_file_actions_init (posix_spawn_file_actions_t *
164 extern int posix_spawn_file_actions_destroy (posix_spawn_file_actions_t *
169 extern int posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *
178 extern int posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *
184 extern int posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *

Completed in 67 milliseconds