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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c131 extern char reply_string[];
168 cp = index(reply_string+4, ' ');
170 cp = index(reply_string+4, '\r');
179 reply_string+4);
183 if (strncmp(reply_string, "215 UNIX Type: L8", 17) == 0) {
190 strncmp(reply_string, "215 TOPS20", 10) == 0) {
H A Dftp.c490 char reply_string[BUFSIZ]; variable
537 cp = reply_string;
666 if (cp < &reply_string[sizeof (reply_string) - 1])
1520 c = strchr(reply_string, '(');
1521 c2 = strchr(reply_string, ')');

Completed in 50 milliseconds