ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-string.cc File Reference
#include "dce-string.h"
#include "dce-stdlib.h"
#include <string.h>
+ Include dependency graph for dce-string.cc:

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 *a)
char * dce_strstr (const char *u, const char *d)

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 *  a 
)

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

References strpbrk().

+ Here is the call graph for this function:

char* dce_strstr ( const char *  u,
const char *  d 
)

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

References strstr().

+ Here is the call graph for this function: