Home
last modified time | relevance | path

Searched refs:posix_spawn_file_actions_addopen (Results 1 – 10 of 10) sorted by relevance

/external/bison/lib/
Dspawn_faction_addopen.c36 posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addopen() function
39 #undef posix_spawn_file_actions_addopen in posix_spawn_file_actions_addopen()
48 return posix_spawn_file_actions_addopen (file_actions, fd, path, oflag, mode); in posix_spawn_file_actions_addopen()
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);
805 # undef posix_spawn_file_actions_addopen
807 _GL_WARN_ON_USE (posix_spawn_file_actions_addopen,
Dspawn-pipe.c307 && (err = posix_spawn_file_actions_addopen (&actions, in create_pipe()
314 && (err = posix_spawn_file_actions_addopen (&actions, in create_pipe()
321 && (err = posix_spawn_file_actions_addopen (&actions, in create_pipe()
/external/bison/linux-lib/
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);
1117 # undef posix_spawn_file_actions_addopen
1119 _GL_WARN_ON_USE (posix_spawn_file_actions_addopen,
/external/bison/m4/
Dposix_spawn.m423 dnl AC_CHECK_FUNCS_ONCE([posix_spawn_file_actions_addopen])
83 dnl 2) The posix_spawn_file_actions_addopen function does not support file
235 /* Test whether posix_spawn_file_actions_addopen supports filename arguments
303 /* Test whether posix_spawn_file_actions_addopen with this file name
308 …(err = posix_spawn_file_actions_addopen (&actions, STDIN_FILENO, DATA_FILENAME, O_RDONLY, 0600)) !…
495 dnl On Solaris 11 2011-11, posix_spawn_file_actions_addopen succeeds even
497 AC_CACHE_CHECK([whether posix_spawn_file_actions_addopen works],
508 if (posix_spawn_file_actions_addopen (&actions, 10000000, "foo", 0, O_RDONLY)
Dspawn_h.m455 posix_spawn_file_actions_addopen posix_spawn_file_actions_addclose
Dgnulib-comp.m4151 # Code from module posix_spawn_file_actions_addopen:
549 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addopen])
/external/bison/darwin-lib/
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);
1117 # undef posix_spawn_file_actions_addopen
1119 _GL_WARN_ON_USE (posix_spawn_file_actions_addopen,
/external/llvm/lib/Support/Unix/
DProgram.inc136 if (int Err = posix_spawn_file_actions_addopen(
188 // If we call posix_spawn_file_actions_addopen we have to make sure the
/external/bison/
Dconfigure18579 /* 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)) !…
26499 if (posix_spawn_file_actions_addopen (&actions, 10000000, "foo", 0, O_RDONLY)
29658 …pawn_file_actions_init posix_spawn_file_actions_destroy posix_spawn_file_actions_addopen posix…