Home
last modified time | relevance | path

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

/netbsd-src/libexec/ftpd/
H A Dextern.h234 struct ftpconv { struct
235 struct ftpconv *next; argument
271 struct ftpconv *conversions; /* List of conversions */
H A Dconf.c82 struct ftpconv *conv, *cnext; in init_curclass()
147 struct ftpconv *conv, *cnext; in parse_conf()
325 conv = (struct ftpconv *) in parse_conf()
326 calloc(1, sizeof(struct ftpconv)); in parse_conf()
810 struct ftpconv *cp; in do_conversion()
H A Dftpd.c2729 struct ftpconv *cp; in statcmd()