/freebsd/lib/libc/db/recno/ |
H A D | rec_close.c | 146 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 D | rec_seq.c | 81 case R_FIRST: in __rec_seq()
|
/freebsd/usr.sbin/sa/ |
H A D | db.c | 105 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 D | pdb.c | 188 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 D | usrdb.c | 187 rv = DB_SEQ(usracct_db, &key, &data, R_FIRST); in usracct_print()
|
/freebsd/usr.bin/finger/ |
H A D | finger.c | 245 for (sflag1 = R_FIRST;; sflag1 = R_NEXT) { in loginlist() 383 for (sflag1 = R_FIRST;; sflag1 = R_NEXT) { in userlist()
|
H A D | lprint.c | 68 for (sflag = R_FIRST;; sflag = R_NEXT) { in lflag_print() 76 if (sflag != R_FIRST) in lflag_print()
|
H A D | sprint.c | 85 for (sflag = R_FIRST;; sflag = R_NEXT) { in sflag_print()
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_seq.c | 65 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV. 98 case R_FIRST: in __bt_seq() 134 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV 165 case R_FIRST: /* First record. */ in __bt_seqset()
|
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | h_db.c | 514 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 D | t_db_hash_seq.c | 218 first = first ? R_FIRST : R_NEXT; in state_iterate()
|
/freebsd/lib/libc/db/test/ |
H A D | dbtest.c | 491 flags = R_FIRST; 523 if (!strcmp(s, "R_FIRST")) return (R_FIRST); 542 case R_FIRST: return ("R_FIRST");
|
/freebsd/include/ |
H A D | db.h | 60 #define R_FIRST 3 /* seq */ macro
|
/freebsd/lib/libc/db/hash/ |
H A D | ndbm.c | 118 status = (db->seq)(db, &dbtretkey, &dbtretdata, R_FIRST); in dbm_firstkey()
|
H A D | hash.c | 703 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 D | state.c | 208 first = first ? R_FIRST : R_NEXT; in state_iterate()
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 152 while (symtable->seq(symtable, &key, &data, R_FIRST) == 0) { in symtable_close() 492 flag = R_FIRST; in symtable_dump()
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_dblookup.c | 521 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 D | ndbm_wrap.c | 131 #define DB_FIRST R_FIRST
|
/freebsd/lib/libc/db/test/btree.tests/ |
H A D | main.c | 379 status = (*db->seq)(db, &key, &data, R_FIRST); 590 status = (*db->seq)(db, &key, &data, R_FIRST);
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | db.c | 146 return DB_seq(context, db, flags, entry, R_FIRST); in DB_firstkey()
|
H A D | hdb-mitdb.c | 570 return mdb_seq(context, db, flags, entry, R_FIRST); in mdb_firstkey()
|
/freebsd/contrib/sendmail/libsmdb/ |
H A D | smdb1.c | 130 return R_FIRST;
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 25 # ifdef R_FIRST
|