Searched refs:nextid (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A DMakefile.in21 nextid.c ctx.c
28 nextid.lo ctx.lo
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A DMakefile.in21 nextid.c monitor.c
28 nextid.lo monitor.lo mdb.lo midl.lo
/netbsd-current/external/bsd/openldap/lib/slapd/back-mdb/
H A DMakefile21 add.c delete.c id2entry.c mdb.c nextid.c attr.c dn2entry.c \
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Drehash.c335 int n, numfiles, nextid, buflen, errs = 0; local
387 nextid = 0;
404 while (bit_isset(idmask, nextid))
405 nextid++;
409 suffixes[bp->type], nextid);
426 bit_set(idmask, nextid);
/netbsd-current/usr.sbin/quotacheck/
H A Dquotacheck.c484 uint32_t id, lastid, nextid; local
529 for (lastid = highid[type], id = 0; id <= lastid; id = nextid) {
535 nextid = subsequent(id, type);
537 if (nextid > 0 && nextid != id + 1)
538 nextid = skipforward(id, nextid, qfi);
557 /* infinite loop avoidance (OR do as "nextid < id"?) */
558 if (id == UINT32_MAX || nextid == 0) {
593 need_seek = nextid !
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Drehash.c355 int n, numfiles, nextid, dirlen, buflen, errs = 0; local
416 nextid = 0;
433 while (bit_isset(idmask, nextid))
434 nextid++;
438 suffixes[bp->type], nextid);
455 bit_set(idmask, nextid);
/netbsd-current/usr.sbin/puffs/mount_sysctlfs/
H A Dsysctlfs.c83 static ino_t nextid = 3; variable
217 sfs->myid = nextid++;
693 id = nextid++;
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_ident.c704 uint_t nextid = dhp->dh_minid; local
717 nextid = MAX(nextid, idp->di_id + 1);
721 dhp->dh_nextid = nextid;
/netbsd-current/external/bsd/unbound/dist/services/
H A Doutside_network.c2342 uint16_t id = 0, curid, nextid; local
2381 nextid = tree_by_id_get_id(next);
2382 log_assert(curid < nextid);
2383 if(curid != 0xffff && curid + 1 < nextid) {
2385 space = nextid - curid - 1;

Completed in 186 milliseconds