Searched refs:t1 (Results 1 – 2 of 2) sorted by relevance
/string/ |
A D | bug-strcoll2.c | 29 const char t1[] = "config"; 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() 57 const char t1[] = "AS"; 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 | 8 const char t1[] = "0-0-0-0-0-0-0-0-0-0.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