#include <stddef.h>
Go to the source code of this file.
|
#define | _GL_STRING_H |
|
#define | _GL_ATTRIBUTE_PURE /* empty */ |
|
#define | _GL_CXXDEFS_H |
|
#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_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) |
|
#define _GL_ARG_NONNULL |
( |
|
params | ) |
|
#define _GL_ATTRIBUTE_PURE /* empty */ |
#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_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_WARN_EXTERN_C extern |
#define _GL_WARN_ON_USE_CXX |
( |
|
function, |
|
|
|
rettype, |
|
|
|
parameters_and_attributes, |
|
|
|
msg |
|
) |
| _GL_WARN_EXTERN_C int _gl_warn_on_use |
_GL_CXXALIAS_SYS |
( |
memmem |
, |
|
|
void * |
, |
|
|
(void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len) |
|
|
) |
| |
_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_CXXALIAS_SYS_CAST2 |
( |
strstr |
, |
|
|
char * |
, |
|
|
(const char *haystack, const char *needle) |
, |
|
|
const char * |
, |
|
|
(const char *haystack, const char *needle) |
|
|
) |
| |
_GL_CXXALIASWARN |
( |
memchr |
| ) |
|
_GL_CXXALIASWARN |
( |
memmem |
| ) |
|
_GL_CXXALIASWARN |
( |
strstr |
| ) |
|
_GL_CXXALIASWARN |
( |
strtok_r |
| ) |
|