Home
last modified time | relevance | path

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

/localedata/
A Dtst-ctype.c69 char *inpline = NULL; in do_test() local
342 if (getline (&inpline, &inplinelen, stdin) <= 0 in do_test()
346 inp = (unsigned char *) strchr (inpline, '\n'); in do_test()
353 inp = (unsigned char *) inpline; in do_test()
360 printf ("line \"%s\" is without content\n", inpline); in do_test()
369 if (strcmp (inpline, classes[n].name) == 0) in do_test()
391 printf (" Locale-specific tests for `%s'\n", inpline); in do_test()
398 printf (" is%s('%c' = '\\x%02x') %s true\n", inpline, in do_test()
406 else if (strcmp (inpline, "tolower") == 0) in do_test()
420 else if (strcmp (inpline, "toupper") == 0) in do_test()
[all …]

Completed in 3 milliseconds