Home
last modified time | relevance | path

Searched refs:R_FIRST (Results 1 – 24 of 24) sorted by relevance

/freebsd/lib/libc/db/recno/
H A Drec_close.c146 status = (dbp->seq)(dbp, &key, &data, R_FIRST); in __rec_sync()
157 status = (dbp->seq)(dbp, &key, &data, R_FIRST); in __rec_sync()
H A Drec_seq.c81 case R_FIRST: in __rec_seq()
/freebsd/usr.sbin/sa/
H A Ddb.c105 for (rv = DB_SEQ(ddb, &key, &data, R_FIRST); rv == 0; in db_copy_in()
162 for (rv = DB_SEQ(mdb, &key, &data, R_FIRST); in db_copy_out()
H A Dpdb.c188 rv = DB_SEQ(pacct_db, &key, &data, R_FIRST); in pacct_print()
239 rv = DB_SEQ(output_pacct_db, &data, &ndata, rflag ? R_FIRST : R_LAST); in pacct_print()
H A Dusrdb.c187 rv = DB_SEQ(usracct_db, &key, &data, R_FIRST); in usracct_print()
/freebsd/usr.bin/finger/
H A Dfinger.c245 for (sflag1 = R_FIRST;; sflag1 = R_NEXT) { in loginlist()
383 for (sflag1 = R_FIRST;; sflag1 = R_NEXT) { in userlist()
H A Dlprint.c68 for (sflag = R_FIRST;; sflag = R_NEXT) { in lflag_print()
76 if (sflag != R_FIRST) in lflag_print()
H A Dsprint.c85 for (sflag = R_FIRST;; sflag = R_NEXT) { in sflag_print()
/freebsd/lib/libc/db/btree/
H A Dbt_seq.c98 case R_FIRST: in __bt_seq()
165 case R_FIRST: /* First record. */ in __bt_seqset()
/freebsd/include/
H A Ddb.h60 #define R_FIRST 3 /* seq */ macro
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c514 xflags = R_FIRST; in dump()
584 if (!strcmp(s, "R_FIRST")) return R_FIRST; in setflags()
602 case R_FIRST: return "R_FIRST"; in sflags()
H A Dt_db_hash_seq.c218 first = first ? R_FIRST : R_NEXT; in state_iterate()
/freebsd/lib/libc/db/test/
H A Ddbtest.c491 flags = R_FIRST;
523 if (!strcmp(s, "R_FIRST")) return (R_FIRST);
542 case R_FIRST: return ("R_FIRST");
/freebsd/lib/libc/db/hash/
H A Dndbm.c118 status = (db->seq)(db, &dbtretkey, &dbtretdata, R_FIRST); in dbm_firstkey()
H A Dhash.c703 if (flag && flag != R_FIRST && flag != R_NEXT) { in hash_seq()
710 if ((hashp->cbucket < 0) || (flag == R_FIRST)) { in hash_seq()
/freebsd/contrib/blocklist/bin/
H A Dstate.c208 first = first ? R_FIRST : R_NEXT; in state_iterate()
/freebsd/usr.sbin/ypserv/
H A Dyp_dblookup.c521 if ((rval = (dbp->seq)(dbp,key,data,R_FIRST)) != 0) { in yp_first_record()
594 (dbp->seq)(dbp,&lkey,&ldata,R_FIRST); in yp_next_record()
/freebsd/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c131 #define DB_FIRST R_FIRST
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c152 while (symtable->seq(symtable, &key, &data, R_FIRST) == 0) { in symtable_close()
492 flag = R_FIRST; in symtable_dump()
/freebsd/lib/libc/db/test/btree.tests/
H A Dmain.c379 status = (*db->seq)(db, &key, &data, R_FIRST);
590 status = (*db->seq)(db, &key, &data, R_FIRST);
/freebsd/crypto/heimdal/lib/hdb/
H A Ddb.c146 return DB_seq(context, db, flags, entry, R_FIRST); in DB_firstkey()
H A Dhdb-mitdb.c570 return mdb_seq(context, db, flags, entry, R_FIRST); in mdb_firstkey()
/freebsd/contrib/sendmail/libsmdb/
H A Dsmdb1.c130 return R_FIRST;
/freebsd/contrib/sendmail/src/
H A Dmap.c25 # ifdef R_FIRST