Home
last modified time | relevance | path

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

/freebsd/libexec/ftpd/
H A Dftpd.c144 static struct ftphost { struct
145 struct ftphost *next; argument
660 struct ftphost *hrp, *lhrp; in inithosts()
671 if ((hrp = malloc(sizeof(struct ftphost))) == NULL) in inithosts()
774 if ((hrp = malloc(sizeof(struct ftphost))) == NULL) in inithosts()
862 struct ftphost *hrp; in selecthost()