Searched refs:YPDB_INSERT (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/makedbm.tproj/
H A Dypdb.h76 #define YPDB_INSERT 0 macro
H A Dypdb.c285 * 1 if YPDB_INSERT and entry exists
295 (flags == YPDB_INSERT) ? R_NOOVERWRITE : 0));
H A Dmakedbm.c139 status = ypdb_store(db, key, val, YPDB_INSERT);
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dypdb.h76 #define YPDB_INSERT 0 macro
H A Dypdb.c285 * 1 if YPDB_INSERT and entry exists
295 (flags == YPDB_INSERT) ? R_NOOVERWRITE : 0));
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypdb.h76 #define YPDB_INSERT 0 macro
H A Dypdb.c285 * 1 if YPDB_INSERT and entry exists
295 (flags == YPDB_INSERT) ? R_NOOVERWRITE : 0));
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dypdb.h76 #define YPDB_INSERT 0 macro
H A Dypxfr.c114 ypdb_store(db, key, val, YPDB_INSERT);
264 status = ypdb_store(db, key, val, YPDB_INSERT);
298 status = ypdb_store(db, key, val, YPDB_INSERT);
335 status = ypdb_store(db,k,v,YPDB_INSERT);
373 status = ypdb_store(db,k,v,YPDB_INSERT);
H A Dypdb.c285 * 1 if YPDB_INSERT and entry exists
295 (flags == YPDB_INSERT) ? R_NOOVERWRITE : 0));

Completed in 92 milliseconds