/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBCompileUnit.cpp | 81 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 D | bt_get.c | 61 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 D | bt_put.c | 70 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 D | bt_seq.c | 147 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 D | bt_delete.c | 144 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 D | tw.comp.c | 247 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 D | SBCompileUnit.h | 38 bool exact = false) const; 45 bool exact) const;
|
/freebsd/sys/netsmb/ |
H A D | smb_conn.c | 126 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 D | CompileUnit.cpp | 227 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 D | EVP_PKEY_get_size.pod | 32 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 D | OSSL_STORE_SEARCH.pod | 100 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 D | strtodg.c | 174 (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 D | pututxline.c | 99 goto exact; in utx_active_add() 125 exact: in utx_active_add()
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | cdns,xtensa-mx.txt | 6 Remaining properties have exact same meaning as in Xtensa PIC
|
/freebsd/bin/sh/tests/builtins/ |
H A D | cd8.0 | 2 # The exact wording of the error message is not standardized, but giving
|
/freebsd/crypto/openssl/apps/demoSRP/ |
H A D | srp_verifier.txt | 4 # 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 D | k3.txt | 10 Each device tree root node must specify which exact SoC in K3 Multicore SoC
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | pwm-clock.txt | 17 is not exact but was rounded to nanoseconds.
|
/freebsd/tools/tools/kdrv/ |
H A D | KernelDriver | 270 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 D | sample.drvinfo | 3 # the KernelDriver script for a more exact definition of the syntax.
|
/freebsd/contrib/ntp/adjtimed/ |
H A D | README | 19 thing". This is not an exact replacement for BSD adjtime(2), don't
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | snow.txt | 17 MAX98091 or MAX98095 CODEC (exact device type is indicated by the compatible
|
/freebsd/contrib/less/ |
H A D | opttbl.c | 814 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 D | common.c | 265 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 D | AArch64CPUFeatures.inc | 11 // are an exact match.
|