Searched refs:FTP_OK (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libfetch/
H A Dftp.c84 #define FTP_OK 200 macro
262 return (FTP_OK);
280 (e = ftp_pwd(conn, pwd, sizeof(pwd))) != FTP_OK) {
300 (e = ftp_pwd(conn, pwd, sizeof(pwd))) != FTP_OK) {
353 if ((e = ftp_cmd(conn, "MODE %c", mode)) != FTP_OK) {
389 if ((e = ftp_cmd(conn, "TYPE %c", type)) != FTP_OK)
392 return (FTP_OK);
413 if ((e = ftp_mode_type(conn, 0, type)) != FTP_OK) {
647 if ((e = ftp_mode_type(conn, 0, type)) != FTP_OK)
841 if (e != FTP_OK) {
[all...]

Completed in 119 milliseconds