Go to the documentation of this file.
18su_inline int str0cmp(
char const *a,
char const *b)
20 return su_strcmp(a, b);
23su_inline int str0ncmp(
char const *a,
char const *b,
size_t n)
25 return su_strncmp(a, b, n);
28su_inline int str0casecmp(
char const *a,
char const *b)
33su_inline int str0ncasecmp(
char const *a,
char const *b,
size_t n)
38su_inline size_t strnspn(
char const *s,
size_t ssize,
char const *term)
43su_inline size_t strncspn(
char const *s,
size_t ssize,
char const *term)
String functions for Sofia-SIP.
int su_strncasecmp(char const *s1, char const *s2, size_t n)
ASCII-case-insensitive comparison.
Definition su_string.c:142
size_t su_strncspn(char const *s, size_t ssize, char const *reject)
Search a string for a set of characters.
Definition su_string.c:393
int su_strcasecmp(char const *s1, char const *s2)
ASCII-case-insensitive comparison.
Definition su_string.c:101
size_t su_strnspn(char const *s, size_t size, char const *term)
Search a string for a set of characters.
Definition su_string.c:335
Sofia-SIP 1.13.17 -
Copyright (C) 2006 Nokia Corporation. All rights reserved.
Licensed under the terms of the GNU Lesser General Public License.