/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | klist.c | 59 lreply(500, "krb5_unparse_name: %d", ret); in print_cred() 63 lreply(200, "%-20s %-20s %s", t1, t2, str); in print_cred() 80 lreply(500, "krb5_unparse_name: %d", ret); in print_tickets() 84 lreply(200, "%17s: %s:%s", in print_tickets() 88 lreply(200, "%17s: %s", "Principal", str); in print_tickets() 93 lreply(500, "krb5_cc_start_seq_get: %d", ret); in print_tickets() 97 lreply(200, " Issued Expires Principal"); in print_tickets() 108 lreply(500, "krb5_cc_get_next: %d", ret); in print_tickets() 113 lreply(500, "krb5_cc_end_seq_get: %d", ret); in print_tickets() 131 lreply(500, "krb5_init_context failed: %d", ret); in klist5() [all …]
|
H A D | ftpd.c | 257 lreply(code, "%s", buf); in show_file() 597 lreply(530, "OTP: %s", s); in user() 738 lreply(code, "No directory! Logging in with home=/"); in do_login() 906 lreply(530, "OTP: %s", s); in pass() 1092 lreply(553, "\"%s\" is not an acceptable filename.", filename); in filename_check() 1093 lreply(553, "The filename must start with an alphanumeric " in filename_check() 1539 lreply(226, "WARNING! %d bare linefeeds received in ASCII mode\r\n" in receive_data() 1574 lreply(211, "status of %s:", filename); in statfilecmd() 1603 lreply(211, "%s FTP server (%s) status:", hostname, version); in statcmd() 1699 lreply(int n, const char *fmt, ...) in lreply() function [all …]
|
H A D | ftpcmd.y | 434 lreply(211, "Supported features:"); 435 lreply(0, " MDTM"); 436 lreply(0, " REST STREAM"); 437 lreply(0, " SIZE"); 1392 lreply(214, "The following %scommands are recognized %s.", 1417 lreply(214, "%s", buf);
|
H A D | extern.h | 77 void lreply(int, const char *, ...)
|
H A D | ftpcmd.c | 2170 lreply(211, "Supported features:"); in yyparse() 2171 lreply(0, " MDTM"); in yyparse() 2172 lreply(0, " REST STREAM"); in yyparse() 2173 lreply(0, " SIZE"); in yyparse() 3445 lreply(214, "The following %scommands are recognized %s.", 3470 lreply(214, "%s", buf);
|
/freebsd/libexec/ftpd/ |
H A D | extern.h | 45 void lreply(int, const char *, ...) __printflike(2, 3);
|
H A D | ftpd.c | 590 lreply(530, "%s", line); in main() 606 lreply(220, "%s", line); in main() 1561 lreply(230, "No directory! Logging in with home=/."); in pass() 1580 lreply(230, "%s", line); in pass() 2291 lreply(226, in receive_data() 2330 lreply(code, "Status of %s:", filename); in statfilecmd() 2371 lreply(211, "%s FTP server status:", hostname); in statcmd() 2374 lreply(211, "FTP server status:"); in statcmd() 2527 lreply(int n, const char *fmt, ...) in lreply() function
|
H A D | ftpcmd.y | 655 lreply(211, "Extensions supported:"); 1530 lreply(214, "The following %scommands are recognized %s.",
|