Compatibility functions for strsep and strtoq missing on Solaris. More...
#include "asterisk.h"
#include <ctype.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <dirent.h>
#include <unistd.h>
#include <fcntl.h>
#include "asterisk/utils.h"
Go to the source code of this file.
Functions | |
void | closefrom (int n) |
uint64_t | htonll (uint64_t host64) |
uint64_t | ntohll (uint64_t net64) |
Compatibility functions for strsep and strtoq missing on Solaris.
.. and lots of other functions too.
Definition in file strcompat.c.
void closefrom | ( | int | n | ) |
Definition at line 426 of file strcompat.c.
References errno.
Referenced by ast_close_fds_above_n().
uint64_t htonll | ( | uint64_t | host64 | ) |
uint64_t ntohll | ( | uint64_t | net64 | ) |
Definition at line 361 of file strcompat.c.
Referenced by dump_versioned_codec(), and iax_parse_ies().