| /src/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 56 MakeT Make; variable 60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred() argument 62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) { in SourcePred() 84 return Make(Cur, BaseTypes); in generate() 99 auto Make = [Only](ArrayRef<Value *>, ArrayRef<Type *>) { in onlyType() 102 return {Pred, Make}; in onlyType() 109 auto Make = std::nullopt; in anyType() local 110 return {Pred, Make}; in anyType() 117 auto Make = std::nullopt; in anyIntType() local 118 return {Pred, Make}; in anyIntType() [all …]
|
| /src/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 226 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex() local 238 return {Pred, Make}; in validExtractValueIndex() 262 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { in matchScalarInAggregate() local 272 return {Pred, Make}; in matchScalarInAggregate() 285 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex() local 297 return {Pred, Make}; in validInsertValueIndex() 334 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex() local 342 return {Pred, Make}; in validShuffleVectorIndex()
|
| /src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | DependencyOutputOptions.h | 22 enum class DependencyOutputFormat { Make, NMake }; enumerator 64 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
|
| /src/tests/sys/cddl/zfs/tests/mount/ |
| H A D | mounttest.ksh | 73 log_note Make sure the file systems were mounted 91 log_note Make sure the file systems were unmounted
|
| H A D | setup.ksh | 52 log_note Make sure file system $fs was mounted 58 log_note Make sure file system $fs is unmounted
|
| /src/contrib/spleen/ |
| H A D | ChangeLog | 18 - Makefile: replace BSD Make .for loops with portable dependency rules, 19 the project can now be built with both BSD Make and GNU Make 187 - Make it clear that .dfont files are provided in release tarballs 199 - Make the 'Z', 'z' and derived characters more balanced, as is the 202 - Make the slash inside the digit '0' one pixel thiner (32x64 version) 264 - Make upper case 'X' thicker (16x32 and 32x64 versions) 265 - Make upper case 'V' thicker (32x64 version) 266 - Make lower case 'g' character smoother (16x32 and 32x64 versions) 279 - Make the upper left corner of the 'R' sharp in the registered sign (16x32, 299 - Make the upper case 'K' middle bar shorter, helps differentiating it from [all …]
|
| /src/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 10 o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4) 20 o core: Make event_pending() threadsafe. (be7a95c Simon Liu) 83 o Make some evdns.c debug logs more verbose (d873d67) 90 …o Make uses of open() close-on-exec safe by introducing an internal evutil_open_closeonexec. (d2b5… 110 o Make evconnlistener work around bug in older Linux when getting nmapped (ecfc720) 186 o Make evbuffer callbacks get the right n_added value after evbuffer_add (1ef1f68 Alex) 200 o Make write-checking fixes use tt_fail_perror (2b76847) 211 o Make rate limiting work with common_timeout logic (5b18f13) 216 o Make IOCP rate-limiting group support stricter and less surprising. (a98da7b) 218 o Make overlapped reads result in evbuffer callbacks getting invoked (6acfbdd) [all …]
|
| H A D | ChangeLog-1.4 | 7 o Make the evbuffer_readln backport follow the current API (c545485) 13 o Make evutil_make_socket_nonblocking() leave any other flags alone. (81c26ba Jardel Weyrich) 19 o Make Libevent 1.4 build on win32 with Unicode enabled. (bce58d6 Brodie Thiesfield) 103 o Make event_add not change any state if it fails; reported by Ian Bell. 132 o Make sure winsock2.h include always comes before windows.h include. 164 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()… 165 o Make kqueue restore signal handlers correctly when event_del() is called. 187 o Make adding of array members in event_rpcgen more efficient, but doubling memory allocation 202 …o Make autogen.sh script run correctly on systems where /bin/sh isn't bash. (Patch from Trond Norb… 204 o Make test subdirectory compile under mingw. [all …]
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 10 o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4) 20 o core: Make event_pending() threadsafe. (be7a95c Simon Liu) 83 o Make some evdns.c debug logs more verbose (d873d67) 90 …o Make uses of open() close-on-exec safe by introducing an internal evutil_open_closeonexec. (d2b5… 110 o Make evconnlistener work around bug in older Linux when getting nmapped (ecfc720) 186 o Make evbuffer callbacks get the right n_added value after evbuffer_add (1ef1f68 Alex) 200 o Make write-checking fixes use tt_fail_perror (2b76847) 211 o Make rate limiting work with common_timeout logic (5b18f13) 216 o Make IOCP rate-limiting group support stricter and less surprising. (a98da7b) 218 o Make overlapped reads result in evbuffer callbacks getting invoked (6acfbdd) [all …]
|
| H A D | ChangeLog-1.4 | 7 o Make the evbuffer_readln backport follow the current API (c545485) 13 o Make evutil_make_socket_nonblocking() leave any other flags alone. (81c26ba Jardel Weyrich) 19 o Make Libevent 1.4 build on win32 with Unicode enabled. (bce58d6 Brodie Thiesfield) 103 o Make event_add not change any state if it fails; reported by Ian Bell. 132 o Make sure winsock2.h include always comes before windows.h include. 164 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()… 165 o Make kqueue restore signal handlers correctly when event_del() is called. 187 o Make adding of array members in event_rpcgen more efficient, but doubling memory allocation 202 …o Make autogen.sh script run correctly on systems where /bin/sh isn't bash. (Patch from Trond Norb… 204 o Make test subdirectory compile under mingw. [all …]
|
| /src/contrib/bsnmp/ |
| H A D | NEWS | 8 Make default communities NULL for security. 31 1.11 Make the Mib2 routing table use red-black tree. This vastly 101 Make build infrastructure more intelligent. 150 Make an autoconf build infrastructure. 191 Make the patch a context diff instead of a unified one.
|
| /src/contrib/blocklist/diff/ |
| H A D | proftpd.diff | 1 --- Make.rules.in.orig 2015-05-27 20:25:54.000000000 -0400 2 +++ Make.rules.in 2016-01-25 21:48:47.000000000 -0500
|
| /src/tools/build/options/ |
| H A D | WITH_DETECT_TZ_CHANGES | 1 Make the time handling code detect changes to the timezone files.
|
| H A D | WITHOUT_NETLINK_SUPPORT | 1 Make libraries and programs use rtsock and
|
| H A D | WITH_NETLINK_SUPPORT | 1 Make libraries and programs use
|
| H A D | WITH_INSTALL_AS_USER | 1 Make install targets succeed for non-root users by installing
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog | 166 * lib/krb5/keytab_keyfile.c: Make num_entries an uint32 to avoid 251 * lib/krb5/fcache.c: Make the remove cred slight more atomic, now 284 * lib/krb5/fcache.c: Make the storing credential an atomic 290 * lib/krb5/fcache.c: Make erase_file() do locking too. 292 * kcm/protocol.c: Make work when moving to a non-existant 313 * lib/krb5/get_in_tkt.c: Make server referral work. 331 * lib/krb5/get_in_tkt.c: Make working with client referrals. 415 * lib/krb5/store_emem.c: Make compile on-pre c99 compilers. From
|
| H A D | NEWS | 57 - Make C++ safe 71 - Make work with OpenLDAPs krb5 overlay 114 - Make building on AIX6 possible. 116 - Make ipropd-slave reconnect when master down gown 124 [HEIMDAL-151] - Make canned tests work again after cert expired 197 * Make work on platforms without dlopen. 203 * Make krb5_get_renewed_creds work. 205 * Make kaserver preauth work again. 213 * Make session key for the krbtgt be selected by the best encryption 233 * Make ASN.1 library less paranoid to with regard to NUL in string to [all …]
|
| H A D | ChangeLog.2006 | 155 * lib/Makefile.am: Make the directories test automake conditional 206 * lib/hdb/hdb-ldap.c: Make build again from the hdb_entry 245 * kdc/config.c: Make all pkinit options prefixed with pkinit_ 262 * lib/krb5/verify_user.c: Make krb5_get_init_creds_opt_free take a 265 * lib/krb5/krb5_get_init_creds.3: Make 268 * lib/krb5/init_creds_pw.c: Make krb5_get_init_creds_opt_free take 271 * kuser/kinit.c: Make krb5_get_init_creds_opt_free take a context 274 * kpasswd/kpasswd.c: Make krb5_get_init_creds_opt_free take a 277 * kpasswd/kpasswd-generator.c: Make krb5_get_init_creds_opt_free 280 * kdc/hprop.c: Make krb5_get_init_creds_opt_free take a context [all …]
|
| /src/crypto/heimdal/lib/ntlm/ |
| H A D | ChangeLog | 13 * ntlm.c: Make heim_ntlm_decode_type3 more useful and provide a 66 * ntlm.c: Make free functions free memory.
|
| /src/contrib/ntp/ |
| H A D | TODO | 8 970711: Make sure it's safe to convert proto_config's 2nd argument from 119 - Make sure enable-hourly-todr-sync is always disabled
|
| /src/sys/contrib/libsodium/m4/ |
| H A D | ax_check_gnu_make.m4 | 20 # * If GNU Make is found, its version is extracted from the output of 75 AX_CHECK_GNU_MAKE_HEADLINE=$("$a" --version 2> /dev/null | grep "GNU Make")
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningService.h | 37 Make, enumerator
|
| /src/share/examples/printing/ |
| H A D | make-ps-header | 38 % Make sure we do not interfere with user's job that will follow
|
| /src/contrib/libpcap/ |
| H A D | Makefile-devel-adds | 3 # From autoconf.info . Works best with GNU Make.
|