ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Libc Struct Reference

#include <libc.h>

Public Member Functions

void *void const char *char DCE_WITH_ALIAS (strdup) NATIVE_EXPLICIT(index
 NATIVE_EXPLICIT (memchr, void *(*)(void *, int, size_t)) NATIVE_EXPLICIT(memrchr
void *void NATIVE_EXPLICIT (strchr, char *(*)(char *, int)) NATIVE_EXPLICIT(strrchr
void *void const char *char
char *char 
NATIVE_EXPLICIT (rindex, char *(*)(char *, int)) NATIVE_EXPLICIT(strtok
void *void const char *char
char *char char *char 
NATIVE_EXPLICIT (strtok_r, char *(*)(char *, const char *, char **)) NATIVE(hstrerror) NATIVE(getrusage) char *(*strpbrk_fn)(const char *s

Public Attributes

void *void const char *char
char *char char *char const
char * 
accept
char *(* strstr_fn )(const char *a, const char *b)
int(* vsnprintf_fn )(char *str, size_t size, const char *format, va_list v)

Detailed Description

Definition at line 9 of file libc.h.

Member Function Documentation

void* void const char* char Libc::DCE_WITH_ALIAS ( strdup  )
Libc::NATIVE_EXPLICIT ( memchr  ,
void *  *)(void *, int, size_t 
)
void* void Libc::NATIVE_EXPLICIT ( strchr  ,
char *  *)(char *, int 
)
void* void const char* char char* char Libc::NATIVE_EXPLICIT ( rindex  ,
char *  *)(char *, int 
)
void* void const char* char char* char char* char Libc::NATIVE_EXPLICIT ( strtok_r  ,
char *  *)(char *, const char *, char ** 
) const

Member Data Documentation

void* void const char* char char* char char* char const char* Libc::accept

Definition at line 614 of file libc.h.

char*(* Libc::strstr_fn)(const char *a, const char *b)

Definition at line 615 of file libc.h.

Referenced by strstr().

int(* Libc::vsnprintf_fn)(char *str, size_t size, const char *format, va_list v)

Definition at line 616 of file libc.h.

Referenced by snprintf(), and vsnprintf().


The documentation for this struct was generated from the following files: