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

Lines Matching refs:_GL_FUNCDECL_SYS

56        _GL_FUNCDECL_SYS (foo, ...);
97 _GL_FUNCDECL_SYS (foo, ...);
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
131 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
428 _GL_FUNCDECL_SYS (nanosleep, int,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
507 _GL_FUNCDECL_SYS (strptime, char *, (char const *restrict __buf,
529 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));