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) |
char* dce___strcpy_chk | ( | char *__restrict | __dest, |
const char *__restrict | __src, | ||
size_t | __destlen | ||
) |
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().
char* dce_strndup | ( | const char * | s, |
size_t | n | ||
) |
Definition at line 12 of file dce-string.cc.
References dce_malloc().
char* dce_strpbrk | ( | const char * | s, |
const char * | a | ||
) |
Definition at line 30 of file dce-string.cc.
References strpbrk().
char* dce_strstr | ( | const char * | u, |
const char * | d | ||
) |
Definition at line 35 of file dce-string.cc.
References strstr().