Searched refs:ypdb_open (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/makedbm.tproj/
H A Dypdb.h95 DBM *ypdb_open __P((const char *, int, int));
H A Dmakedbm.c177 db = ypdb_open(database, O_RDONLY, 0444);
269 new_db = ypdb_open(db_tempname, O_RDWR|O_CREAT, 0444);
H A Dypdb.c86 ypdb_open(file, flags, mode) function
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dypdb.h95 DBM *ypdb_open __P((const char *, int, int));
H A Dypdb.c86 ypdb_open(file, flags, mode) function
H A Dyppush.c328 yp_databas = ypdb_open(map_path,0,O_RDONLY);
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypdb.h95 DBM *ypdb_open __P((const char *, int, int));
H A Dypdb.c86 ypdb_open(file, flags, mode) function
H A Dypserv_db.c314 db = ypdb_open(map_path, O_RDONLY, 0444);
341 yplog(" ypdb_open_db: ypdb_open FAILED: map %s (domain=%s)",
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dypdb.h95 DBM *ypdb_open __P((const char *, int, int));
H A Dypdb.c86 ypdb_open(file, flags, mode) function
H A Dypxfr.c156 db = ypdb_open(map_path, O_RDONLY, 0444);

Completed in 104 milliseconds