Searched defs:Indbm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c66 DBM *Indbm = NULL, *Scandbm = NULL, *Outdbm = NULL; variable
166 value = dbm_fetch(Indbm, key);
183 partvalue = dbm_fetch(Indbm, part);
332 Indbm = dbm_open(argv[1], O_RDONLY, 0);
333 if (Indbm == NULL) {
352 dbm_close(Indbm);

Completed in 762 milliseconds