Home | History | Annotate | Download | only in linux-lib

Lines Matching refs:_GL_FUNCDECL_SYS

87        _GL_FUNCDECL_SYS (foo, ...);
128 _GL_FUNCDECL_SYS (foo, ...);
158 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
162 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
165 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
506 _GL_FUNCDECL_SYS (posix_spawn, int,
554 _GL_FUNCDECL_SYS (posix_spawnp, int,
588 _GL_FUNCDECL_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
613 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
644 _GL_FUNCDECL_SYS (posix_spawnattr_getsigdefault, int,
678 _GL_FUNCDECL_SYS (posix_spawnattr_setsigdefault, int,
712 _GL_FUNCDECL_SYS (posix_spawnattr_getsigmask, int,
746 _GL_FUNCDECL_SYS (posix_spawnattr_setsigmask, int,
780 _GL_FUNCDECL_SYS (posix_spawnattr_getflags, int,
812 _GL_FUNCDECL_SYS (posix_spawnattr_setflags, int,
844 _GL_FUNCDECL_SYS (posix_spawnattr_getpgroup, int,
876 _GL_FUNCDECL_SYS (posix_spawnattr_setpgroup, int,
908 _GL_FUNCDECL_SYS (posix_spawnattr_getschedpolicy, int,
940 _GL_FUNCDECL_SYS (posix_spawnattr_setschedpolicy, int,
972 _GL_FUNCDECL_SYS (posix_spawnattr_getschedparam, int,
1006 _GL_FUNCDECL_SYS (posix_spawnattr_setschedparam, int,
1039 _GL_FUNCDECL_SYS (posix_spawn_file_actions_init, int,
1069 _GL_FUNCDECL_SYS (posix_spawn_file_actions_destroy, int,
1104 _GL_FUNCDECL_SYS (posix_spawn_file_actions_addopen, int,
1139 _GL_FUNCDECL_SYS (posix_spawn_file_actions_addclose, int,
1172 _GL_FUNCDECL_SYS (posix_spawn_file_actions_adddup2, int,