#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#define _POSIX_C_SOURCE 200809L |
void* teo_calloc |
( |
size_t |
size | ) |
|
void* teo_malloc |
( |
size_t |
size | ) |
|
References malloc().
Referenced by ksnCommandInit(), ksnCoreInit(), ksnet_stringArrAdd(), ksnetArpInit(), ksnetArpShowData(), ksnMultiInit(), ksnReconnectInit(), ksnSplitInit(), monitor_timer_init(), peer_timer_init(), ping_timer_init(), stdin_cb(), teo_calloc(), teoArpGetExtendedArpTable(), and tr_udp_timer_init().
void* teo_realloc |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| |
char* teo_strdup |
( |
const char * |
str | ) |
|
char* teo_strndup |
( |
char * |
str, |
|
|
size_t |
len |
|
) |
| |