ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-string.h File Reference
#include <string.h>
+ Include dependency graph for dce-string.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * dce___strcpy_chk (char *__restrict __dest, const char *__restrict __src, size_t __destlen)
char * dce_strdup (const char *s)
char * dce_strndup (const char *s, size_t n)
char * dce_strpbrk (const char *s, const char *accept)
char * dce_strstr (const char *h, const char *n)

Function Documentation

char* dce___strcpy_chk ( char *__restrict  __dest,
const char *__restrict  __src,
size_t  __destlen 
)
Todo:
Do actual checking

Definition at line 22 of file dce-string.cc.

char* dce_strdup ( const char *  s)

Definition at line 5 of file dce-string.cc.

References dce_malloc().

Referenced by dce_getaddrinfo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

char* dce_strndup ( const char *  s,
size_t  n 
)

Definition at line 12 of file dce-string.cc.

References dce_malloc().

+ Here is the call graph for this function:

char* dce_strpbrk ( const char *  s,
const char *  accept 
)

Definition at line 30 of file dce-string.cc.

References strpbrk().

+ Here is the call graph for this function:

char* dce_strstr ( const char *  h,
const char *  n 
)

Definition at line 35 of file dce-string.cc.

References strstr().

+ Here is the call graph for this function: