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

Lines Matching defs:_GL_FUNCDECL_RPL

118 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here.  */
147 _GL_FUNCDECL_RPL (foo, ...);
167 _GL_FUNCDECL_RPL (foo, ...);
189 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
193 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
196 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
491 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size));
509 _GL_FUNCDECL_RPL (canonicalize_file_name, char *, (const char *name)
603 _GL_FUNCDECL_RPL (malloc, void *, (size_t size));
623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
721 _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
787 _GL_FUNCDECL_RPL (ptsname, char *, (int fd));
813 _GL_FUNCDECL_RPL (ptsname_r, int, (int fd, char *buf, size_t len));
836 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
920 _GL_FUNCDECL_RPL (random_r, int, (struct random_data *buf, int32_t *result)
945 _GL_FUNCDECL_RPL (srandom_r, int,
974 _GL_FUNCDECL_RPL (initstate_r, int,
1007 _GL_FUNCDECL_RPL (setstate_r, int,
1038 _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size));
1056 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved)
1099 _GL_FUNCDECL_RPL (setenv, int,
1130 _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp)
1222 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1248 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc));