Searched refs:exact (Results 1 - 25 of 33) sorted by relevance

12

/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/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/cmd/sendmail/db/btree/
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_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_delete.c307 int exact, ret; local
327 __bam_search(dbc, key, S_WRPAIR, level, NULL, &exact)) != 0)
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/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/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/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c781 __m_cc_compare(c1, c2, exact)
783 int exact;
787 if (exact && c1->_f != c2->_f)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm289 by the C<fileno> of the handles. So the exact handles that were added
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s52 ! which checks for the exact location of a zero-byte within a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsprintf.t272 >%.0f< >2**38< >274877906944< >Should have exact int'l rep'n<
/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/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm1440 my $exact = 1;
1451 $exact = 0 if $a != 0;
1454 ($x,$exact); # return result
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxdate.c451 goto exact;
488 exact:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL1080 Remember also to include the B<exact> error messages, if any.
1081 "Perl complained something" is not an exact error message.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm272 If you need to be able to read a block which has an exact size, you can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm283 not be an exact multiple of eight, there may be unused bits in the last
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm545 applied to the data in the Store method, the I<exact> inverse operation
548 If you don't provide an exact inverse transformation, you will find that
H A DPerlIO.pm95 (Gory details follow) To be more exact what happens is this: after
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s53 ! which checks for the exact location of a zero-byte within a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs911 # This is the exact equivalent of Dump. Well, almost. The things that are

Completed in 97 milliseconds

12