Home
last modified time | relevance | path

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

/dports/net/tacacs/PROJECTS/ftpd/
H A Dh_cwd.c33 file2control(ctx, "250", ctx->readme); in h_cwd()
48 file2control(ctx, "250", ctx->readme); in h_cwd()
H A Daccept_control.c27 file2control(ctx, "421", ctx->banner); in print_banner()
31 file2control(ctx, "220", ctx->banner); in print_banner()
H A Dauth.c261 file2control(ctx, "421", ctx->welcome); in auth_mavis_sync()
266 file2control(ctx, "230", ctx->welcome); in auth_mavis_sync()
267 file2control(ctx, "230", ctx->readme); in auth_mavis_sync()
H A Dh_quit.c24 file2control(ctx, "221", ctx->goodbye); in h_quit()
H A Dreadme.c49 void file2control(struct context *ctx, char *arg, char *file) in file2control() function
H A Dheaders.h222 void file2control(struct context *, char *, char *);