| /freebsd-12.1/sys/contrib/libsodium/builds/msvc/build/ |
| H A D | buildbase.bat | 4 SET solution=%1 13 ECHO Building: %solution% 19 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=Win32 %solution% >> %log% 22 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=Win32 %solution% >> %log% 25 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=Win32 %solution% >> %log% 28 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=Win32 %solution% >> %log% 41 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=x64 %solution% >> %log% 44 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=x64 %solution% >> %log% 47 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=x64 %solution% >> %log% 50 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=x64 %solution% >> %log% [all …]
|
| /freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 213 dictItem solution; in ZDICT_analyzePos() local 216 memset(&solution, 0, sizeof(solution)); in ZDICT_analyzePos() 230 return solution; in ZDICT_analyzePos() 254 return solution; in ZDICT_analyzePos() 347 solution.pos = (U32)pos; in ZDICT_analyzePos() 348 solution.length = (U32)maxLength; in ZDICT_analyzePos() 357 length = solution.length; in ZDICT_analyzePos() 360 if (length > solution.length) length = solution.length; in ZDICT_analyzePos() 367 return solution; in ZDICT_analyzePos() 551 dictItem solution; in ZDICT_trainBuffer_legacy() local [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-structalias.c | 255 bitmap solution; member 1368 sol = get_varinfo (t)->solution; in do_da_constraint() 1501 tmp = get_varinfo (t)->solution; in do_ds_constraint() 1507 sol = get_varinfo (rhs)->solution; in do_ds_constraint() 1548 bitmap solution; in do_complex_constraint() local 1554 solution = get_varinfo (t)->solution; in do_complex_constraint() 1556 tmp = get_varinfo (t)->solution; in do_complex_constraint() 1562 get_varinfo (t)->solution = tmp; in do_complex_constraint() 2087 bitmap solution; in solve_graph() local 2103 solution = get_varinfo (i)->solution; in solve_graph() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lld/docs/ |
| H A D | missingkeyfunction.rst | 50 The solution in this case is to implement the missing method. 72 The solution in this case is to add the missing ``= 0`` to the declaration of 82 The solution in this case is to check your dependencies to make sure that
|
| /freebsd-12.1/contrib/sendmail/cf/cf/ |
| H A D | knecht.mc | 199 # The solution below catches any one of this three issues. This is not an ideal 200 # solution, but a temporary measure. A correct solution would be to check for 201 # the presence of ALL three header attributes. Also the solution is incomplete
|
| /freebsd-12.1/release/picobsd/tinyware/sps/ |
| H A D | README | 4 is superior solution).
|
| /freebsd-12.1/sys/dts/arm/ |
| H A D | pandaboard-common.dtsi | 30 non-removable; /* XXX need real solution */
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | CONTRIBUTING | 24 Please note that if you know exactly how to solve the problem and the solution
|
| /freebsd-12.1/contrib/ntp/ntpsnmpd/ |
| H A D | README | 22 I will try to do this earlier in order to be able to have a working solution at the end of this pro…
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | armada-xp-db-xc3-24g4xg.dts | 16 * solution) or the below Device Tree should be adjusted.
|
| H A D | armada-xp-db-dxbc2.dts | 16 * solution) or the below Device Tree should be adjusted.
|
| H A D | armada-370-rd.dts | 17 * solution) or the below Device Tree should be adjusted.
|
| H A D | armada-xp-db.dts | 20 * solution) or the below Device Tree should be adjusted.
|
| H A D | armada-xp-gp.dts | 19 * solution) or the below Device Tree should be adjusted.
|
| H A D | armada-370-db.dts | 19 * solution) or the below Device Tree should be adjusted.
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | README.ipset.md | 4 …book, twitter, youtube and thousands web site for some reason. VPN is a solution. But the internet…
|
| /freebsd-12.1/contrib/nvi/cl/ |
| H A D | README.signal | 81 Also, the second solution doesn't work for flow control characters, as 154 itself to sleep. There's a solution to all of this: when vi starts, it puts 173 The simplest solution is probably to twiddle the tty, install a handler for
|
| /freebsd-12.1/sys/kern/ |
| H A D | Make.tags.inc | 11 # better solution would be for ctags to generate "struct vmmeter" tags.
|
| /freebsd-12.1/contrib/amd/ |
| H A D | README.attrcache | 79 The near term solution is for every OS to support a true 'noac' flag, which 82 The long term solution is to implement Autofs support for all OSs and to
|
| /freebsd-12.1/crypto/heimdal/doc/ |
| H A D | misc.texi | 56 A working solution would be to hook up a machine with a real operating
|
| /freebsd-12.1/etc/mail/ |
| H A D | README | 16 just the localhost interface). If this is not a desirable solution, it
|
| /freebsd-12.1/sbin/natd/samples/ |
| H A D | natd.cf.sample | 84 # The obvious solution is to use only a single address for the name, the
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_LH_COMPFUNC.pod | 129 best solution to this problem is to set hash-E<gt>down_load=0 before 131 The best solution is probably to avoid deleting items from the hash
|
| H A D | X509_NAME_get_index_by_NID.pod | 59 For a more general solution X509_NAME_get_index_by_NID() or
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-type-util.h.pump | 167 // Our solution is to combine the best part of the two approaches: a 265 // Our solution is to combine the best part of the two approaches: a
|