Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/irs/
H A Dlcl_pw.c117 static int initdb(struct pvt *);
174 if (!initdb(pvt)) in pw_next()
192 if (!initdb(pvt)) in pw_byname()
213 if (!initdb(pvt)) in pw_byuid()
246 initdb(struct pvt *pvt) { in initdb() function