Searched refs:reply_string (Results 1 – 2 of 2) sorted by relevance
/reactos/base/applications/network/ftp/ |
H A D | cmds.c | 35 extern char reply_string[]; 99 cp = index(reply_string+4, ' '); in setpeer() 101 cp = index(reply_string+4, '\r'); in setpeer() 110 reply_string+4); in setpeer() 114 if (!strncmp(reply_string, "215 UNIX Type: L8", 17)) { in setpeer() 121 !strncmp(reply_string, "215 TOPS20", 10)) { in setpeer() 577 sscanf(reply_string, in getit() 601 printf("%s\n", reply_string); in getit() 2256 sscanf(reply_string, "%*s %04d%02d%02d%02d%02d%02d", &yy, &mo, in modtime() 2262 printf("%s\n", reply_string); in modtime()
|
H A D | ftp.c | 309 char reply_string[BUFSIZ]; /* last line of previous reply */ variable 328 cp = reply_string; 391 if (cp < &reply_string[sizeof(reply_string) - 1])
|