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

Lines Matching refs:_GL_FUNCDECL_RPL

44 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here.  */
73 _GL_FUNCDECL_RPL (foo, ...);
93 _GL_FUNCDECL_RPL (foo, ...);
115 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
119 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
421 _GL_FUNCDECL_RPL (nanosleep, int,
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));