Home
last modified time | relevance | path

Searched defs:bindname (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/net/
H A Dhesiod.c153 char bindname[MAXDNAME], *p, *ret, **rhs_list = NULL; in hesiod_to_bind() local
227 char *bindname, **retvec; in hesiod_resolve() local
485 static char *bindname; in hes_to_bind() local
/dragonfly/usr.bin/hesinfo/
H A Dhesinfo.c33 char **list, **p, *bindname, *name, *type; in main() local
/dragonfly/libexec/ftpd/
H A Dftpd.c252 char *bindname = NULL; in main() local
3334 socksetup(int af, char *bindname, const char *bindport) in socksetup()