Symbol: fx2txt
crypto/openssh/sftp-client.c
1053
path, *errmsg == '\0' ? fx2txt(status) : errmsg);
crypto/openssh/sftp-client.c
1205
newpath, fx2txt(status));
crypto/openssh/sftp-client.c
1257
newpath, fx2txt(status));
crypto/openssh/sftp-client.c
1295
newpath, fx2txt(status));
crypto/openssh/sftp-client.c
1331
newpath, fx2txt(status));
crypto/openssh/sftp-client.c
1363
error("remote fsync: %s", fx2txt(status));
crypto/openssh/sftp-client.c
1400
error("Couldn't readlink: %s", fx2txt(status));
crypto/openssh/sftp-client.c
1516
error("remote lsetstat \"%s\": %s", path, fx2txt(status));
crypto/openssh/sftp-client.c
1843
error("read remote \"%s\" : %s", remote_path, fx2txt(status));
crypto/openssh/sftp-client.c
2218
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
2899
*errmsg == '\0' ? fx2txt(status) : errmsg);
crypto/openssh/sftp-client.c
331
error("%s: %s", errmsg, fx2txt(status));
crypto/openssh/sftp-client.c
372
debug("stat remote: %s", fx2txt(status));
crypto/openssh/sftp-client.c
374
error("stat remote: %s", fx2txt(status));
crypto/openssh/sftp-client.c
423
debug("remote statvfs: %s", fx2txt(status));
crypto/openssh/sftp-client.c
425
error("remote statvfs: %s", fx2txt(status));
crypto/openssh/sftp-client.c
694
error("close remote: %s", fx2txt(status));
crypto/openssh/sftp-client.c
772
error("Couldn't read directory: %s", fx2txt(rstatus));
crypto/openssh/sftp-client.c
876
error("remote delete %s: %s", path, fx2txt(status));
crypto/openssh/sftp-client.c
893
error("remote mkdir \"%s\": %s", path, fx2txt(status));
crypto/openssh/sftp-client.c
911
error("remote rmdir \"%s\": %s", path, fx2txt(status));
crypto/openssh/sftp-client.c
980
error("remote setstat \"%s\": %s", path, fx2txt(status));
crypto/openssh/sftp-client.c
999
error("remote fsetstat: %s", fx2txt(status));
crypto/openssh/sftp-common.h
53
const char *fx2txt(int);