Searched refs:lreply (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dklist.c59 lreply(500, "krb5_unparse_name: %d", ret);
63 lreply(200, "%-20s %-20s %s", t1, t2, str);
80 lreply(500, "krb5_unparse_name: %d", ret);
84 lreply(200, "%17s: %s:%s",
88 lreply(200, "%17s: %s", "Principal", str);
93 lreply(500, "krb5_cc_start_seq_get: %d", ret);
97 lreply(200, " Issued Expires Principal");
108 lreply(500, "krb5_cc_get_next: %d", ret);
113 lreply(500, "krb5_cc_end_seq_get: %d", ret);
131 lreply(50
[all...]
H A Dextern.h77 void lreply(int, const char *, ...)
H A Dftpd.c256 lreply(code, "%s", buf);
617 lreply(530, "OTP: %s", s);
758 lreply(code, "No directory! Logging in with home=/");
941 lreply(530, "OTP: %s", s);
1127 lreply(553, "\"%s\" is not an acceptable filename.", filename);
1128 lreply(553, "The filename must start with an alphanumeric "
1574 lreply(226, "WARNING! %d bare linefeeds received in ASCII mode\r\n"
1609 lreply(211, "status of %s:", filename);
1638 lreply(211, "%s FTP server (%s) status:", hostname, version);
1734 lreply(in function
[all...]
H A Dftpcmd.y419 lreply(211, "Supported features:");
420 lreply(0, " MDTM");
421 lreply(0, " REST STREAM");
422 lreply(0, " SIZE");
1410 lreply(214, "The following %scommands are recognized %s.",
1435 lreply(214, "%s", buf);
H A Dftpcmd.c2159 lreply(211, "Supported features:");
2160 lreply(0, " MDTM");
2161 lreply(0, " REST STREAM");
2162 lreply(0, " SIZE");
3467 lreply(214, "The following %scommands are recognized %s.",
3492 lreply(214, "%s", buf);
/freebsd-9.3-release/libexec/ftpd/
H A Dextern.h50 void lreply(int, const char *, ...) __printflike(2, 3);
H A Dftpd.c614 lreply(530, "%s", line);
630 lreply(220, "%s", line);
1590 lreply(230, "No directory! Logging in with home=/.");
1609 lreply(230, "%s", line);
2320 lreply(226,
2359 lreply(code, "Status of %s:", filename);
2400 lreply(211, "%s FTP server status:", hostname);
2403 lreply(211, "FTP server status:");
2556 lreply(int n, const char *fmt, ...)
H A Dftpcmd.y666 lreply(211, "Extensions supported:");
1541 lreply(214, "The following %scommands are recognized %s.",
/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c29 comments. Use ANSI stdargs for reply/lreply if we can,
30 added stdargs version of reply/lreply. Don't declare the
282 VOIDRET lreply FUNCTION((stdarg is ANSI only), int n AND char *fmt AND ...) function
297 VOIDRET lreply FUNCTION((n, fmt, p0, p1, p2, p3, p4, p5), int n AND char *fmt AND int p0 AND int p1 AND int p2 AND int p3 AND int p4 AND int p5) function
588 lreply(230, "No directory! Logging in with home=/");
626 lreply(230, "%s", line);
1047 lreply(230, "WARNING! %d bare linefeeds received in ASCII mode", bare_lfs);
1080 lreply(211, "status of %s:", filename);
1108 lreply(211, "FTP server status:");
1689 lreply(53
[all...]
H A Dftpcmd.y1209 lreply(214, "The following %scommands are recognized %s.",
/freebsd-9.3-release/usr.bin/yacc/test/
H A Dftp.tab.c839 lreply(214, "The following %scommands are recognized %s.",
H A Dftp.y1099 lreply(214, "The following %scommands are recognized %s.",

Completed in 124 milliseconds