Home
last modified time | relevance | path

Searched refs:found (Results 1 – 3 of 3) sorted by relevance

/intl/
A Dtst-gettext.c254 const char *found = gettext (msgs[cnt].msgid); in positive_gettext_test() local
256 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() local
282 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 …]
A Dlocale.alias18 # the X Window System, which normally can be found in
A Ddcigettext.c929 goto found; in _nl_find_msg()
960 goto found; in _nl_find_msg()
966 found: in _nl_find_msg()

Completed in 9 milliseconds