Home
last modified time | relevance | path

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

/netbsd/usr.bin/ftp/
H A Dutil.c205 int os_len = strcspn(reply_string + 4, " \r\n\t"); in getremoteinfo()
209 os_len, reply_string + 4); in getremoteinfo()
217 if (!strncasecmp(reply_string + 4, "unix", 4) || in getremoteinfo()
218 !strncasecmp(reply_string + 4, "linux", 5)) { in getremoteinfo()
241 !strncmp(reply_string, "215 TOPS20", 10)) in getremoteinfo()
590 *errbuf = reply_string; in remglob()
670 cp = strchr(reply_string, ' '); in remotesize()
681 fputs(reply_string, ttyout); in remotesize()
720 timestr = reply_string + 4; in remotemodtime()
769 fputs(reply_string, ttyout); in remotemodtime()
[all …]
H A Dftp_var.h309 GLOBAL char reply_string[BUFSIZ]; /* first line of previous reply */ variable
H A Dftp.c514 (void)strlcpy(reply_string, current_line, in getreply()
515 sizeof(reply_string)); in getreply()
1287 fprintf(ttyout, "%s\n", reply_string); in initconn()
1324 fprintf(ttyout, "%s\n", reply_string); in initconn()
1622 fprintf(ttyout, "%s\n", reply_string); in initconn()