Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tnftp/src/
H A Dutil.c212 int os_len = strcspn(reply_string + 4, " \r\n\t"); in getremoteinfo()
213 if (os_len > 1 && reply_string[4 + os_len - 1] == '.') in getremoteinfo()
216 os_len, reply_string + 4); in getremoteinfo()
224 if (!strncasecmp(reply_string + 4, "unix", 4) || in getremoteinfo()
225 !strncasecmp(reply_string + 4, "linux", 5)) { in getremoteinfo()
248 !strncmp(reply_string, "215 TOPS20", 10)) in getremoteinfo()
597 *errbuf = reply_string; in remglob()
677 cp = strchr(reply_string, ' '); in remotesize()
688 fputs(reply_string, ttyout); in remotesize()
727 timestr = reply_string + 4; in remotemodtime()
[all …]
H A Dftp_var.h314 GLOBAL char reply_string[BUFSIZ]; /* first line of previous reply */ variable
H A Dftp.c522 (void)strlcpy(reply_string, current_line, in getreply()
523 sizeof(reply_string)); in getreply()
1295 fprintf(ttyout, "%s\n", reply_string); in initconn()
1332 fprintf(ttyout, "%s\n", reply_string); in initconn()
1630 fprintf(ttyout, "%s\n", reply_string); in initconn()