dhcpd-pools  3.0
ISC dhcpd lease usage analyser
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
string.h File Reference
#include <stddef.h>
Include dependency graph for string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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
 

Functions

 _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 (stpncpy, char *,(char *restrict __dst, char const *restrict __src, size_t __n))
 
 _GL_CXXALIASWARN (stpncpy)
 
 _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 (strerror, char *,(int))
 
 _GL_CXXALIASWARN (strerror)
 

Macro Definition Documentation

◆ _GL_ALREADY_INCLUDING_STRING_H

#define _GL_ALREADY_INCLUDING_STRING_H

◆ _GL_ARG_NONNULL

#define _GL_ARG_NONNULL (   params)

◆ _GL_ATTRIBUTE_PURE

#define _GL_ATTRIBUTE_PURE   /* empty */

◆ _GL_BEGIN_NAMESPACE

#define _GL_BEGIN_NAMESPACE

◆ _GL_CXXALIAS_RPL

#define _GL_CXXALIAS_RPL (   func,
  rettype,
  parameters 
)    _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)

◆ _GL_CXXALIAS_RPL_1

#define _GL_CXXALIAS_RPL_1 (   func,
  rpl_func,
  rettype,
  parameters 
)    _GL_EXTERN_C int _gl_cxxalias_dummy

◆ _GL_CXXALIAS_RPL_CAST_1

#define _GL_CXXALIAS_RPL_CAST_1 (   func,
  rpl_func,
  rettype,
  parameters 
)    _GL_EXTERN_C int _gl_cxxalias_dummy

◆ _GL_CXXALIAS_SYS

#define _GL_CXXALIAS_SYS (   func,
  rettype,
  parameters 
)    _GL_EXTERN_C int _gl_cxxalias_dummy

◆ _GL_CXXALIAS_SYS_CAST

#define _GL_CXXALIAS_SYS_CAST (   func,
  rettype,
  parameters 
)    _GL_EXTERN_C int _gl_cxxalias_dummy

◆ _GL_CXXALIAS_SYS_CAST2

#define _GL_CXXALIAS_SYS_CAST2 (   func,
  rettype,
  parameters,
  rettype2,
  parameters2 
)    _GL_EXTERN_C int _gl_cxxalias_dummy

◆ _GL_CXXALIASWARN

#define _GL_CXXALIASWARN (   func)    _GL_EXTERN_C int _gl_cxxalias_dummy

◆ _GL_CXXALIASWARN1

#define _GL_CXXALIASWARN1 (   func,
  rettype,
  parameters_and_attributes 
)    _GL_EXTERN_C int _gl_cxxalias_dummy

◆ _GL_CXXDEFS_H

#define _GL_CXXDEFS_H

◆ _GL_END_NAMESPACE

#define _GL_END_NAMESPACE

◆ _GL_EXTERN_C

#define _GL_EXTERN_C   extern

◆ _GL_FUNCDECL_RPL

#define _GL_FUNCDECL_RPL (   func,
  rettype,
  parameters_and_attributes 
)    _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)

◆ _GL_FUNCDECL_RPL_1

#define _GL_FUNCDECL_RPL_1 (   rpl_func,
  rettype,
  parameters_and_attributes 
)    _GL_EXTERN_C rettype rpl_func parameters_and_attributes

◆ _GL_FUNCDECL_SYS

#define _GL_FUNCDECL_SYS (   func,
  rettype,
  parameters_and_attributes 
)    _GL_EXTERN_C rettype func parameters_and_attributes

◆ _GL_STRING_H

#define _GL_STRING_H

◆ _GL_WARN_EXTERN_C

#define _GL_WARN_EXTERN_C   extern

◆ _GL_WARN_ON_USE

#define _GL_WARN_ON_USE (   function,
  message 
)    _GL_WARN_EXTERN_C int _gl_warn_on_use

◆ _GL_WARN_ON_USE_CXX

#define _GL_WARN_ON_USE_CXX (   function,
  rettype,
  parameters_and_attributes,
  msg 
)    _GL_WARN_EXTERN_C int _gl_warn_on_use

Function Documentation

◆ _GL_CXXALIAS_SYS() [1/3]

_GL_CXXALIAS_SYS ( stpncpy  ,
char *  ,
(char *restrict __dst, char const *restrict __src, size_t __n)   
)

◆ _GL_CXXALIAS_SYS() [2/3]

_GL_CXXALIAS_SYS ( strdup  ,
char *  ,
(char const *__s)   
)

◆ _GL_CXXALIAS_SYS() [3/3]

_GL_CXXALIAS_SYS ( strerror  ,
char *  ,
(int)   
)

◆ _GL_CXXALIAS_SYS_CAST2() [1/2]

_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() [2/2]

_GL_CXXALIAS_SYS_CAST2 ( strstr  ,
char *  ,
(const char *haystack, const char *needle)  ,
const char *  ,
(const char *haystack, const char *needle)   
)

◆ _GL_CXXALIASWARN() [1/5]

_GL_CXXALIASWARN ( memchr  )

◆ _GL_CXXALIASWARN() [2/5]

_GL_CXXALIASWARN ( stpncpy  )

◆ _GL_CXXALIASWARN() [3/5]

_GL_CXXALIASWARN ( strdup  )

◆ _GL_CXXALIASWARN() [4/5]

_GL_CXXALIASWARN ( strstr  )

◆ _GL_CXXALIASWARN() [5/5]

_GL_CXXALIASWARN ( strerror  )