Searched refs:posix_spawn_file_actions_addopen (Results 1 – 10 of 10) sorted by relevance
/external/bison/lib/ |
D | spawn_faction_addopen.c | 36 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()
|
D | spawn.in.h | 779 # 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,
|
D | spawn-pipe.c | 307 && (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/ |
D | spawn.h | 1091 # 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/ |
D | posix_spawn.m4 | 23 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)
|
D | spawn_h.m4 | 55 posix_spawn_file_actions_addopen posix_spawn_file_actions_addclose
|
D | gnulib-comp.m4 | 151 # Code from module posix_spawn_file_actions_addopen: 549 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addopen])
|
/external/bison/darwin-lib/ |
D | spawn.h | 1091 # 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/ |
D | Program.inc | 136 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/ |
D | configure | 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)) !… 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…
|