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

Lines Matching defs:_GL_CXXALIAS_SYS

69        _GL_CXXALIAS_SYS (foo, ...);
87 _GL_CXXALIAS_SYS (foo, ...);
110 _GL_CXXALIAS_SYS (foo, ...);
186 /* _GL_CXXALIAS_SYS (func, rettype, parameters);
191 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
200 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
207 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
212 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
230 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
378 _GL_CXXALIAS_SYS (ffsl, int, (long int i));
393 _GL_CXXALIAS_SYS (ffsll, int, (long long int i));
463 _GL_CXXALIAS_SYS (memmem, void *,
486 _GL_CXXALIAS_SYS (mempcpy, void *,
563 _GL_CXXALIAS_SYS (stpcpy, char *,
596 _GL_CXXALIAS_SYS (stpncpy, char *,
675 _GL_CXXALIAS_SYS (strdup, char *, (char const *__s));
697 _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n));
723 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n));
753 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen));
857 _GL_CXXALIAS_SYS (strsep, char *,
1007 _GL_CXXALIAS_SYS (strtok_r, char *,
1047 _GL_CXXALIAS_SYS (mbslen, size_t, (const char *string));
1077 _GL_CXXALIAS_SYS (mbschr, char *, (const char *string, int c));
1099 _GL_CXXALIAS_SYS (mbsrchr, char *, (const char *string, int c));
1194 _GL_CXXALIAS_SYS (mbspbrk, char *, (const char *string, const char *accept));
1260 _GL_CXXALIAS_SYS (strerror, char *, (int));
1286 _GL_CXXALIAS_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen));
1329 _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *));