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

/freebsd-current/include/
H A Ddb.h67 #define R_SETCURSOR 10 /* put (RECNO) */ macro
/freebsd-current/lib/libc/db/recno/
H A Drec_put.c103 case R_SETCURSOR:
163 case R_SETCURSOR:
/freebsd-current/lib/libc/db/btree/
H A Dbt_put.c54 * flag: R_NOOVERWRITE, R_SETCURSOR, R_CURSOR
90 case R_SETCURSOR:
238 if (flags == R_SETCURSOR)
/freebsd-current/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";
/freebsd-current/lib/libc/db/test/
H A Ddbtest.c530 if (!strcmp(s, "R_SETCURSOR")) return (R_SETCURSOR);
549 case R_SETCURSOR: return ("R_SETCURSOR");

Completed in 133 milliseconds