Searched refs:fromfs (Results 1 - 1 of 1) sorted by relevance
/third_party/libfuse/lib/modules/ |
H A D | iconv.c | 28 iconv_t fromfs; member 43 int fromfs) in iconv_convpath() 68 res = iconv(fromfs ? ic->fromfs : ic->tofs, (char **) &path, in iconv_convpath() 97 iconv(fromfs ? ic->fromfs : ic->tofs, NULL, NULL, NULL, NULL); in iconv_convpath() 586 iconv_close(ic->fromfs); in iconv_destroy() 705 ic->fromfs = iconv_open(to, from); in iconv_new() 724 iconv_close(ic->fromfs); in iconv_new() 42 iconv_convpath(struct iconv *ic, const char *path, char **newpathp, int fromfs) iconv_convpath() argument
|
Completed in 2 milliseconds