Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 57) sorted by relevance

123

/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DBSTItem.java59 public int compare(BSTItem otherItem, boolean exact) { in compare() argument
61 return compare(otherItem.key, exact); in compare()
74 public int compare(String otherKey, boolean exact) { in compare() argument
78 * (exact ? "exact" : "partial") + " to " + otherKey); in compare()
84 rv = exact ? in compare()
/titanic_51/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_get.c73 int exact, status; local
89 if ((e = __bt_search(t, key, &exact)) == NULL)
91 if (!exact) {
H A Dbt_put.c82 int dflags, exact, status; local
173 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
174 if ((e = __bt_search(t, key, &exact)) == NULL)
187 if (!exact)
192 if (!exact || !F_ISSET(t, B_NODUPS))
H A Dbt_delete.c158 int exact, level; local
166 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
225 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
299 int deleted, exact, redo; local
304 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
306 if (!exact) {
H A Dbt_seq.c192 int exact; local
209 return (__bt_first(t, key, ep, &exact));
281 int exact, rval; local
292 * be in the current tree. If the returned key is an exact match,
299 * notices and doesn't do a put() of it. Since the key is an exact
302 * back a record if it's an exact match.
317 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR)
319 if (!exact)
397 * exactp: pointer to exact match flag
417 * If it's an exact matc
[all...]
/titanic_51/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; global() 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; global() 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)
/titanic_51/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; global() local
801 int exact = 0; global() local
/titanic_51/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c281 boolean_t exact, tcp_stack_t *tcps) in tcp_ioctl_abort_bucket() argument
322 if (exact) in tcp_ioctl_abort_bucket()
358 boolean_t exact = B_FALSE; /* set when there is no wildcard */ in tcp_ioctl_abort() local
371 exact = (TCP_AC_V4LOCAL(acp) != INADDR_ANY); in tcp_ioctl_abort()
379 exact = !IN6_IS_ADDR_UNSPECIFIED(&TCP_AC_V6LOCAL(acp)); in tcp_ioctl_abort()
389 &count, exact, tcps); in tcp_ioctl_abort()
398 &count, exact, tcps); in tcp_ioctl_abort()
/titanic_51/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) in vmtruncate() argument
213 static ssize_t vmtruncate(vm, seg, size, exact) in vmtruncate()
217 int exact;
230 if(exact)
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmprivate.c186 static ssize_t _vmtruncate(Vmalloc_t* vm, Seg_t* seg, size_t size, int exact) in _vmtruncate() argument
188 static ssize_t _vmtruncate(vm, seg, size, exact) in _vmtruncate()
192 int exact;
205 if(exact)
/titanic_51/usr/src/cmd/Adm/
H A Dttysrch35 # an exact match requires that the major/minor device number
40 # By specifying only the M and F flags, an exact match will
/titanic_51/usr/src/lib/librstp/common/
H A DTODO12 3. To rewrite edge.c for more exact correspondence with the
/titanic_51/usr/src/lib/libsqlite/test/
H A Dquick.test44 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
H A Dmemleak.test64 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
H A Dall.test71 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
/titanic_51/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c65 zfs_match_find(zfsvfs_t *zfsvfs, znode_t *dzp, char *name, boolean_t exact, in zfs_match_find() argument
80 if (exact) in zfs_match_find()
143 boolean_t exact; in zfs_dirent_lock() local
178 * Decide if exact matches should be requested when performing in zfs_dirent_lock()
182 exact = in zfs_dirent_lock()
191 * are looking for the exact name. in zfs_dirent_lock()
311 error = zfs_match_find(zfsvfs, dzp, name, exact, in zfs_dirent_lock()
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c781 __m_cc_compare(c1, c2, exact) in __m_cc_compare() argument
783 int exact;
787 if (exact && c1->_f != c2->_f)
/titanic_51/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c383 sizeof (c.u.exact[0]), 16); in t4_mc_multicst()
387 c.u.exact[0].valid_to_idx = htons(F_FW_VI_MAC_CMD_VALID | in t4_mc_multicst()
390 bcopy(mcaddr, &c.u.exact[0].macaddr, ETHERADDRL); in t4_mc_multicst()
408 idx = G_FW_VI_MAC_CMD_IDX(ntohs(c.u.exact[0].valid_to_idx)); in t4_mc_multicst()
/titanic_51/usr/src/lib/libcurses/screen/
H A Dtermcap.ed116 /* Special cases that do not have exact terminfo equivalents */
/titanic_51/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) in __m_cc_compare() argument
973 if (exact && c1->_f != c2->_f) in __m_cc_compare()
/titanic_51/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s52 ! which checks for the exact location of a zero-byte within a
/titanic_51/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h1730 uint8_t exact:1; member
1736 uint8_t exact:1;

123