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

/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_search.c56 * exactp: pointer to exact match flag
64 __bt_search(BTREE *t, const DBT *key, int *exactp) argument
82 *exactp = 1;
105 __bt_sprev(t, h, key, exactp))
109 __bt_snext(t, h, key, exactp))
112 *exactp = 0;
140 * exactp: pointer to exact match flag
146 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) argument
160 *exactp = 1;
175 * exactp
181 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) argument
[all...]
H A Dbt_seq.c323 * exactp: pointer to exact match flag
330 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) argument
344 if ((ep = __bt_search(t, key, exactp)) == NULL)
346 if (*exactp) {
H A Dbt_put.c263 bt_fast(BTREE *t, const DBT *key, const DBT *data, int *exactp) argument
301 *exactp = cmp == 0;
/freebsd-10-stable/crypto/heimdal/lib/sl/
H A Dsl.h62 SL_cmd *sl_match (SL_cmd *cmds, char *cmd, int exactp);
H A Dsl.c109 sl_match (SL_cmd *cmds, char *cmd, int exactp) argument
125 if (partial_match == 1 && !exactp)

Completed in 124 milliseconds