Home
last modified time | relevance | path

Searched refs:R_SETCURSOR (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/db/recno/
H A Drec_put.c103 case R_SETCURSOR: in __rec_put()
163 case R_SETCURSOR: in __rec_put()
/freebsd/lib/libc/db/btree/
H A Dbt_put.c90 case R_SETCURSOR: in __bt_put()
238 if (flags == R_SETCURSOR) in __bt_put()
/freebsd/include/
H A Ddb.h67 #define R_SETCURSOR 10 /* put (RECNO) */ macro
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c591 if (!strcmp(s, "R_SETCURSOR")) return R_SETCURSOR; in setflags()
609 case R_SETCURSOR: return "R_SETCURSOR"; in sflags()
/freebsd/lib/libc/db/test/
H A Ddbtest.c530 if (!strcmp(s, "R_SETCURSOR")) return (R_SETCURSOR);
549 case R_SETCURSOR: return ("R_SETCURSOR");