| /freebsd/lib/libc/db/recno/ |
| H A D | rec_seq.c | 49 * 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 D | bt_seq.c | 65 * 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 D | rec_seq.c | 55 * 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 D | dbopen.3 | 352 .It Dv R_LAST 368 .Dv R_LAST 377 .Dv R_LAST
|
| /freebsd/lib/libc/db/test/ |
| H A D | dbtest.c | 488 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 D | db_recno.3 | 210 R_LAST 216 If the cursor is not yet set, this is the same as the R_LAST flag.
|
| H A D | db_btree.3 | 214 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 D | h_db.c | 507 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 D | bt_seq.c | 99 * 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 D | dbtest.c | 546 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 D | db.hin | 59 #define R_LAST 6 /* seq (BTREE, RECNO) */
|
| /freebsd/include/ |
| H A D | db.h | 63 #define R_LAST 6 /* seq (BTREE, RECNO) */ macro
|
| /freebsd/usr.sbin/sa/ |
| H A D | pdb.c | 239 rv = DB_SEQ(output_pacct_db, &data, &ndata, rflag ? R_FIRST : R_LAST); in pacct_print()
|
| /freebsd/contrib/sendmail/libsmdb/ |
| H A D | smdb1.c | 133 return R_LAST;
|
| /freebsd/share/man/man4/ |
| H A D | pf.4 | 181 u_int8_t r_last;
|
| /freebsd/contrib/nvi/common/ |
| H A D | line.c | 505 switch (ep->db->seq(ep->db, &key, &data, R_LAST)) { in db_last()
|
| /freebsd/lib/libc/db/test/btree.tests/ |
| H A D | main.c | 562 status = (*db->seq)(db, &key, &data, R_LAST);
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/ |
| H A D | main.c | 645 status = (*db->seq)(db, &key, &data, R_LAST);
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 2258 u_int8_t r_last; member 3045 u_int8_t r_last; member
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/ |
| H A D | kdb_db2.c | 1002 curs->startflag = R_LAST; in curs_init()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_ioctl.c | 441 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 D | pf_nl.c | 1553 { .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 D | libpfctl.c | 3183 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 },
|