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

Lines Matching refs:_GL_CXXALIAS_SYS

132        _GL_CXXALIAS_SYS (foo, ...);
150 _GL_CXXALIAS_SYS (foo, ...);
173 _GL_CXXALIAS_SYS (foo, ...);
249 /* _GL_CXXALIAS_SYS (func, rettype, parameters);
254 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
263 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
270 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
275 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
293 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
456 _GL_CXXALIAS_SYS (_Exit, void, (int status));
475 _GL_CXXALIAS_SYS (atoll, long long, (const char *string));
494 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size));
517 _GL_CXXALIAS_SYS (canonicalize_file_name, char *, (const char *name));
538 _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem));
565 _GL_CXXALIAS_SYS (getsubopt, int,
582 _GL_CXXALIAS_SYS (grantpt, int, (int fd));
606 _GL_CXXALIAS_SYS (malloc, void *, (size_t size));
626 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
640 _GL_CXXALIAS_SYS (mkdtemp, char *, (char * /*template*/));
667 _GL_CXXALIAS_SYS (mkostemp, int, (char * /*template*/, int /*flags*/));
696 _GL_CXXALIAS_SYS (mkostemps, int,
727 _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/));
753 _GL_CXXALIAS_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/));
769 _GL_CXXALIAS_SYS (posix_openpt, int, (int flags));
793 _GL_CXXALIAS_SYS (ptsname, char *, (int fd));
819 _GL_CXXALIAS_SYS (ptsname_r, int, (int fd, char *buf, size_t len));
839 _GL_CXXALIAS_SYS (putenv, int, (char *string));
858 _GL_CXXALIAS_SYS (random, long, (void));
872 _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed));
888 _GL_CXXALIAS_SYS (initstate, char *,
903 _GL_CXXALIAS_SYS (setstate, char *, (char *arg_state));
928 _GL_CXXALIAS_SYS (random_r, int, (struct random_data *buf, int32_t *result));
956 _GL_CXXALIAS_SYS (srandom_r, int,
988 _GL_CXXALIAS_SYS (initstate_r, int,
1018 _GL_CXXALIAS_SYS (setstate_r, int,
1041 _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size));
1064 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved));
1081 _GL_CXXALIAS_SYS (rpmatch, int, (const char *response));
1110 _GL_CXXALIAS_SYS (setenv, int,
1138 _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp));
1163 _GL_CXXALIAS_SYS (strtoll, long long,
1188 _GL_CXXALIAS_SYS (strtoull, unsigned long long,
1205 _GL_CXXALIAS_SYS (unlockpt, int, (int fd));
1228 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name));
1251 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc));