Home
last modified time | relevance | path

Searched refs:lastid (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/id/
H A Did.c221 gid_t gid, egid, lastid; in current() local
245 for (fmt = " groups=%ju", lastid = -1, cnt = 0; cnt < ngroups; in current()
246 fmt = ",%ju", lastid = gid, cnt++) { in current()
248 if (lastid == gid) in current()
263 int cnt, id, lastid, ngroups; in user() local
276 for (fmt = " groups=%u", lastid = -1, cnt = 0; cnt < ngroups; in user()
277 fmt=",%u", lastid = id, cnt++) { in user()
279 if (lastid == id) in user()
295 gid_t id, lastid; in group() local
312 for (lastid = -1, cnt = 0; cnt < ngroups; ++cnt) { in group()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dsearch.c283 ID *lastid, in send_paged_response() argument
295 lastid ? *lastid : 0, rs->sr_nentries ); in send_paged_response()
301 if ( lastid ) { in send_paged_response()
302 respcookie = ( PagedResultsCookie )(*lastid); in send_paged_response()
340 ID lastid = NOID; in wt_search() local
508 send_paged_response( op, rs, &lastid, 0 ); in wt_search()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dsearch.c49 ID *lastid,
429 ID lastid = NOID; in mdb_search() local
769 send_paged_response( op, rs, &lastid, 0 ); in mdb_search()
1100 send_paged_response( op, rs, &lastid, tentries ); in mdb_search()
1103 lastid = id; in mdb_search()
1499 ID *lastid, in send_paged_response() argument
1510 lastid ? *lastid : 0, rs->sr_nentries ); in send_paged_response()
1516 if ( lastid ) { in send_paged_response()
1517 respcookie = ( PagedResultsCookie )(*lastid); in send_paged_response()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c68 ID *lastid );
2012 ID lastid = 0; in backsql_search() local
2436 send_paged_response( op, rs, &lastid ); in backsql_search()
2439 lastid = SQL_TO_PAGECOOKIE( eid->eid_id, eid->eid_oc_id ); in backsql_search()
2740 ID *lastid ) in send_paged_response() argument
2750 lastid ? *lastid : 0, rs->sr_nentries ); in send_paged_response()
2758 if ( lastid ) { in send_paged_response()
2759 respcookie = ( PagedResultsCookie )(*lastid); in send_paged_response()
/netbsd-src/usr.sbin/quotacheck/
H A Dquotacheck.c484 uint32_t id, lastid, nextid; in update() local
529 for (lastid = highid[type], id = 0; id <= lastid; id = nextid) { in update()