/titanic_51/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 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 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 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 D | bt_recno.c | 252 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 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) 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 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_51/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.c | 497 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 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_51/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_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmprivate.c | 186 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 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_51/usr/src/lib/librstp/common/ |
H A D | TODO | 12 3. To rewrite edge.c for more exact correspondence with the
|
/titanic_51/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_51/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 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 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_51/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_51/usr/src/lib/libcurses/screen/ |
H A D | termcap.ed | 116 /* Special cases that do not have exact terminfo equivalents */
|
/titanic_51/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_51/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_51/usr/src/uts/common/sys/nxge/ |
H A D | nxge_rxdma_hw.h | 1730 uint8_t exact:1; member 1736 uint8_t exact:1;
|