Searched refs:found (Results 1 – 3 of 3) sorted by relevance
254 const char *found = gettext (msgs[cnt].msgid); in positive_gettext_test() local256 if (found == NULL in positive_gettext_test()258 && strcmp (found, msgs[cnt].msgstr) != 0)) in positive_gettext_test()263 msgs[cnt].msgid, found, msgs[cnt].msgstr); in positive_gettext_test()280 const char *found = gettext (msgs[cnt].msgid); in negative_gettext_test() local282 if (found != msgs[cnt].msgid) in negative_gettext_test()304 if (found == NULL in positive_dgettext_test()306 && strcmp (found, msgs[cnt].msgstr) != 0)) in positive_dgettext_test()330 if (found == NULL in positive_dcgettext_test()332 && strcmp (found, msgs[cnt].msgstr) != 0)) in positive_dcgettext_test()[all …]
18 # the X Window System, which normally can be found in
929 goto found; in _nl_find_msg()960 goto found; in _nl_find_msg()966 found: in _nl_find_msg()
Completed in 9 milliseconds