Searched defs:exact (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_get.c71 int exact, status; local
87 if ((e = __bt_search(t, key, &exact)) == NULL)
89 if (!exact) {
H A Dbt_put.c80 int dflags, exact, status; local
171 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
172 if ((e = __bt_search(t, key, &exact)) == NULL)
185 if (!exact)
190 if (!exact || !F_ISSET(t, B_NODUPS))
H A Dbt_delete.c156 int exact, level; local
164 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
223 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
297 int deleted, exact, redo; local
302 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
304 if (!exact) {
H A Dbt_seq.c186 int exact; local
203 return (__bt_first(t, key, ep, &exact));
275 int exact, rval; local
286 * be in the current tree. If the returned key is an exact match,
293 * notices and doesn't do a put() of it. Since the key is an exact
296 * back a record if it's an exact match.
311 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR)
313 if (!exact)
391 * exactp: pointer to exact match flag
411 * If it's an exact matc
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmprivate.c211 static ssize_t vmtruncate(Vmalloc_t* vm, Seg_t* seg, size_t size, int exact) argument
213 static ssize_t vmtruncate(vm, seg, size, exact)
217 int exact;
230 if(exact)
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c307 int exact, ret; local
327 __bam_search(dbc, key, S_WRPAIR, level, NULL, &exact)) != 0)
H A Dbt_cursor.c353 int exact, ret, tmp_rmw; local
452 if ((ret = __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
478 if ((ret = __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
495 __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
517 if ((ret = __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
521 * As we didn't require an exact match, the search function
717 int exact, ret; local
733 exact = 1;
736 1, &recno, &exact)) != 0)
766 int exact, needke local
1886 int exact, ret; local
[all...]
H A Dbt_recno.c252 int exact, ret, stack; local
276 /* Search the tree for the key; delete only deletes exact matches. */
277 if ((ret = __bam_rsearch(dbc, &cp->recno, S_DELETE, 1, &exact)) != 0)
279 if (!exact) {
538 int exact, ret, stack, tmp_rmw; local
631 F_ISSET(dbc, DBC_RMW) ? S_FIND_WR : S_FIND, 1, &exact)) != 0)
634 if (!exact) {
693 int exact, ret; local
739 if ((ret = __bam_rsearch(dbc, &cp->recno, S_INSERT, 1, &exact)) != 0)
741 if (!exact) {
1276 int exact, isdeleted, ret, stack; local
[all...]
H A Dbt_split.c84 int exact, level, ret; local
122 __bam_search(dbc, arg, S_WRPAIR, level, NULL, &exact) :
124 (db_recno_t *)arg, S_WRPAIR, level, &exact))) != 0)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.c328 or is an exact match for some defined option. If they have an
488 int exact = 0;
496 /* Test all long options for either exact match
507 exact = 1;
524 if (ambig && !exact)
793 int exact = 0;
854 /* Test all long options for either exact match
864 exact = 1;
880 if (ambig && !exact)
484 int exact = 0; local
789 int exact = 0; local
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c497 or is an exact match for some defined option. If they have an
648 int exact = 0;
656 /* Test all long options for either exact match
667 exact = 1;
681 if (ambig && !exact)
805 int exact = 0;
844 /* Test all long options for either exact match
854 exact = 1;
867 if (ambig && !exact)
644 int exact = 0; local
801 int exact = 0; local
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c969 __m_cc_compare(const cchar_t *c1, const cchar_t *c2, int exact) argument
973 if (exact && c1->_f != c2->_f)
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c2110 int exact)
2141 * if exact was set.
2143 if (exact == 1) {
2109 _get_next_iterator(scf_handle_t *h, scf_pg_tmpl_t *t, const char *snapshot, int exact) argument

Completed in 103 milliseconds