Home
last modified time | relevance | path

Searched full:r_last (Results 1 – 23 of 23) sorted by relevance

/freebsd/lib/libc/db/recno/
H A Drec_seq.c49 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV.
91 case R_LAST: in __rec_seq()
/freebsd/lib/libc/db/btree/
H A Dbt_seq.c65 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV.
99 case R_LAST: in __bt_seq()
134 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV
186 case R_LAST: /* Last record. */ in __bt_seqset()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Drec_seq.c55 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV.
97 case R_LAST: in __rec_seq()
/freebsd/lib/libc/db/man/
H A Ddbopen.3352 .It Dv R_LAST
368 .Dv R_LAST
377 .Dv R_LAST
/freebsd/lib/libc/db/test/
H A Ddbtest.c488 flags = R_LAST;
526 if (!strcmp(s, "R_LAST")) return (R_LAST);
545 case R_LAST: return ("R_LAST");
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Ddb_recno.3210 R_LAST
216 If the cursor is not yet set, this is the same as the R_LAST flag.
H A Ddb_btree.3214 R_LAST
220 If the cursor is not yet set, this is the same as the R_LAST flag.
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c507 xflags = R_LAST; in dump()
587 if (!strcmp(s, "R_LAST")) return R_LAST; in setflags()
605 case R_LAST: return "R_LAST"; in sflags()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c99 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV.
135 case R_LAST: in __bt_seq()
170 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV
225 case R_LAST: /* Last record. */ in __bt_seqset()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/
H A Ddbtest.c546 lflags = R_LAST; in dump()
621 if (!strcmp(s, "R_LAST")) return (R_LAST); in setflags()
639 case R_LAST: return ("R_LAST"); in sflags()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb.hin59 #define R_LAST 6 /* seq (BTREE, RECNO) */
/freebsd/include/
H A Ddb.h63 #define R_LAST 6 /* seq (BTREE, RECNO) */ macro
/freebsd/usr.sbin/sa/
H A Dpdb.c239 rv = DB_SEQ(output_pacct_db, &data, &ndata, rflag ? R_FIRST : R_LAST); in pacct_print()
/freebsd/contrib/sendmail/libsmdb/
H A Dsmdb1.c133 return R_LAST;
/freebsd/share/man/man4/
H A Dpf.4181 u_int8_t r_last;
/freebsd/contrib/nvi/common/
H A Dline.c505 switch (ep->db->seq(ep->db, &key, &data, R_LAST)) { in db_last()
/freebsd/lib/libc/db/test/btree.tests/
H A Dmain.c562 status = (*db->seq)(db, &key, &data, R_LAST);
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/
H A Dmain.c645 status = (*db->seq)(db, &key, &data, R_LAST);
/freebsd/sys/net/
H A Dpfvar.h2258 u_int8_t r_last; member
3045 u_int8_t r_last; member
/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dkdb_db2.c1002 curs->startflag = R_LAST; in curs_init()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c441 u_int32_t rule_number, u_int8_t r_last, u_int8_t active, in pf_get_kpool() argument
460 if (r_last) in pf_get_kpool()
469 if (r_last) in pf_get_kpool()
475 if (!r_last) { in pf_get_kpool()
5540 pca->r_num, pca->r_last, 1, 1, PF_RDR); in pfioctl()
H A Dpf_nl.c1553 { .type = PF_AA_R_LAST, .off = _OUT(r_last), .cb = nlattr_get_uint8 },
1645 nlattr_add_u8(nw, PF_AA_R_LAST, attrs.r_last); in pf_handle_get_addr()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c3183 snl_add_msg_attr_u8(&nw, PF_AA_R_LAST, pa->r_last); in pfctl_add_addr()
3262 { .type = PF_AA_R_LAST, .off = _OUT(r_last), .cb = snl_attr_get_uint8 },