Searched refs:posix_spawn_file_actions_addopen (Results 1 - 7 of 7) sorted by relevance

/external/bison/lib/
H A Dspawn_faction_addopen.c36 posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *file_actions, function
39 #undef posix_spawn_file_actions_addopen macro
48 return posix_spawn_file_actions_addopen (file_actions, fd, path, oflag, mode);
H A Dspawn.in.h779 # define posix_spawn_file_actions_addopen rpl_posix_spawn_file_actions_addopen macro
781 _GL_FUNCDECL_RPL (posix_spawn_file_actions_addopen, int,
786 _GL_CXXALIAS_RPL (posix_spawn_file_actions_addopen, int,
792 _GL_FUNCDECL_SYS (posix_spawn_file_actions_addopen, int,
798 _GL_CXXALIAS_SYS (posix_spawn_file_actions_addopen, int,
803 _GL_CXXALIASWARN (posix_spawn_file_actions_addopen); variable
805 # undef posix_spawn_file_actions_addopen macro
807 _GL_WARN_ON_USE (posix_spawn_file_actions_addopen,
808 "posix_spawn_file_actions_addopen is unportable - "
809 "use gnulib module posix_spawn_file_actions_addopen fo
[all...]
H A Dspawn-pipe.c307 && (err = posix_spawn_file_actions_addopen (&actions,
314 && (err = posix_spawn_file_actions_addopen (&actions,
321 && (err = posix_spawn_file_actions_addopen (&actions,
/external/bison/darwin-lib/
H A Dspawn.h1091 # define posix_spawn_file_actions_addopen rpl_posix_spawn_file_actions_addopen
1093 _GL_FUNCDECL_RPL (posix_spawn_file_actions_addopen, int,
1098 _GL_CXXALIAS_RPL (posix_spawn_file_actions_addopen, int,
1104 _GL_FUNCDECL_SYS (posix_spawn_file_actions_addopen, int,
1110 _GL_CXXALIAS_SYS (posix_spawn_file_actions_addopen, int,
1115 _GL_CXXALIASWARN (posix_spawn_file_actions_addopen); variable
1117 # undef posix_spawn_file_actions_addopen macro
1119 _GL_WARN_ON_USE (posix_spawn_file_actions_addopen,
1120 "posix_spawn_file_actions_addopen is unportable - "
1121 "use gnulib module posix_spawn_file_actions_addopen fo
[all...]
/external/bison/linux-lib/
H A Dspawn.h1091 # define posix_spawn_file_actions_addopen rpl_posix_spawn_file_actions_addopen
1093 _GL_FUNCDECL_RPL (posix_spawn_file_actions_addopen, int,
1098 _GL_CXXALIAS_RPL (posix_spawn_file_actions_addopen, int,
1104 _GL_FUNCDECL_SYS (posix_spawn_file_actions_addopen, int,
1110 _GL_CXXALIAS_SYS (posix_spawn_file_actions_addopen, int,
1115 _GL_CXXALIASWARN (posix_spawn_file_actions_addopen); variable
1117 # undef posix_spawn_file_actions_addopen macro
1119 _GL_WARN_ON_USE (posix_spawn_file_actions_addopen,
1120 "posix_spawn_file_actions_addopen is unportable - "
1121 "use gnulib module posix_spawn_file_actions_addopen fo
[all...]
/external/llvm/lib/Support/Unix/
H A DProgram.inc141 if (int Err = posix_spawn_file_actions_addopen(FileActions, FD,
/external/bison/
H A Dconfigure7348 # Code from module posix_spawn_file_actions_addopen:
18579 /* Test whether posix_spawn_file_actions_addopen supports filename arguments
18647 /* Test whether posix_spawn_file_actions_addopen with this file name
18652 (err = posix_spawn_file_actions_addopen (&actions, STDIN_FILENO, DATA_FILENAME, O_RDONLY, 0600)) != 0
26476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether posix_spawn_file_actions_addopen works" >&5
26477 $as_echo_n "checking whether posix_spawn_file_actions_addopen works... " >&6; }
26499 if (posix_spawn_file_actions_addopen (&actions, 10000000, "foo", 0, O_RDONLY)
29658 for gl_func in posix_spawn posix_spawnp posix_spawnattr_init posix_spawnattr_destroy posix_spawnattr_getsigdefault posix_spawnattr_setsigdefault posix_spawnattr_getsigmask posix_spawnattr_setsigmask posix_spawnattr_getflags posix_spawnattr_setflags posix_spawnattr_getpgroup posix_spawnattr_setpgroup posix_spawnattr_getschedpolicy posix_spawnattr_setschedpolicy posix_spawnattr_getschedparam posix_spawnattr_setschedparam posix_spawn_file_actions_init posix_spawn_file_actions_destroy posix_spawn_file_actions_addopen posix_spawn_file_actions_addclose posix_spawn_file_actions_adddup2; do

Completed in 174 milliseconds