Searched refs:s1ch (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
55 s1ch = *s1++;
57 if (s1ch >= 'A' && s1ch <= 'Z') /* tolower() */
58 s1ch += 32;
61 if (s1ch != s2ch)
62 return (s1ch - s2ch);
63 if (s1ch == '\0')
82 u_char s1ch, s2ch; local
85 s1ch
[all...]

Completed in 12 milliseconds