Searched refs:posix_spawn_file_actions_addclose (Results 1 – 11 of 11) sorted by relevance
/external/bison/lib/ |
D | spawn_faction_addclose.c | 36 posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addclose() function 38 #undef posix_spawn_file_actions_addclose in posix_spawn_file_actions_addclose() 47 return posix_spawn_file_actions_addclose (file_actions, fd); in posix_spawn_file_actions_addclose()
|
D | spawn.in.h | 818 # define posix_spawn_file_actions_addclose rpl_posix_spawn_file_actions_addclose macro 820 _GL_FUNCDECL_RPL (posix_spawn_file_actions_addclose, int, 823 _GL_CXXALIAS_RPL (posix_spawn_file_actions_addclose, int, 827 _GL_FUNCDECL_SYS (posix_spawn_file_actions_addclose, int, 831 _GL_CXXALIAS_SYS (posix_spawn_file_actions_addclose, int, 834 _GL_CXXALIASWARN (posix_spawn_file_actions_addclose); 836 # undef posix_spawn_file_actions_addclose 838 _GL_WARN_ON_USE (posix_spawn_file_actions_addclose,
|
D | spawn-pipe.c | 295 && (err = posix_spawn_file_actions_addclose (&actions, ofd[0])) in create_pipe() 298 && (err = posix_spawn_file_actions_addclose (&actions, ifd[1])) in create_pipe() 301 && (err = posix_spawn_file_actions_addclose (&actions, ofd[1])) in create_pipe() 304 && (err = posix_spawn_file_actions_addclose (&actions, ifd[0])) in create_pipe()
|
/external/bison/linux-lib/ |
D | spawn.h | 1130 # define posix_spawn_file_actions_addclose rpl_posix_spawn_file_actions_addclose 1132 _GL_FUNCDECL_RPL (posix_spawn_file_actions_addclose, int, 1135 _GL_CXXALIAS_RPL (posix_spawn_file_actions_addclose, int, 1139 _GL_FUNCDECL_SYS (posix_spawn_file_actions_addclose, int, 1143 _GL_CXXALIAS_SYS (posix_spawn_file_actions_addclose, int, 1146 _GL_CXXALIASWARN (posix_spawn_file_actions_addclose); 1148 # undef posix_spawn_file_actions_addclose 1150 _GL_WARN_ON_USE (posix_spawn_file_actions_addclose,
|
/external/bison/darwin-lib/ |
D | spawn.h | 1130 # define posix_spawn_file_actions_addclose rpl_posix_spawn_file_actions_addclose 1132 _GL_FUNCDECL_RPL (posix_spawn_file_actions_addclose, int, 1135 _GL_CXXALIAS_RPL (posix_spawn_file_actions_addclose, int, 1139 _GL_FUNCDECL_SYS (posix_spawn_file_actions_addclose, int, 1143 _GL_CXXALIAS_SYS (posix_spawn_file_actions_addclose, int, 1146 _GL_CXXALIASWARN (posix_spawn_file_actions_addclose); 1148 # undef posix_spawn_file_actions_addclose 1150 _GL_WARN_ON_USE (posix_spawn_file_actions_addclose,
|
/external/bison/m4/ |
D | posix_spawn.m4 | 21 dnl AC_CHECK_FUNCS_ONCE([posix_spawn_file_actions_addclose]) 180 || (err = posix_spawn_file_actions_addclose (&actions, ofd[0])) != 0 181 || (err = posix_spawn_file_actions_addclose (&actions, ofd[1])) != 0 413 dnl On Solaris 11 2011-11, posix_spawn_file_actions_addclose succeeds even 415 AC_CACHE_CHECK([whether posix_spawn_file_actions_addclose works], 425 if (posix_spawn_file_actions_addclose (&actions, 10000000) == 0)
|
D | spawn_h.m4 | 55 posix_spawn_file_actions_addopen posix_spawn_file_actions_addclose
|
D | gnulib-comp.m4 | 149 # Code from module posix_spawn_file_actions_addclose: 539 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addclose])
|
/external/bison/ |
D | configure | 18510 || (err = posix_spawn_file_actions_addclose (&actions, ofd[0])) != 0 18511 || (err = posix_spawn_file_actions_addclose (&actions, ofd[1])) != 0 26334 if (posix_spawn_file_actions_addclose (&actions, 10000000) == 0) 29658 …n_file_actions_destroy posix_spawn_file_actions_addopen posix_spawn_file_actions_addclose …
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2489 fun:posix_spawn_file_actions_addclose=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 805 PUBLIC c9320 0 posix_spawn_file_actions_addclose
|