Home
last modified time | relevance | path

Searched refs:dbm_open (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-ndbm.h71 #define dbm_open kdb2_dbm_open macro
84 DBM *dbm_open __P((const char *, int, int));
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c330 Indbm = dbm_open(argv[1], O_RDONLY, 0); in main()
335 Scandbm = dbm_open(argv[1], O_RDONLY, 0); in main()
343 Outdbm = dbm_open(argv[2], O_RDWR|O_CREAT|O_TRUNC, 0644); in main()
H A Dmakedbm.c370 if ((fdb = dbm_open(dirbuf, O_RDWR | O_CREAT, 0644)) == NULL) {
580 if ((fdb = dbm_open(file, O_RDONLY, 0644)) == NULL) {
H A Dypserv_map.c174 if ((cur_fdb = dbm_open(mapname, O_RDWR, 0644)) != NULL) { in ypset_current_map()
H A Dypxfr.c1025 db = dbm_open(tmp_name, O_RDWR + O_CREAT + O_TRUNC, 0644);
1089 db = dbm_open(tmp_name, 2, 0644);
1200 if ((db = dbm_open(name, 0, 0)) == 0) {
1413 db = dbm_open(pname, 0, 0);
H A Dypxfrd_client.c291 db = dbm_open(tempmap, O_RDWR + O_CREAT + O_TRUNC, 0777);
/illumos-gate/usr/src/cmd/mandoc/
H A Ddbm.h53 int dbm_open(const char *);
H A Ddba_read.c47 if (dbm_open(fname) == -1) in dba_read()
H A Ddbm.c86 dbm_open(const char *fname) in dbm_open() function
H A Dmansearch.c157 if (dbm_open(MANDOC_DB) == -1) { in mansearch()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h79 #define dbm_open shim_dbm_open macro
H A Ddit_access.c660 if ((temp_entries_db = dbm_open(temp_entries, O_RDWR | O_CREAT, 0644)) in update_map_from_dit()
669 if ((temp_ttl_db = dbm_open(temp_ttl, O_RDWR | O_CREAT, 0644)) in update_map_from_dit()
1343 if ((temp_entries_db = dbm_open(temp_entries, O_RDWR | O_CREAT, 0644)) in update_netgroup_byxxx()
1352 if ((temp_ttl_db = dbm_open(temp_ttl, O_RDWR | O_CREAT, 0644)) in update_netgroup_byxxx()
H A Dmap_ctrl.c473 map->entries = dbm_open(map->map_path, map->open_flags, map->open_mode); in open_yptol_files()
482 map->ttl = dbm_open(map->ttl_path, O_RDWR | O_CREAT, 0644); in open_yptol_files()
H A Dttl_utils.c248 map->ttl = dbm_open(map->ttl_path, O_RDWR, 0644); in update_map_ttl()
H A Dmap_conv.c189 dbm = dbm_open(map_path, O_RDONLY, 0644); in dump_map_to_dit()
H A Dshim.c415 map->entries = dbm_open(map->map_path, map->open_flags, in shim_dbm_open()
/illumos-gate/usr/src/head/
H A Dndbm.h93 DBM *dbm_open(const char *, int, mode_t);
/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c84 dbm_open(file, O_CREAT | O_RDWR, __db_omode("rw----"))) != NULL)
86 if ((__cur_db = dbm_open(file, O_RDONLY, 0)) != NULL)
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dvacation.c227 if (!(db = dbm_open(buf, O_RDWR, 0))) {
918 if (!(db = dbm_open(buf, O_WRONLY|O_CREAT|O_TRUNC, 0644))) {
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c563 dbm = dbm_open(db_name, mode, DBMMODE);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c64 #define KDBM_OPEN(db, fl, mo) dbm_open(db, fl, mo)
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h986 #define dbm_open(a, b, c) __db_ndbm_open(a, b, c) macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c161 dbm_open(const char *file, int flags, mode_t mode) in dbm_open() function
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c250 if ((newp->db = dbm_open(newp->path, create_flag | O_RDWR, 0666)) in db_get_db()
/illumos-gate/usr/src/man/man3c/
H A DMakefile766 dbm_open.3c \
2112 dbm_open.3c := LINKSRC = ndbm.3c

12