Searched refs:reply_string (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/tnftp/src/ |
H A D | util.c | 214 cp = strchr(reply_string + 4, ' '); in getremoteinfo() 216 cp = strchr(reply_string + 4, '\r'); in getremoteinfo() 225 reply_string + 4); in getremoteinfo() 229 if (!strncmp(reply_string, "215 UNIX Type: L8", 17)) { in getremoteinfo() 252 !strncmp(reply_string, "215 TOPS20", 10)) in getremoteinfo() 596 *errbuf = reply_string; in remglob() 676 cp = strchr(reply_string, ' '); in remotesize() 687 fputs(reply_string, ttyout); in remotesize() 726 timestr = reply_string + 4; in remotemodtime() 775 fputs(reply_string, ttyout); in remotemodtime() [all …]
|
H A D | ftp_var.h | 311 GLOBAL char reply_string[BUFSIZ]; /* first line of previous reply */ variable
|
H A D | ftp.c | 492 (void)strlcpy(reply_string, current_line, in getreply() 493 sizeof(reply_string)); in getreply() 1248 fprintf(ttyout, "%s\n", reply_string); in initconn() 1285 fprintf(ttyout, "%s\n", reply_string); in initconn() 1576 fprintf(ttyout, "%s\n", reply_string); in initconn()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ftp.c | 323 char reply_string[BUFSIZ]; /* last line of previous reply */ variable 396 strlcpy (reply_string, buf, sizeof(reply_string)); in getreply() 411 q = strchr (reply_string, '('); in getreply() 459 cp = reply_string; 523 if (cp < &reply_string[sizeof (reply_string) - 1]) 538 sec_read_msg(reply_string, prot_safe); 540 sec_read_msg(reply_string, prot_private); 542 sec_read_msg(reply_string, prot_confidential);
|
H A D | cmds.c | 153 if (command("SYST") == COMPLETE && overbose && strlen(reply_string) > 4) { in setpeer() 156 cp = strdup(reply_string + 4); in setpeer() 171 if (!strncmp(reply_string, "215 UNIX Type: L8", 17)) { in setpeer() 193 !strncmp(reply_string, "215 TOPS20", 10)) in setpeer() 669 printf("%s\n", reply_string); in getit() 672 if (sscanf(reply_string, in getit() 2104 sscanf(reply_string, "%*s %04d%02d%02d%02d%02d%02d", &yy, &mo, in modtime() 2110 printf("%s\n", reply_string); in modtime()
|
H A D | extern.h | 162 extern char reply_string[];
|
H A D | gssapi.c | 436 p = strstr(reply_string, "ADAT="); in gss_auth() 439 reply_string); in gss_auth()
|
H A D | security.c | 660 p = strstr(reply_string, "PBSZ="); in sec_prot_internal()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | gssapi.c | 436 p = strstr(reply_string, "ADAT="); in gss_auth() 439 reply_string); in gss_auth()
|
H A D | security.c | 660 p = strstr(reply_string, "PBSZ="); in sec_prot_internal()
|