Searched refs:__res (Results 1 – 2 of 2) sorted by relevance
17 signed char __res; in strcmp() local20 if ((__res = *cs - *ct++) != 0 || !*cs++) in strcmp()24 return __res; in strcmp()
17 signed char __res = 0; in strncmp() local20 if ((__res = *cs - *ct++) != 0 || !*cs++) in strncmp()25 return __res; in strncmp()
Completed in 3 milliseconds