lib/libfetch/ftp.c
1051
if (e == FTP_OK || e == FTP_SYNTAX_ERROR)
lib/libfetch/ftp.c
264
return (FTP_OK);
lib/libfetch/ftp.c
282
(e = ftp_pwd(conn, pwd, sizeof(pwd))) != FTP_OK) {
lib/libfetch/ftp.c
302
(e = ftp_pwd(conn, pwd, sizeof(pwd))) != FTP_OK) {
lib/libfetch/ftp.c
355
if ((e = ftp_cmd(conn, "MODE %c", mode)) != FTP_OK) {
lib/libfetch/ftp.c
392
if ((e = ftp_cmd(conn, "TYPE %c", type)) != FTP_OK)
lib/libfetch/ftp.c
395
return (FTP_OK);
lib/libfetch/ftp.c
416
if ((e = ftp_mode_type(conn, 0, type)) != FTP_OK) {
lib/libfetch/ftp.c
649
if ((e = ftp_mode_type(conn, 0, type)) != FTP_OK)
lib/libfetch/ftp.c
843
if (e != FTP_OK) {
lib/libfetch/ftp.c
861
if (e != FTP_OK)