Searched refs:t2 (Results 1 – 2 of 2) sorted by relevance
/string/ |
A D | bug-strcoll2.c | 30 const char t2[] = "choose"; in test_cs_CZ() local 38 int a = strcoll (t1, t2); in test_cs_CZ() 39 int b = strcoll (t2, t1); in test_cs_CZ() 40 printf ("strcoll (\"%s\", \"%s\") = %d\n", t1, t2, a); in test_cs_CZ() 41 printf ("strcoll (\"%s\", \"%s\") = %d\n", t2, t1, b); in test_cs_CZ() 58 const char t2[] = "AA"; in test_da_DK() local 66 int a = strcoll (t1, t2); in test_da_DK() 67 int b = strcoll (t2, t1); in test_da_DK() 68 printf ("strcoll (\"%s\", \"%s\") = %d\n", t1, t2, a); in test_da_DK() 69 printf ("strcoll (\"%s\", \"%s\") = %d\n", t2, t1, b); in test_da_DK()
|
A D | bug-strcoll1.c | 9 const char t2[] = "00000-00000.COM"; in main() local 15 res1 = strcoll (t1, t2); in main() 16 printf ("strcoll (\"%s\", \"%s\") = %d\n", t1, t2, res1); in main() 17 res2 = strcoll (t2, t1); in main() 18 printf ("strcoll (\"%s\", \"%s\") = %d\n", t2, t1, res2); in main()
|
Completed in 5 milliseconds