Asterisk - The Open Source Telephony Project
18.5.0
|
#include <alloca.h>
#include <strings.h>
#include <string.h>
#include <pthread.h>
#include <sys/stat.h>
#include <signal.h>
#include <netinet/in.h>
Go to the source code of this file.
Macros | |
#define | __BEGIN_DECLS |
#define | __BIG_ENDIAN BIG_ENDIAN |
#define | __BIT_TYPES_DEFINED__ |
#define | __BYTE_ORDER BYTE_ORDER |
#define | __END_DECLS |
#define | __LITTLE_ENDIAN LITTLE_ENDIAN |
#define | __P(p) p |
#define | BIG_ENDIAN 4321 |
#define | BYTE_ORDER LITTLE_ENDIAN |
#define | LITTLE_ENDIAN 1234 |
Typedefs | |
typedef unsigned short | u_int16_t |
typedef unsigned int | u_int32_t |
typedef unsigned char | u_int8_t |
Functions | |
int | setenv (const char *name, const char *value, int overwrite) |
char * | strsep (char **str, const char *delims) |
int | unsetenv (const char *name) |
#define __BEGIN_DECLS |
Definition at line 4 of file include/solaris-compat/compat.h.
#define __BIG_ENDIAN BIG_ENDIAN |
Definition at line 32 of file include/solaris-compat/compat.h.
#define __BIT_TYPES_DEFINED__ |
Definition at line 37 of file include/solaris-compat/compat.h.
#define __BYTE_ORDER BYTE_ORDER |
Definition at line 33 of file include/solaris-compat/compat.h.
Referenced by ogg_vorbis_read().
#define __END_DECLS |
Definition at line 5 of file include/solaris-compat/compat.h.
#define __LITTLE_ENDIAN LITTLE_ENDIAN |
Definition at line 31 of file include/solaris-compat/compat.h.
#define __P | ( | p | ) | p |
Definition at line 8 of file include/solaris-compat/compat.h.
#define BIG_ENDIAN 4321 |
Definition at line 21 of file include/solaris-compat/compat.h.
Referenced by __bt_open(), byteorder(), and init_hash().
#define BYTE_ORDER LITTLE_ENDIAN |
Definition at line 26 of file include/solaris-compat/compat.h.
Referenced by __get_page(), __put_page(), and init_hash().
#define LITTLE_ENDIAN 1234 |
Definition at line 20 of file include/solaris-compat/compat.h.
Referenced by __bt_open(), byteorder(), and init_hash().
typedef unsigned short u_int16_t |
Definition at line 39 of file include/solaris-compat/compat.h.
typedef unsigned int u_int32_t |
Definition at line 40 of file include/solaris-compat/compat.h.
typedef unsigned char u_int8_t |
Definition at line 38 of file include/solaris-compat/compat.h.
int setenv | ( | const char * | name, |
const char * | value, | ||
int | overwrite | ||
) |
char* strsep | ( | char ** | str, |
const char * | delims | ||
) |
int unsetenv | ( | const char * | name | ) |