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

/netbsd-current/usr.bin/ftp/
H A Dutil.c205 int os_len = strcspn(reply_string + 4, " \r\n\t");
206 if (os_len > 1 && reply_string[4 + os_len - 1] == '.')
209 os_len, reply_string + 4);
217 if (!strncasecmp(reply_string + 4, "unix", 4) ||
218 !strncasecmp(reply_string + 4, "linux", 5)) {
241 !strncmp(reply_string, "215 TOPS20", 10))
590 *errbuf = reply_string;
670 cp = strchr(reply_string, ' ');
681 fputs(reply_string, ttyout);
720 timestr = reply_string
[all...]
H A Dftp_var.h309 GLOBAL char reply_string[BUFSIZ]; /* first line of previous reply */ variable
H A Dftp.c515 (void)strlcpy(reply_string, current_line,
516 sizeof(reply_string));
1288 fprintf(ttyout, "%s\n", reply_string);
1325 fprintf(ttyout, "%s\n", reply_string);
1623 fprintf(ttyout, "%s\n", reply_string);

Completed in 171 milliseconds