Lines Matching defs:from
254 static int iconv_symlink(const char *from, const char *to)
259 int err = iconv_convpath(ic, from, &newfrom, 0);
271 static int iconv_rename(const char *from, const char *to, unsigned int flags)
276 int err = iconv_convpath(ic, from, &newfrom, 0);
288 static int iconv_link(const char *from, const char *to)
293 int err = iconv_convpath(ic, from, &newfrom, 0);
677 const char *from;
694 from = ic->from_code ? ic->from_code : "UTF-8";
699 ic->tofs = iconv_open(from, to);
701 fuse_log(FUSE_LOG_ERR, "fuse-iconv: cannot convert from %s to %s\n",
702 to, from);
705 ic->fromfs = iconv_open(to, from);
707 fuse_log(FUSE_LOG_ERR, "fuse-iconv: cannot convert from %s to %s\n",
708 from, to);