Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp81 bool exact) const { in FindLineEntryIndex()
82 LLDB_INSTRUMENT_VA(this, line_entry, exact); in FindLineEntryIndex()
90 line_entry.GetFileSpec().get(), exact, in FindLineEntryIndex()
98 const bool exact = true; in FindLineEntryIndex() local
99 return FindLineEntryIndex(start_idx, line, inline_file_spec, exact); in FindLineEntryIndex()
104 bool exact) const { in FindLineEntryIndex()
105 LLDB_INSTRUMENT_VA(this, start_idx, line, inline_file_spec, exact); in FindLineEntryIndex()
118 exact, &line_entry); in FindLineEntryIndex()
/freebsd/lib/libc/db/btree/
H A Dbt_get.c61 int exact, status; in __bt_get() local
77 if ((e = __bt_search(t, key, &exact)) == NULL) in __bt_get()
79 if (!exact) { in __bt_get()
H A Dbt_put.c70 int dflags, exact, status; in __bt_put() local
157 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL) in __bt_put()
158 if ((e = __bt_search(t, key, &exact)) == NULL) in __bt_put()
171 if (!exact) in __bt_put()
176 if (!exact || !F_ISSET(t, B_NODUPS)) in __bt_put()
H A Dbt_seq.c147 int exact; in __bt_seqset() local
164 return (__bt_first(t, key, ep, &exact)); in __bt_seqset()
233 int exact; in __bt_seqadv() local
244 * current tree. It doesn't matter if the returned key is an exact in __bt_seqadv()
245 * match or not -- if it's an exact match, the record was added after in __bt_seqadv()
250 return (__bt_first(t, &c->key, ep, &exact)); in __bt_seqadv()
319 * exactp: pointer to exact match flag
335 * If it's an exact match and duplicates are possible, walk backwards in __bt_first()
H A Dbt_delete.c144 int exact, level; in __bt_stkacq() local
152 if ((e = __bt_search(t, &c->key, &exact)) == NULL) in __bt_stkacq()
211 if ((e = __bt_search(t, &c->key, &exact)) == NULL) in __bt_stkacq()
283 int deleted, exact, redo; in __bt_bdelete() local
288 loop: if ((e = __bt_search(t, key, &exact)) == NULL) in __bt_bdelete()
290 if (!exact) { in __bt_bdelete()
/freebsd/contrib/tcsh/
H A Dtw.comp.c247 tw_match(const Char *str, const Char *pat, int exact) in tw_match() argument
250 int rv = exact ? Gmatch(estr = str, pat) : Gnmatch(str, pat, &estr); in tw_match()
252 xprintf("G%smatch(%s, ", exact ? "" : "n", short2str(str)); in tw_match()
525 int exact; in tw_complete() local
600 exact = 0; in tw_complete()
616 exact = 1; in tw_complete()
623 if ((n = tw_match(pos, ran, exact)) < 0) { in tw_complete()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCompileUnit.h38 bool exact = false) const;
45 bool exact) const;
/freebsd/sys/netsmb/
H A Dsmb_conn.c126 int exact = 1; in smb_sm_lookupint() local
146 exact = 0; in smb_sm_lookupint()
151 exact = 0; in smb_sm_lookupint()
153 if (!exact || (vcspec->mode & SMBM_MASK) != in smb_sm_lookupint()
616 int exact = 1; in smb_vc_cmpshare() local
624 exact = 0; in smb_vc_cmpshare()
629 exact = 0; in smb_vc_cmpshare()
632 if (!exact) in smb_vc_cmpshare()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp227 const FileSpec *file_spec_ptr, bool exact, in FindLineEntry() argument
239 /*check_inlines=*/false, exact); in FindLineEntry()
318 const bool exact = true; in ResolveSymbolContext() local
324 inlines, exact); in ResolveSymbolContext()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_get_size.pod32 EVP_PKEY_get_size() is only preliminary and not exact, so the final
54 buffer and still pass a pointer to an integer and get the exact size
57 exact buffer size, then allocate the buffer in between, and call that
H A DOSSL_STORE_SEARCH.pod100 This criterion supports a search by exact match of subject name.
107 This criterion supports a search by exact match of both issuer name and serial
117 This criterion supports a search by exact match of key fingerprint.
/freebsd/contrib/gdtoa/
H A Dstrtodg.c174 (d, fpi, exp, bits, exact, rd, irv) in rvOK() argument
175 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv; in rvOK()
177 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
189 if (exact)
196 exact &&
217 if (!exact)
261 if (!lostbits && !exact)
/freebsd/lib/libc/gen/
H A Dpututxline.c99 goto exact; in utx_active_add()
125 exact: in utx_active_add()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcdns,xtensa-mx.txt6 Remaining properties have exact same meaning as in Xtensa PIC
/freebsd/bin/sh/tests/builtins/
H A Dcd8.02 # The exact wording of the error message is not standardized, but giving
/freebsd/crypto/openssl/apps/demoSRP/
H A Dsrp_verifier.txt4 # The exact values ... you have to dig this out from the source of srp.c
/freebsd/sys/contrib/device-tree/Bindings/arm/ti/
H A Dk3.txt10 Each device tree root node must specify which exact SoC in K3 Multicore SoC
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dpwm-clock.txt17 is not exact but was rounded to nanoseconds.
/freebsd/tools/tools/kdrv/
H A DKernelDriver270 if {[lsearch -exact $unwritable $p] == -1} {
282 if {[lsearch -exact $unwritable $p] == -1} {
805 if {[lsearch -exact $unwritable $p] == -1} {
817 if {[lsearch -exact $unwritable $p] == -1} {
H A Dsample.drvinfo3 # the KernelDriver script for a more exact definition of the syntax.
/freebsd/contrib/ntp/adjtimed/
H A DREADME19 thing". This is not an exact replacement for BSD adjtime(2), don't
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dsnow.txt17 MAX98091 or MAX98095 CODEC (exact device type is indicated by the compatible
/freebsd/contrib/less/
H A Dopttbl.c814 lbool exact = FALSE; in findopt_name()
841 if (!exact && len == maxlen) in findopt_name()
858 exact = (len == strlen(oname->oname)); in findopt_name()
797 int exact = 0; findopt_name() local
/freebsd/crypto/heimdal/lib/kafs/
H A Dcommon.c265 const char *cell, char **realm, int exact) in file_find_cell() argument
285 if (exact) in file_find_cell()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64CPUFeatures.inc11 // are an exact match.

123456789