Searched refs:posix_spawn_file_actions_addopen (Results 1 – 15 of 15) 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/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/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/valgrind/memcheck/tests/solaris/ |
D | spawn.c | 44 ret = posix_spawn_file_actions_addopen(&fa, 10, "/dev/null", O_RDONLY, 0); in main()
|
/external/libcups/cups/ |
D | tls-darwin.c | 323 posix_spawn_file_actions_addopen(&actions, 0, infofile, O_RDONLY, 0); in cupsMakeServerCredentials() 325 posix_spawn_file_actions_addopen(&actions, 1, "/dev/null", O_WRONLY, 0); in cupsMakeServerCredentials() 327 posix_spawn_file_actions_addopen(&actions, 2, "/dev/null", O_WRONLY, 0); in cupsMakeServerCredentials()
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 139 if (int Err = posix_spawn_file_actions_addopen( 198 // If we call posix_spawn_file_actions_addopen we have to make sure the
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Program.inc | 145 if (int Err = posix_spawn_file_actions_addopen(FileActions, FD,
|
/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…
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2491 fun:posix_spawn_file_actions_addopen=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 806 PUBLIC c93b0 0 posix_spawn_file_actions_addopen
|