Searched refs:getreply (Results 1 – 8 of 8) sorted by relevance
139 if (getreply (0) > 2) { /* read startup message from server */ in hookup()316 r = getreply (!strcmp (fmt, "QUIT")); in command()326 getreply (int expecteof) in getreply() function447 getreply (int expecteof)698 getreply (0); in sendrequest()853 getreply (0); in sendrequest()874 getreply (0); in sendrequest()927 getreply (0); in recvrequest()1152 getreply (0); in recvrequest()1633 getreply (0); in proxtrans()[all …]
80 int getreply (int);
1442 while (getreply(0) == PRELIM) in quote1()
269 if (getreply(0) > 2) { /* read startup message from server */ in hookup()356 r = getreply(!strcmp(fmt, "QUIT")); in command()370 getreply(int expecteof) in getreply() function700 (void)getreply(0); in sendrequest()845 (void)getreply(0); in sendrequest()865 (void)getreply(0); in sendrequest()937 (void)getreply(0); in recvrequest()1134 (void)getreply(0); in recvrequest()1895 (void)getreply(0); in proxtrans()1897 (void)getreply(0); in proxtrans()[all …]
142 int getreply(int);
1681 while (getreply(0) == PRELIM) in quote1()
989 * ftp/ftp.c (getreply): remove extra `break'
1177 - add support to getreply() so that an optional callback will1671 - improve getreply()'s timeout code to take advantage of the