Searched refs:posix_spawnattr_destroy (Results 1 - 10 of 10) sorted by relevance

/external/bison/lib/
H A Dspawnattr_destroy.c24 posix_spawnattr_destroy (posix_spawnattr_t *attr) function
H A Dspawn.in.h294 # define posix_spawnattr_destroy rpl_posix_spawnattr_destroy macro
296 _GL_FUNCDECL_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
298 _GL_CXXALIAS_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
301 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
304 _GL_CXXALIAS_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
306 _GL_CXXALIASWARN (posix_spawnattr_destroy); variable
308 # undef posix_spawnattr_destroy macro
310 _GL_WARN_ON_USE (posix_spawnattr_destroy,
311 "posix_spawnattr_destroy is unportable - "
312 "use gnulib module posix_spawnattr_destroy fo
[all...]
H A Dspawn-pipe.c343 posix_spawnattr_destroy (&attrs);
364 posix_spawnattr_destroy (&attrs);
/external/google-breakpad/src/client/mac/tests/
H A Dspawn_child_process.h123 posix_spawnattr_destroy(&spawnattr);
137 posix_spawnattr_destroy(&spawnattr);
/external/lldb/test/functionalities/exec/
H A Dmain.cpp65 posix_spawnattr_destroy(&attr);
/external/bison/darwin-lib/
H A Dspawn.h606 # define posix_spawnattr_destroy rpl_posix_spawnattr_destroy
608 _GL_FUNCDECL_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
610 _GL_CXXALIAS_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
613 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
616 _GL_CXXALIAS_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
618 _GL_CXXALIASWARN (posix_spawnattr_destroy); variable
620 # undef posix_spawnattr_destroy macro
622 _GL_WARN_ON_USE (posix_spawnattr_destroy,
623 "posix_spawnattr_destroy is unportable - "
624 "use gnulib module posix_spawnattr_destroy fo
[all...]
/external/bison/linux-lib/
H A Dspawn.h606 # define posix_spawnattr_destroy rpl_posix_spawnattr_destroy
608 _GL_FUNCDECL_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
610 _GL_CXXALIAS_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
613 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
616 _GL_CXXALIAS_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
618 _GL_CXXALIASWARN (posix_spawnattr_destroy); variable
620 # undef posix_spawnattr_destroy macro
622 _GL_WARN_ON_USE (posix_spawnattr_destroy,
623 "posix_spawnattr_destroy is unportable - "
624 "use gnulib module posix_spawnattr_destroy fo
[all...]
/external/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp161 ::posix_spawnattr_destroy (&attr);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1950 ::posix_spawnattr_destroy (&attr);
/external/bison/
H A Dconfigure7351 # Code from module posix_spawnattr_destroy:
18521 posix_spawnattr_destroy (&attrs);
18533 posix_spawnattr_destroy (&attrs);
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 341 milliseconds