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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrcasecmp.c52 u_char s1ch, s2ch; local
56 s2ch = *s2++;
59 if (s2ch >= 'A' && s2ch <= 'Z') /* tolower() */
60 s2ch += 32;
61 if (s1ch != s2ch)
62 return (s1ch - s2ch);
82 u_char s1ch, s2ch; local
86 s2ch = *s2++;
89 if (s2ch >
[all...]

Completed in 72 milliseconds