Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypserv/
H A Dyp_dblookup.c72 struct dbent { struct
83 struct dbent *dbptr; argument
111 q->dbptr = malloc(sizeof(struct dbent)); in yp_malloc_qent()
117 bzero((char *)q->dbptr, sizeof(struct dbent)); in yp_malloc_qent()