Lines Matching refs:reply_string
212 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()
776 fputs(reply_string, ttyout); in remotemodtime()
861 cp = strchr(reply_string, ' '); in updateremotecwd()