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

/freebsd-10-stable/include/
H A Ddb.h68 #define R_SETCURSOR 10 /* put (RECNO) */ macro
/freebsd-10-stable/lib/libc/db/recno/
H A Drec_put.c107 case R_SETCURSOR:
168 case R_SETCURSOR:
/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_put.c241 if (flags == R_SETCURSOR)
/freebsd-10-stable/lib/libc/db/test/
H A Ddbtest.c540 if (!strcmp(s, "R_SETCURSOR")) return (R_SETCURSOR);
559 case R_SETCURSOR: return ("R_SETCURSOR");
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c591 if (!strcmp(s, "R_SETCURSOR")) return R_SETCURSOR;
609 case R_SETCURSOR: return "R_SETCURSOR";

Completed in 60 milliseconds