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

/freebsd-10-stable/lib/libc/db/recno/
H A Drec_close.c150 status = (dbp->seq)(dbp, &key, &data, R_FIRST);
161 status = (dbp->seq)(dbp, &key, &data, R_FIRST);
H A Drec_seq.c54 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV.
86 case R_FIRST:
/freebsd-10-stable/usr.sbin/sa/
H A Ddb.c106 for (rv = DB_SEQ(ddb, &key, &data, R_FIRST); rv == 0;
163 for (rv = DB_SEQ(mdb, &key, &data, R_FIRST);
H A Dusrdb.c188 rv = DB_SEQ(usracct_db, &key, &data, R_FIRST);
H A Dpdb.c189 rv = DB_SEQ(pacct_db, &key, &data, R_FIRST);
240 rv = DB_SEQ(output_pacct_db, &data, &ndata, rflag ? R_FIRST : R_LAST);
/freebsd-10-stable/include/
H A Ddb.h61 #define R_FIRST 3 /* seq */ macro
/freebsd-10-stable/usr.bin/finger/
H A Dfinger.c258 for (sflag1 = R_FIRST;; sflag1 = R_NEXT) {
395 for (sflag1 = R_FIRST;; sflag1 = R_NEXT) {
H A Dsprint.c92 for (sflag = R_FIRST;; sflag = R_NEXT) {
H A Dlprint.c75 for (sflag = R_FIRST;; sflag = R_NEXT) {
83 if (sflag != R_FIRST)
/freebsd-10-stable/lib/libc/db/hash/
H A Dndbm.c128 status = (db->seq)(db, &dbtretkey, &dbtretdata, R_FIRST);
H A Dhash.c708 if (flag && flag != R_FIRST && flag != R_NEXT) {
715 if ((hashp->cbucket < 0) || (flag == R_FIRST)) {
/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_seq.c69 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV.
102 case R_FIRST:
138 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV
169 case R_FIRST: /* First record. */
/freebsd-10-stable/lib/libc/db/test/
H A Ddbtest.c501 flags = R_FIRST;
533 if (!strcmp(s, "R_FIRST")) return (R_FIRST);
552 case R_FIRST: return ("R_FIRST");
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c514 xflags = R_FIRST;
584 if (!strcmp(s, "R_FIRST")) return R_FIRST;
602 case R_FIRST: return "R_FIRST";
H A Dt_db_hash_seq.c218 first = first ? R_FIRST : R_NEXT;
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c131 #define DB_FIRST R_FIRST
/freebsd-10-stable/lib/libc/db/test/btree.tests/
H A Dmain.c383 status = (*db->seq)(db, &key, &data, R_FIRST);
594 status = (*db->seq)(db, &key, &data, R_FIRST);
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c152 while (symtable->seq(symtable, &key, &data, R_FIRST) == 0) {
489 flag = R_FIRST;
/freebsd-10-stable/usr.sbin/ypserv/
H A Dyp_dblookup.c527 if ((rval = (dbp->seq)(dbp,key,data,R_FIRST)) != 0) {
600 (dbp->seq)(dbp,&lkey,&ldata,R_FIRST);
/freebsd-10-stable/contrib/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c313 dberr = (*f->bdb->seq)(f->bdb, &first, &data, R_FIRST);
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Ddb.c146 return DB_seq(context, db, flags, entry, R_FIRST);
H A Dhdb-mitdb.c570 return mdb_seq(context, db, flags, entry, R_FIRST);
/freebsd-10-stable/contrib/sendmail/libsmdb/
H A Dsmdb1.c132 return R_FIRST;
/freebsd-10-stable/contrib/sendmail/src/
H A Dmap.c24 # ifdef R_FIRST
29 # endif /* R_FIRST */

Completed in 137 milliseconds