Home
last modified time | relevance | path

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

/iconvdata/
A Dtst-loading.c33 const char *name; member
38 #define MODULE(Name) { .name = #Name, .state = unloaded }
140 modules[idx].cd = iconv_open ("UTF-8", modules[idx].name); in do_test()
144 printf ("opening of %s failed: %m\n", modules[idx].name); in do_test()
155 printf ("conversion with %s failed\n", modules[idx].name); in do_test()
164 printf ("closing of %s failed: %m\n", modules[idx].name); in do_test()
176 printf ("closing of %s failed: %m\n", modules[count].name); in do_test()
A Dtst-iconv-big5-hkscs-to-2ucs4.c42 const char *name; member
146 printf ("Running test for %s\n", tests[i].name); in do_test()
149 printf ("Test %s failed.\n", tests[i].name); in do_test()
A Dgconv-modules22 # fromset: either a name triple or a regular expression triple.
23 # toset: a name triple or an expression with \N to get regular
31 # alias: alias name which is not really recognized.
32 # name: the real name of the character set
A Diso646.c135 for (const char *name = names; *name != '\0'; in gconv_init() local
136 name = __rawmemchr (name, '\0') + 1) in gconv_init()
138 if (__strcasecmp (step->__from_name, name) == 0) in gconv_init()
143 else if (__strcasecmp (step->__to_name, name) == 0) in gconv_init()
A DTESTS21 # 1. input file name.
22 # 2. output file name; this is different from the input file name only for

Completed in 6 milliseconds