Searched refs:cd (Results 1 – 2 of 2) sorted by relevance
/catgets/ |
A D | tst-catgets.c | 58 nl_catd cd = catopen ("libc", 0); in do_test() local 61 if (cd == (nl_catd) -1) in do_test() 73 trans = catgets (cd, 1, 1 + cnt, in do_test() 88 if (catclose (cd) != 0) in do_test()
|
A D | gencat.c | 148 static void normalize_line (const char *fname, size_t line, iconv_t cd, 1101 normalize_line (const char *fname, size_t line, iconv_t cd, wchar_t *string, in normalize_line() argument 1181 iconv (cd, NULL, NULL, NULL, NULL); in normalize_line() 1183 iconv (cd, &cbufptr, &cbufin, &wcbufptr, &wcbufin); in normalize_line()
|
Completed in 7 milliseconds