FreeSWITCH API Documentation
1.7.0
|
String manipulation functions. More...
#include <SimpleGlob.h>
Static Public Member Functions | |
static const char * | strchr (const char *s, char c) |
static const wchar_t * | strchr (const wchar_t *s, wchar_t c) |
static const char * | strrchr (const char *s, char c) |
static const wchar_t * | strrchr (const wchar_t *s, wchar_t c) |
static size_t | strlen (const char *s) |
static size_t | strlen (const wchar_t *s) |
static void | strcpy_s (char *dst, size_t n, const char *src) |
static void | strcpy_s (wchar_t *dst, size_t n, const wchar_t *src) |
static int | strcmp (const char *s1, const char *s2) |
static int | strcmp (const wchar_t *s1, const wchar_t *s2) |
static int | strcasecmp (const char *s1, const char *s2) |
String manipulation functions.
Definition at line 199 of file SimpleGlob.h.
|
inlinestatic |
Definition at line 242 of file SimpleGlob.h.
References sg_strcasecmp, and SOCHAR_T.
Referenced by CSimpleGlobTempl< SOCHAR >::fileSortCompare().
|
inlinestatic |
Definition at line 201 of file SimpleGlob.h.
References sg_strchr, and SOCHAR_T.
Referenced by CSimpleGlobTempl< SOCHAR >::Add().
|
inlinestatic |
Definition at line 203 of file SimpleGlob.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 238 of file SimpleGlob.h.
|
inlinestatic |
Definition at line 222 of file SimpleGlob.h.
References sg_strcpy_s, and SOCHAR_T.
Referenced by CSimpleGlobTempl< SOCHAR >::Add(), and CSimpleGlobTempl< SOCHAR >::AppendName().
|
inlinestatic |
Definition at line 226 of file SimpleGlob.h.
|
inlinestatic |
Definition at line 215 of file SimpleGlob.h.
Referenced by CSimpleGlobTempl< SOCHAR >::AppendName().
|
inlinestatic |
Definition at line 218 of file SimpleGlob.h.
|
inlinestatic |
Definition at line 207 of file SimpleGlob.h.
References sg_strrchr, and SOCHAR_T.
Referenced by CSimpleGlobTempl< SOCHAR >::Add().
|
inlinestatic |
Definition at line 210 of file SimpleGlob.h.