Home
last modified time | relevance | path

Searched refs:getreply (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/ftp/
H A Dftp.c277 if (getreply(0) > 2) { /* read startup message from server */ in hookup()
350 r = getreply(!strcmp(fmt, "QUIT")); in command()
412 (void)getreply(0); in may_receive_noop_ack()
437 getreply(int expecteof) in getreply() function
613 (void)getreply(0); in sendrequest()
818 (void)getreply(0); in sendrequest()
843 (void)getreply(0); in sendrequest()
910 (void)getreply(0); in recvrequest()
1201 (void)getreply(0); in recvrequest()
1875 (void)getreply(0); in proxtrans()
[all …]
H A Dextern.h82 int getreply(int);
H A Dcmds.c1203 while (getreply(0) == PRELIM) in quote1()