Symbol: fx2txt
crypto/openssh/sftp-client.c
1038
path, *errmsg == '\0' ? fx2txt(status) : errmsg);
crypto/openssh/sftp-client.c
1190
newpath, fx2txt(status));
crypto/openssh/sftp-client.c
1242
newpath, fx2txt(status));
crypto/openssh/sftp-client.c
1280
newpath, fx2txt(status));
crypto/openssh/sftp-client.c
1316
newpath, fx2txt(status));
crypto/openssh/sftp-client.c
1348
error("remote fsync: %s", fx2txt(status));
crypto/openssh/sftp-client.c
1385
error("Couldn't readlink: %s", fx2txt(status));
crypto/openssh/sftp-client.c
1501
error("remote lsetstat \"%s\": %s", path, fx2txt(status));
crypto/openssh/sftp-client.c
1833
error("read remote \"%s\" : %s", remote_path, fx2txt(status));
crypto/openssh/sftp-client.c
2210
error("write remote \"%s\": %s", remote_path, fx2txt(status));
crypto/openssh/sftp-client.c
2669
error("read origin \"%s\": %s", from_path, fx2txt(status));
crypto/openssh/sftp-client.c
2675
error("write dest \"%s\": %s", to_path, fx2txt(write_error));
crypto/openssh/sftp-client.c
2902
*errmsg == '\0' ? fx2txt(status) : errmsg);
crypto/openssh/sftp-client.c
319
error("%s: %s", errmsg, fx2txt(status));
crypto/openssh/sftp-client.c
360
debug("stat remote: %s", fx2txt(status));
crypto/openssh/sftp-client.c
362
error("stat remote: %s", fx2txt(status));
crypto/openssh/sftp-client.c
411
debug("remote statvfs: %s", fx2txt(status));
crypto/openssh/sftp-client.c
413
error("remote statvfs: %s", fx2txt(status));
crypto/openssh/sftp-client.c
679
error("close remote: %s", fx2txt(status));
crypto/openssh/sftp-client.c
757
error("Couldn't read directory: %s", fx2txt(rstatus));
crypto/openssh/sftp-client.c
861
error("remote delete %s: %s", path, fx2txt(status));
crypto/openssh/sftp-client.c
878
error("remote mkdir \"%s\": %s", path, fx2txt(status));
crypto/openssh/sftp-client.c
896
error("remote rmdir \"%s\": %s", path, fx2txt(status));
crypto/openssh/sftp-client.c
965
error("remote setstat \"%s\": %s", path, fx2txt(status));
crypto/openssh/sftp-client.c
984
error("remote fsetstat: %s", fx2txt(status));
crypto/openssh/sftp-common.h
53
const char *fx2txt(int);