fx2txt
path, *errmsg == '\0' ? fx2txt(status) : errmsg);
newpath, fx2txt(status));
newpath, fx2txt(status));
newpath, fx2txt(status));
newpath, fx2txt(status));
error("remote fsync: %s", fx2txt(status));
error("Couldn't readlink: %s", fx2txt(status));
error("remote lsetstat \"%s\": %s", path, fx2txt(status));
error("read remote \"%s\" : %s", remote_path, fx2txt(status));
error("write remote \"%s\": %s", remote_path, fx2txt(status));
error("read origin \"%s\": %s", from_path, fx2txt(status));
error("write dest \"%s\": %s", to_path, fx2txt(write_error));
*errmsg == '\0' ? fx2txt(status) : errmsg);
error("%s: %s", errmsg, fx2txt(status));
debug("stat remote: %s", fx2txt(status));
error("stat remote: %s", fx2txt(status));
debug("remote statvfs: %s", fx2txt(status));
error("remote statvfs: %s", fx2txt(status));
error("close remote: %s", fx2txt(status));
error("Couldn't read directory: %s", fx2txt(rstatus));
error("remote delete %s: %s", path, fx2txt(status));
error("remote mkdir \"%s\": %s", path, fx2txt(status));
error("remote rmdir \"%s\": %s", path, fx2txt(status));
error("remote setstat \"%s\": %s", path, fx2txt(status));
error("remote fsetstat: %s", fx2txt(status));
const char *fx2txt(int);