Home
last modified time | relevance | path

Searched defs:exactp (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/lib/libc/db/btree/
H A Dbt_search.c60 __bt_search(BTREE *t, const DBT *key, int *exactp) in __bt_search()
142 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_snext()
177 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_sprev()
H A Dbt_put.c260 bt_fast(BTREE *t, const DBT *key, const DBT *data, int *exactp) in bt_fast()
H A Dbt_seq.c326 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) in __bt_first()
/freebsd-src/crypto/heimdal/lib/sl/
H A Dsl.c109 sl_match (SL_cmd *cmds, char *cmd, int exactp) in sl_match()