Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c329 char *lead_string; in getreply() local
376 lead_string = "S:"; in getreply()
381 lead_string = "P:"; in getreply()
386 lead_string = "C:"; in getreply()
388 lead_string = "!!"; in getreply()
390 lead_string = ""; in getreply()
394 fprintf (stdout, "%s%s\n", lead_string, buf); in getreply()