Searched refs:NJ_CHAR_DIFF (Results 1 – 2 of 2) sorted by relevance
73 return NJ_CHAR_DIFF(s1, s2); in nj_strcmp()80 return NJ_CHAR_DIFF(s1, (s2 - 1)); in nj_strncmp()109 return NJ_CHAR_DIFF(s1, s2); in nj_charncmp()
34 #define NJ_CHAR_DIFF(a, b) \ macro