Searched refs:s (Results 1 – 5 of 5) sorted by relevance
/intl/ |
A D | tst-gettext4.c | 63 char *s; in thread1_execution() local 70 s = gettext ("beauty"); in thread1_execution() 71 puts (s); in thread1_execution() 80 s = gettext ("beauty"); in thread1_execution() 81 puts (s); in thread1_execution() 95 char *s; in thread2_execution() local 102 s = gettext ("beauty"); in thread2_execution() 103 puts (s); in thread2_execution() 104 if (strcmp (s, "beaut\351")) in thread2_execution() 112 s = gettext ("beauty"); in thread2_execution() [all …]
|
A D | tst-gettext5.c | 64 char *s; in thread1_execution() local 73 s = gettext ("cheese"); in thread1_execution() 74 puts (s); in thread1_execution() 75 if (strcmp (s, "K\344se")) in thread1_execution() 83 s = gettext ("cheese"); in thread1_execution() 84 puts (s); in thread1_execution() 98 char *s; in thread2_execution() local 107 s = gettext ("cheese"); in thread2_execution() 108 puts (s); in thread2_execution() 117 s = gettext ("cheese"); in thread2_execution() [all …]
|
A D | tst-gettext3.c | 29 char *s; in do_test() local 40 s = gettext ("cheese"); in do_test() 41 if (strcmp (s, "K\344se")) in do_test() 43 printf ("call 1 returned: %s\n", s); in do_test() 50 s = gettext ("cheese"); in do_test() 51 if (strcmp (s, "K\303\244se")) in do_test() 53 printf ("call 2 returned: %s\n", s); in do_test()
|
A D | tst-translit.c | 30 const char *s; in do_test() local 39 s = gettext (in); \ in do_test() 40 puts (s); \ in do_test() 41 result |= strcmp (s, exp) != 0; in do_test()
|
A D | localealias.c | 111 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) argument 115 # define feof(s) feof_unlocked (s) argument
|
Completed in 12 milliseconds