Searched refs:posix_spawnp (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dspawnp.c27 posix_spawnp (pid_t *pid, const char *file, function
H A Dspawn.in.h227 # define posix_spawnp rpl_posix_spawnp macro
229 _GL_FUNCDECL_RPL (posix_spawnp, int,
235 _GL_CXXALIAS_RPL (posix_spawnp, int,
242 _GL_FUNCDECL_SYS (posix_spawnp, int,
249 _GL_CXXALIAS_SYS (posix_spawnp, int,
255 _GL_CXXALIASWARN (posix_spawnp); variable
257 # undef posix_spawnp macro
259 _GL_WARN_ON_USE (posix_spawnp, "posix_spawnp is unportable - "
260 "use gnulib module posix_spawnp fo
[all...]
H A Dspawn-pipe.c335 || (err = posix_spawnp (&child, prog_path, &actions,
/external/bison/darwin-lib/
H A Dspawn.h539 # define posix_spawnp rpl_posix_spawnp
541 _GL_FUNCDECL_RPL (posix_spawnp, int,
547 _GL_CXXALIAS_RPL (posix_spawnp, int,
554 _GL_FUNCDECL_SYS (posix_spawnp, int,
561 _GL_CXXALIAS_SYS (posix_spawnp, int,
567 _GL_CXXALIASWARN (posix_spawnp); variable
569 # undef posix_spawnp macro
571 _GL_WARN_ON_USE (posix_spawnp, "posix_spawnp is unportable - "
572 "use gnulib module posix_spawnp fo
[all...]
/external/bison/linux-lib/
H A Dspawn.h539 # define posix_spawnp rpl_posix_spawnp
541 _GL_FUNCDECL_RPL (posix_spawnp, int,
547 _GL_CXXALIAS_RPL (posix_spawnp, int,
554 _GL_FUNCDECL_SYS (posix_spawnp, int,
561 _GL_CXXALIAS_SYS (posix_spawnp, int,
567 _GL_CXXALIASWARN (posix_spawnp); variable
569 # undef posix_spawnp macro
571 _GL_WARN_ON_USE (posix_spawnp, "posix_spawnp is unportable - "
572 "use gnulib module posix_spawnp fo
[all...]
/external/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp158 exit_with_errno (::posix_spawnp (&pid, path, NULL, &attr, (char * const*)argv, (char * const*)envp), "posix_spawn() error: ");
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1917 // after the posix_spawnp call without creating a race condition???
1921 err.SetError( ::posix_spawnp (&pid, path, &file_actions, &attr, (char * const*)argv, (char * const*)envp), DNBError::POSIX);
1923 err.LogThreaded("::posix_spawnp ( pid => %i, path = '%s', file_actions = %p, attr = %p, argv = %p, envp = %p )", pid, path, &file_actions, &attr, argv, envp);
1928 // after the posix_spawnp call without creating a race condition???
1932 err.SetError( ::posix_spawnp (&pid, path, NULL, &attr, (char * const*)argv, (char * const*)envp), DNBError::POSIX);
1934 err.LogThreaded("::posix_spawnp ( pid => %i, path = '%s', file_actions = %p, attr = %p, argv = %p, envp = %p )", pid, path, NULL, &attr, argv, envp);
1937 // We have seen some cases where posix_spawnp was returning a valid
/external/bison/
H A Dconfigure7355 # Code from module posix_spawnp:
18516 || (err = posix_spawnp (&child, CHILD_PROGRAM_FILENAME, &actions, &attrs, argv, environ)) != 0))
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 407 milliseconds