Searched refs:s1 (Results 1 – 2 of 2) sorted by relevance
283 const struct known_translation_t *s1; in transcmp() local287 s1 = (const struct known_translation_t *) p1; in transcmp()290 result = strcmp (s1->domain != NULL ? s1->msgid.appended : s1->msgid.ptr, in transcmp()294 result = strcmp (s1->domainname, s2->domainname); in transcmp()298 result = strcmp (s1->localename, s2->localename); in transcmp()303 result = strcmp (s1->encoding, s2->encoding); in transcmp()309 result = s1->category - s2->category; in transcmp()
75 # define strcasecmp(s1, s2) __strcasecmp_l (s1, s2, _nl_C_locobj_ptr) argument
Completed in 7 milliseconds