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

/freebsd-12-stable/lib/libc/db/btree/
H A Dbt_search.c58 * exactp: pointer to exact match flag
66 __bt_search(BTREE *t, const DBT *key, int *exactp) argument
84 *exactp = 1;
107 __bt_sprev(t, h, key, exactp))
111 __bt_snext(t, h, key, exactp))
114 *exactp = 0;
142 * exactp: pointer to exact match flag
148 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) argument
162 *exactp = 1;
177 * exactp
183 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) argument
[all...]
H A Dbt_seq.c325 * exactp: pointer to exact match flag
332 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) argument
346 if ((ep = __bt_search(t, key, exactp)) == NULL)
348 if (*exactp) {
H A Dbt_put.c266 bt_fast(BTREE *t, const DBT *key, const DBT *data, int *exactp) argument
304 *exactp = cmp == 0;
/freebsd-12-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 184 milliseconds