| /freebsd-13.1/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 102 return {Pred, Make}; in onlyType() 109 auto Make = None; in anyType() local 110 return {Pred, Make}; in anyType() 117 auto Make = None; in anyIntType() local 118 return {Pred, Make}; in anyIntType() 125 auto Make = None; in anyFloatType() local 126 return {Pred, Make}; in anyFloatType() 140 return {Pred, Make}; in anyPtrType() [all …]
|
| /freebsd-13.1/contrib/googletest/googletest/codegear/ |
| H A D | gtest.groupproj | 23 <Target Name="gtest:Make"> 24 <MSBuild Projects="gtest.cbproj" Targets="Make" /> 32 <Target Name="gtest_main:Make"> 33 <MSBuild Projects="gtest_main.cbproj" Targets="Make" /> 41 <Target Name="gtest_unittest:Make"> 42 <MSBuild Projects="gtest_unittest.cbproj" Targets="Make" /> 50 <Target Name="Make"> 51 <CallTarget Targets="gtest:Make;gtest_main:Make;gtest_unittest:Make" />
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 196 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex() local 208 return {Pred, Make}; in validExtractValueIndex() 232 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { in matchScalarInAggregate() local 242 return {Pred, Make}; in matchScalarInAggregate() 255 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex() local 267 return {Pred, Make}; in validInsertValueIndex() 304 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex() local 312 return {Pred, Make}; in validShuffleVectorIndex()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | DependencyOutputOptions.h | 21 enum class DependencyOutputFormat { Make, NMake }; enumerator 51 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/mount/ |
| H A D | mounttest.ksh | 78 log_note Make sure the file systems were mounted 96 log_note Make sure the file systems were unmounted
|
| H A D | setup.ksh | 57 log_note Make sure file system $fs was mounted 63 log_note Make sure file system $fs is unmounted
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 83 o Make some evdns.c debug logs more verbose (d873d67) 393 o Make whitespace more consistent 770 o Make evdns logging threadsafe (b1c7950) 883 o Make kqueue use changelists. (45e5ae3) 981 o Make it compile under gcc --std=c89. (e2ca403) 1001 o Make http use evconnlistener. (ec34533) 1092 o Make sendfile work on FreeBSD 1198 o Make name_from_addr() threadsafe in http.c 1200 o Make all event_tagging interfaces threadsafe. 1229 o Make configure script work on IRIX. [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. 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 204 o Make test subdirectory compile under mingw. 206 o Make the test.sh script run unit tests for the evpoll method. 207 o Make the entire evdns.h header enclosed in "extern C" as appropriate. [all …]
|
| H A D | ChangeLog | 70 o Make http-server.c output into good html5 (6d72bdc) 433 o Make --disable-libevent-regress work again (787fd74) 467 o Make all tests pass under EVENT_DEBUG_MODE=1 (b1b054f) 521 o Make th_base_lock nonrecursive. (9cd5acb) 752 o Make some evdns.c debug logs more verbose (d873d67) 869 o Make write-checking fixes use tt_fail_perror (2b76847) 1059 o Make quiet build even quieter (371a123) 1225 o Make evbuffer_file_segment_types adaptable (c6bbbf1) 1325 o Make test-changelist faster (7622d26) 1328 o Make regression tests run over 3x faster. (67a1763) [all …]
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 83 o Make some evdns.c debug logs more verbose (d873d67) 393 o Make whitespace more consistent 770 o Make evdns logging threadsafe (b1c7950) 883 o Make kqueue use changelists. (45e5ae3) 981 o Make it compile under gcc --std=c89. (e2ca403) 1001 o Make http use evconnlistener. (ec34533) 1092 o Make sendfile work on FreeBSD 1198 o Make name_from_addr() threadsafe in http.c 1200 o Make all event_tagging interfaces threadsafe. 1229 o Make configure script work on IRIX. [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. 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 204 o Make test subdirectory compile under mingw. 206 o Make the test.sh script run unit tests for the evpoll method. 207 o Make the entire evdns.h header enclosed in "extern C" as appropriate. [all …]
|
| /freebsd-13.1/contrib/ipfilter/ |
| H A D | NAT.FreeBSD | 13 2) Make the ipnat rules 35 Make a file called /etc/natrules 94 6) Make sure that you have your interfaces configured.
|
| /freebsd-13.1/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.
|
| /freebsd-13.1/contrib/blacklist/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
|
| /freebsd-13.1/stand/mips/beri/loader/ |
| H A D | version | 4 file is important. Make sure the current version number is on line 6.
|
| /freebsd-13.1/stand/powerpc/ofw/ |
| H A D | version | 4 file is important. Make sure the current version number is on line 6.
|
| /freebsd-13.1/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
|
| /freebsd-13.1/stand/powerpc/kboot/ |
| H A D | version | 4 file is important. Make sure the current version number is on line 6.
|
| /freebsd-13.1/stand/efi/loader/ |
| H A D | version | 4 file is important. Make sure the current version number is on line 6.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningService.h | 38 Make, enumerator
|
| /freebsd-13.1/tools/tools/tinybsd/conf/bridge/ |
| H A D | tinybsd.ports | 9 # Make sure you have enough space to add it.
|
| /freebsd-13.1/tools/tools/tinybsd/conf/default/ |
| H A D | tinybsd.ports | 9 # Make sure you have enough space to add it.
|
| /freebsd-13.1/tools/tools/tinybsd/conf/wireless/ |
| H A D | tinybsd.ports | 9 # Make sure you have enough space to add it.
|
| /freebsd-13.1/tools/tools/tinybsd/conf/minimal/ |
| H A D | tinybsd.ports | 9 # Make sure you have enough space to add it.
|
| /freebsd-13.1/tools/tools/tinybsd/conf/firewall/ |
| H A D | tinybsd.ports | 9 # Make sure you have enough space to add it.
|