|
| #define | _GL_ALREADY_INCLUDING_STRING_H |
| |
| #define | _GL_STRING_H |
| |
| #define | _GL_ATTRIBUTE_PURE /* empty */ |
| |
| #define | _GL_CXXDEFS_H |
| |
| #define | _GL_BEGIN_NAMESPACE |
| |
| #define | _GL_END_NAMESPACE |
| |
| #define | _GL_EXTERN_C extern |
| |
| #define | _GL_FUNCDECL_RPL(func, rettype, parameters_and_attributes) _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) |
| |
| #define | _GL_FUNCDECL_RPL_1(rpl_func, rettype, parameters_and_attributes) _GL_EXTERN_C rettype rpl_func parameters_and_attributes |
| |
| #define | _GL_FUNCDECL_SYS(func, rettype, parameters_and_attributes) _GL_EXTERN_C rettype func parameters_and_attributes |
| |
| #define | _GL_CXXALIAS_RPL(func, rettype, parameters) _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) |
| |
| #define | _GL_CXXALIAS_RPL_1(func, rpl_func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| |
| #define | _GL_CXXALIAS_RPL_CAST_1(func, rpl_func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| |
| #define | _GL_CXXALIAS_SYS(func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| |
| #define | _GL_CXXALIAS_SYS_CAST(func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| |
| #define | _GL_CXXALIAS_SYS_CAST2(func, rettype, parameters, rettype2, parameters2) _GL_EXTERN_C int _gl_cxxalias_dummy |
| |
| #define | _GL_CXXALIASWARN(func) _GL_EXTERN_C int _gl_cxxalias_dummy |
| |
| #define | _GL_CXXALIASWARN1(func, rettype, parameters_and_attributes) _GL_EXTERN_C int _gl_cxxalias_dummy |
| |
| #define | _GL_ARG_NONNULL(params) |
| |
| #define | _GL_WARN_ON_USE(function, message) _GL_WARN_EXTERN_C int _gl_warn_on_use |
| |
| #define | _GL_WARN_ON_USE_CXX(function, rettype, parameters_and_attributes, msg) _GL_WARN_EXTERN_C int _gl_warn_on_use |
| |
| #define | _GL_WARN_EXTERN_C extern |
| |
|
| | _GL_CXXALIAS_SYS_CAST2 (memchr, void *,(void const *__s, int __c, size_t __n), void const *,(void const *__s, int __c, size_t __n)) |
| |
| | _GL_CXXALIASWARN (memchr) |
| |
| | _GL_CXXALIAS_SYS (memmem, void *,(void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len)) |
| |
| | _GL_CXXALIASWARN (memmem) |
| |
| | _GL_CXXALIAS_SYS (mempcpy, void *,(void *restrict __dest, void const *restrict __src, size_t __n)) |
| |
| | _GL_CXXALIASWARN (mempcpy) |
| |
| | _GL_CXXALIAS_SYS_CAST2 (memrchr, void *,(void const *, int, size_t), void const *,(void const *, int, size_t)) |
| |
| | _GL_CXXALIASWARN (memrchr) |
| |
| | _GL_CXXALIAS_SYS_CAST2 (rawmemchr, void *,(void const *__s, int __c_in), void const *,(void const *__s, int __c_in)) |
| |
| | _GL_CXXALIASWARN (rawmemchr) |
| |
| | _GL_CXXALIAS_SYS_CAST2 (strchrnul, char *,(char const *__s, int __c_in), char const *,(char const *__s, int __c_in)) |
| |
| | _GL_CXXALIASWARN (strchrnul) |
| |
| | _GL_CXXALIAS_SYS (strdup, char *,(char const *__s)) |
| |
| | _GL_CXXALIASWARN (strdup) |
| |
| | _GL_CXXALIAS_SYS_CAST2 (strstr, char *,(const char *haystack, const char *needle), const char *,(const char *haystack, const char *needle)) |
| |
| | _GL_CXXALIASWARN (strstr) |
| |
| | _GL_CXXALIAS_SYS (strtok_r, char *,(char *restrict s, char const *restrict delim, char **restrict save_ptr)) |
| |
| | _GL_CXXALIASWARN (strtok_r) |
| |
| | _GL_CXXALIAS_SYS (strerror, char *,(int)) |
| |
| | _GL_CXXALIASWARN (strerror) |
| |