Home
last modified time | relevance | path

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

/glibc-2.36/iconv/
Dgconv_charset.c167 struct gconv_parsed_code pfc, ptc; in __gconv_create_spec() local
170 pfc.code = __strdup (fromcode); in __gconv_create_spec()
173 if ((pfc.code == NULL) in __gconv_create_spec()
177 gconv_parse_code (&pfc); in __gconv_create_spec()
208 strip (conv_spec->fromcode, pfc.code); in __gconv_create_spec()
213 free (pfc.code); in __gconv_create_spec()