Searched refs:svn_ctype_casecmp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ctype.h188 svn_ctype_casecmp(int a,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Doptions.c259 else if (!svn_ctype_casecmp(key[0], 'S')
260 && !svn_ctype_casecmp(key[1], 'V')
261 && !svn_ctype_casecmp(key[2], 'N'))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dctype.c332 svn_ctype_casecmp(int a, int b)
331 svn_ctype_casecmp(int a, int b) function
H A Dstring.c1059 const int cmp = svn_ctype_casecmp(a, b);

Completed in 191 milliseconds