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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
spawn.h 50 } posix_spawn_file_actions_t; typedef in typeref:struct:__anon21224
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 *
  /external/webkit/Tools/WebKitLauncher/
main.m 40 typedef void *posix_spawn_file_actions_t;
42 int posix_spawn(pid_t * __restrict, const char * __restrict, const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict, char *const __argv[ __restrict], char *const __envp[ __restrict]) WEAK_IMPORT;

Completed in 54 milliseconds