OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:posix_spawn_file_actions_destroy
(Results
1 - 25
of
30
) sorted by null
1
2
/external/bison/lib/
spawn_faction_destroy.c
26
posix_spawn_file_actions_destroy
(posix_spawn_file_actions_t *file_actions)
function
spawn.in.h
748
# define
posix_spawn_file_actions_destroy
rpl_posix_spawn_file_actions_destroy
macro
750
_GL_FUNCDECL_RPL (
posix_spawn_file_actions_destroy
, int,
753
_GL_CXXALIAS_RPL (
posix_spawn_file_actions_destroy
, int,
757
_GL_FUNCDECL_SYS (
posix_spawn_file_actions_destroy
, int,
761
_GL_CXXALIAS_SYS (
posix_spawn_file_actions_destroy
, int,
764
_GL_CXXALIASWARN (
posix_spawn_file_actions_destroy
);
variable
766
# undef
posix_spawn_file_actions_destroy
macro
768
_GL_WARN_ON_USE (
posix_spawn_file_actions_destroy
,
769
"
posix_spawn_file_actions_destroy
is unportable - "
770
"use gnulib module
posix_spawn_file_actions_destroy
for portability")
[
all
...]
spawn-pipe.c
341
posix_spawn_file_actions_destroy
(&actions);
362
posix_spawn_file_actions_destroy
(&actions);
config.in.h
236
/* Define to 1 when the gnulib module
posix_spawn_file_actions_destroy
should
[
all
...]
gnulib.mk
[
all
...]
/external/bison/m4/
posix_spawn.m4
24
dnl AC_CHECK_FUNCS_ONCE([
posix_spawn_file_actions_destroy
])
189
posix_spawn_file_actions_destroy
(&actions);
202
posix_spawn_file_actions_destroy
(&actions);
312
posix_spawn_file_actions_destroy
(&actions);
317
posix_spawn_file_actions_destroy
(&actions);
spawn_h.m4
54
posix_spawn_file_actions_init
posix_spawn_file_actions_destroy
gnulib-comp.m4
152
# Code from module
posix_spawn_file_actions_destroy
:
554
gl_SPAWN_MODULE_INDICATOR([
posix_spawn_file_actions_destroy
])
[
all
...]
/external/bison/darwin-lib/
spawn.h
1076
_GL_CXXALIASWARN (
posix_spawn_file_actions_destroy
);
variable
1078
# undef
posix_spawn_file_actions_destroy
macro
[
all
...]
config.h
237
/* Define to 1 when the gnulib module
posix_spawn_file_actions_destroy
should
[
all
...]
/external/bison/linux-lib/
spawn.h
1076
_GL_CXXALIASWARN (
posix_spawn_file_actions_destroy
);
variable
1078
# undef
posix_spawn_file_actions_destroy
macro
[
all
...]
config.h
237
/* Define to 1 when the gnulib module
posix_spawn_file_actions_destroy
should
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
spawn.h
164
extern int
posix_spawn_file_actions_destroy
(posix_spawn_file_actions_t *
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
spawn.h
164
extern int
posix_spawn_file_actions_destroy
(posix_spawn_file_actions_t *
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
spawn.h
164
extern int
posix_spawn_file_actions_destroy
(posix_spawn_file_actions_t *
/external/llvm/lib/Support/Unix/
Program.inc
237
posix_spawn_file_actions_destroy
(FileActions);
/prebuilts/misc/linux-x86/bison/
bison
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so
libc.so.6
libc.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc-2.7.so
libc.so.6
/external/bison/
configure
[
all
...]
/prebuilts/clang/linux-x86/3.1/
clang
clang++
Completed in 170 milliseconds
1
2