/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | BSTItem.java | 59 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 84 rv = exact ? in compare()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_get.c | 73 int exact, status; local 89 if ((e = __bt_search(t, key, &exact)) == NULL) 91 if (!exact) {
|
H A D | bt_put.c | 82 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 D | bt_delete.c | 158 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 D | bt_seq.c | 192 int exact; local 209 return (__bt_first(t, key, ep, &exact)); 281 int exact, rval; local 317 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR) 319 if (!exact)
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_recno.c | 252 int exact, ret, stack; local 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 D | bt_cursor.c | 353 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) 717 int exact, ret; local 733 exact = 1; 736 1, &recno, &exact)) != 0) 766 int exact, needkey, ret, stack; local 916 DB_KEYFIRST : DB_KEYLAST, &exact)) != 0) [all …]
|
H A D | bt_delete.c | 307 int exact, ret; local 327 __bam_search(dbc, key, S_WRPAIR, level, NULL, &exact)) != 0)
|
H A D | bt_split.c | 84 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_41/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.c | 644 int exact = 0; local 663 exact = 1; 677 if (ambig && !exact) 801 int exact = 0; local 850 exact = 1; 863 if (ambig && !exact)
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_misc.c | 281 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_41/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprivate.c | 211 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_41/usr/src/cmd/Adm/ |
H A D | ttysrch | 35 # an exact match requires that the major/minor device number 40 # By specifying only the M and F flags, an exact match will
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | TODO | 12 3. To rewrite edge.c for more exact correspondence with the
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | quick.test | 44 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
|
H A D | memleak.test | 64 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
|
H A D | all.test | 71 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_dir.c | 65 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 182 exact = in zfs_dirent_lock() 311 error = zfs_match_find(zfsvfs, dzp, name, exact, in zfs_dirent_lock()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 781 __m_cc_compare(c1, c2, exact) in __m_cc_compare() argument 783 int exact; 787 if (exact && c1->_f != c2->_f)
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 383 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_41/usr/src/lib/libcurses/screen/ |
H A D | termcap.ed | 116 /* Special cases that do not have exact terminfo equivalents */
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 969 __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_41/usr/src/lib/libc/sparc/gen/ |
H A D | strlcpy.s | 52 ! which checks for the exact location of a zero-byte within a
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_rxdma_hw.h | 1730 uint8_t exact:1; member 1736 uint8_t exact:1;
|
/titanic_41/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 4478 unsigned int fw_naddr = (rem < ARRAY_SIZE(c.u.exact) in t4_alloc_mac_filt() 4479 ? rem : ARRAY_SIZE(c.u.exact)); in t4_alloc_mac_filt() 4481 u.exact[fw_naddr]), 16); in t4_alloc_mac_filt() 4494 for (i = 0, p = c.u.exact; i < fw_naddr; i++, p++) { in t4_alloc_mac_filt() 4511 for (i = 0, p = c.u.exact; i < fw_naddr; i++, p++) { in t4_alloc_mac_filt() 4563 struct fw_vi_mac_exact *p = c.u.exact; in t4_change_mac()
|