Searched refs:isdup (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dmkmakefile.c282 int nreqs, first = 1, isdup; local
329 isdup = 1;
331 isdup = 0;
361 if (isdup)
435 tp->f_flags = isdup;
/macosx-10.10.1/BerkeleyDB-21/db/tcl/
H A Dtcl_db.c1078 u_int32_t flag, cflag, isdup, mflag, rmw; local
1332 * isdup is used to know if we support duplicates. If not, we
1335 if ((ret = dbp->get_flags(dbp, &isdup)) != 0) {
1339 isdup &= DB_DUP;
1346 if (pattern == NULL && (isdup == 0 || mflag != 0 ||

Completed in 72 milliseconds