lib/libfetch/ftp.c
1049
if (e == FTP_OK || e == FTP_SYNTAX_ERROR)
lib/libfetch/ftp.c
260
return (FTP_OK);
lib/libfetch/ftp.c
278
(e = ftp_pwd(conn, pwd, sizeof(pwd))) != FTP_OK) {
lib/libfetch/ftp.c
298
(e = ftp_pwd(conn, pwd, sizeof(pwd))) != FTP_OK) {
lib/libfetch/ftp.c
351
if ((e = ftp_cmd(conn, "MODE %c", mode)) != FTP_OK) {
lib/libfetch/ftp.c
387
if ((e = ftp_cmd(conn, "TYPE %c", type)) != FTP_OK)
lib/libfetch/ftp.c
390
return (FTP_OK);
lib/libfetch/ftp.c
411
if ((e = ftp_mode_type(conn, 0, type)) != FTP_OK) {
lib/libfetch/ftp.c
644
if ((e = ftp_mode_type(conn, 0, type)) != FTP_OK)
lib/libfetch/ftp.c
841
if (e != FTP_OK) {
lib/libfetch/ftp.c
859
if (e != FTP_OK)