Searched refs:shim_dbm_open (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | shim_hooks.h | 60 extern DBM *shim_dbm_open(const char *file, int open_flags, 81 #define dbm_open shim_dbm_open
|
H A D | shim.h | 104 extern DBM *shim_dbm_open(const char *file, int open_flags,
|
H A D | shim.c | 375 * FUNCTION: shim_dbm_open() 383 shim_dbm_open(const char *file, int open_flags, mode_t file_mode) function
|
H A D | dit_access.c | 1245 netgroupmap = (map_ctrl *)shim_dbm_open(cmdbuf,
|
H A D | shim_changepasswd.c | 564 map = shim_dbm_open(map_name, O_RDWR, 0600);
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_server.c | 172 m.map = (map_ctrl *)shim_dbm_open(path, 0, 0);
|
Completed in 68 milliseconds