/freebsd/contrib/bc/scripts/ |
H A D | release.pkg.yao | 6 * Redistribution and use in source and binary forms, with or without 14 * and/or other materials provided with the distribution. 41 * Turns a string array into a string by joining all strings together with 78 help: "Turn off building and testing builds with 128-bit integers." 106 help: "Turn off running the build with `configure.sh` and `make`." 111 help: "Turn off running the build with Rig." 122 help: "Whether to test with computed goto or not." 127 help: "Whether to test with editline or not." 139 help: "Whether to test with history or not." 156 help: "Whether to test with readline or not." [all …]
|
/freebsd/contrib/bearssl/T0/ |
H A D | kern.t0 | 20 \ Local variables are defined with the native word '(local)'. We define 24 \ the semicolon are locals that are both defined and then filled with the 25 \ values on stack (in stack order: { a b } fills 'b' with the top-of-stack, 26 \ and 'a' with the value immediately below). Names appearing after the 116 \ word compares X with Y1; if they are equal, C1 is executed, and then 121 \ compare with X. And so on. 125 \ the stack, or replace it with exactly one value; the 'endcase' word 132 \ an 'if..else' that must be terminated with a matching 'then' in 'endcase'. 142 \ on the stack, and each test is supposed to come up with its own boolean 151 add-cc: co { T0_CO(); } [all …]
|
/freebsd/contrib/tcsh/ |
H A D | Ported | 12 COMPILER: cc, gcc, acc 18 NOTES : Don't compile with /usr/5bin/cc 23 COMPILER: cc, gcc 29 NOTES : The sunpro compiler cannot compile tcsh with -O, it crashes 30 : on some files. In any case do not use -O with any of the 39 COMPILER: WorkShop cc 50 COMPILER: Sun Studio cc 61 COMPILER: cc, gcc 83 COMPILER: cc 94 COMPILER: cc, gcc [all …]
|
/freebsd/contrib/googletest/googlemock/ |
H A D | CMakeLists.txt | 69 # when using fetch-content with the name "GTest". 80 # with one of them. 88 "${gtest_dir}/src/gtest-all.cc" 89 src/gmock-all.cc) 93 "${gtest_dir}/src/gtest-all.cc" 94 src/gmock-all.cc 95 src/gmock_main.cc) 97 cxx_library(gmock "${cxx_strict}" src/gmock-all.cc) 100 cxx_library(gmock_main "${cxx_strict}" src/gmock_main.cc) 139 # C++ tests built with standard compiler flags. [all …]
|
/freebsd/contrib/googletest/googletest/ |
H A D | CMakeLists.txt | 26 "Build gtest with internal symbols hidden in shared libraries." 118 # with one of them. 123 cxx_library(gtest "${cxx_strict}" src/gtest-all.cc) 141 cxx_library(gtest_main "${cxx_strict}" src/gtest_main.cc) 162 # Samples on how to link user tests with gtest or gtest_main. 169 cxx_executable(sample1_unittest samples gtest_main samples/sample1.cc) 170 cxx_executable(sample2_unittest samples gtest_main samples/sample2.cc) 172 cxx_executable(sample4_unittest samples gtest_main samples/sample4.cc) 173 cxx_executable(sample5_unittest samples gtest_main samples/sample1.cc) 198 # C++ tests built with standard compiler flags. [all …]
|
/freebsd/sys/contrib/device-tree/scripts/ |
H A D | Kbuild.include | 11 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o 20 # filename of target with directory and extension stripped 24 # filename of first prerequisite with directory and extension stripped 47 # The existing file will be compared with the new one. 70 # cc-cross-prefix 71 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) 73 # If no $(CC) found in PATH with listed prefixes return nothing 74 cc-cross-prefix = \ 109 # cc-option 110 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586) [all …]
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_minimal.t0 | 59 * -- Each certificate is decoded in due course, with the following 84 * -- Otherwise, the hashed subject DN is compared with the saved 97 * with the expected key type (initialization parameter). The public 99 * DN are also compared with the "direct trust" keys; if the key 100 * and DN are matched, then validation ends with a success. 104 * decoded public key. Failure here ends validation with an error. 109 * present, indicate a CA, and have a path length compatible with 146 * signatures is valid, then validation ends with a success. 184 br_x509_minimal_context *cc; 187 cc = (br_x509_minimal_context *)(void *)ctx; [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | always-compiler-options.m4 | 4 dnl # LDFLAGS needs -fsanitize=address at all times so libraries compiled with 8 dnl # the behavior of binaries and libraries build with -fsanitize=address. 11 AC_MSG_CHECKING([whether to build with -fsanitize=address support]) 49 dnl # Enabled -fsanitize=undefined if supported by cc. 51 dnl # LDFLAGS needs -fsanitize=undefined at all times so libraries compiled with 55 dnl # the behavior of binaries and libraries build with -fsanitize=undefined. 58 AC_MSG_CHECKING([whether to build with -fsanitize=undefined support]) 96 dnl # Check if cc supports -Wframe-larger-than=<size> option. 117 dnl # Check if cc supports -Wno-format-truncation option. 138 dnl # Check if cc supports -Wno-format-zero-length option. [all …]
|
/freebsd/contrib/googletest/ |
H A D | BUILD.bazel | 5 # Redistribution and use in source and binary forms, with or without 13 # in the documentation and/or other materials provided with the 90 "googletest/src/*.cc", 93 "googlemock/src/*.cc", 97 "googletest/src/gtest-all.cc", 98 "googletest/src/gtest_main.cc", 99 "googlemock/src/gmock-all.cc", 100 "googlemock/src/gmock_main.cc", 157 # `gtest-death-test.cc` has `EXPECT_DEATH` that spawns a process, 158 # expects it to crash and inspects its logs with the given matcher, [all …]
|
/freebsd/contrib/ee/ |
H A D | make.default | 21 # for System V, using new_curse with terminfo 24 # for BSD, using new_curse with termcap 27 # for BSD systems with select(), using new_curse with termcap, use: 40 cc ee.c -o ee $(CFLAGS) -lcurses 43 cc -o ee ee.o new_curse.o $(CFLAGS) 46 cc -c ee.c $(DEFINES) $(CFLAGS) 49 cc new_curse.c -c $(DEFINES) $(CFLAGS)
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | posix1.exp | 28 Target with suffix transformations 32 Implied source with suffix transformations 36 Suffixless target with suffix transformations 40 Out-of-date dependencies with suffix transformations 44 Member with suffix transformations 48 cc -c -o 'dir/obj_1.o' 'dir/obj_1.c' 68 Target with suffix transformations 72 Implied source with suffix transformations 76 Suffixless target with suffix transformations 80 Out-of-date dependencies with suffix transformations [all …]
|
/freebsd/share/mk/ |
H A D | bsd.suffixes-extra.mk | 8 .SUFFIXES: .out .o .bc .ll .pico .nossppico .pieo .S .asm .s .c .cc .cpp .cxx .C .f .y .l .ln 32 .cc.pico .C.pico .cpp.pico .cxx.pico: 37 .cc.nossppico .C.nossppico .cpp.nossppico .cxx.nossppico: 43 .cc.pieo .C.pieo .cpp.pieo .cxx.pieo: 62 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${PICFLAG} -DPIC \ 68 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${PICFLAG} -DPIC \ 76 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${PIEFLAG} -DPIC \
|
H A D | bsd.suffixes.mk | 20 .cc .cpp .cxx .C: 23 .cc.o .cpp.o .cxx.o .C.o: 26 .cc.bco .cpp.bco .cxx.bco .C.bco: 29 .cc.llo .cpp.llo .cxx.llo .C.llo: 52 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${CFLAGS} ${ACFLAGS} -c ${.IMPSRC} \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrControl.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 101 /*REGISTER prefixed with D/A bit*/(operand "$dst", 4)); 115 foreach cc = [ "cc", "ls", "lt", "eq", "mi", "f", "ne", "ge", 117 def SET#"d8"#cc : MxSccR<cc>; 118 def SET#"j8"#cc : MxSccM<cc, MxType8.JOp, MxType8.JPat, MxEncAddrMode_j<"dst">>; 119 def SET#"p8"#cc : MxSccM<cc, MxType [all...] |
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 53 \ with an 'ERR_OK fail' call). We can thus make this processing right 83 cc: DBG ( addr -- ) { 91 cc: DBG2 ( addr x -- ) { 99 \ Mark the context as failed with a specific error code. This also 101 cc: fail ( err -- ! ) { 107 cc: get8 ( addr -- val ) { 113 cc: get16 ( addr -- val ) { 119 cc: get32 ( addr -- val ) { 125 cc: set8 ( val addr -- ) { 131 cc: set16 ( val addr -- ) { [all …]
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | BUILD.bazel | 5 # Redistribution and use in source and binary forms, with or without 13 # in the documentation and/or other materials provided with the 41 srcs = glob(include = ["gmock-*.cc"]) + ["gmock-matchers_test.h"], 63 srcs = ["gmock_leak_test_.cc"], 85 "gmock_link2_test.cc", 86 "gmock_link_test.cc", 94 srcs = ["gmock_output_test_.cc"], 116 srcs = ["gmock_test.cc"],
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | BUILD.bazel | 5 # Redistribution and use in source and binary forms, with or without 13 # in the documentation and/or other materials provided with the 45 "gtest-*.cc", 46 "googletest-*.cc", 51 "gtest-unittest-api_test.cc", 52 "googletest/src/gtest-all.cc", 53 "gtest_all_test.cc", 54 "gtest-death-test_ex_test.cc", 55 "gtest-listener_test.cc", 56 "gtest-unittest-api_test.cc", [all …]
|
/freebsd/secure/caroot/trusted/ |
H A D | Trustwave_Global_ECC_P256_Certification_Authority.pem | 19 Signature Algorithm: ecdsa-with-SHA256 31 a8:cc:93:a4:97:06:38:ca:0d:15:62:c6:8e:01:2a: 43 Signature Algorithm: ecdsa-with-SHA256 47 02:20:2d:26:03:a0:05:bd:6b:d1:f6:5c:f8:65:cc:86:6d:b3: 48 9c:34:48:63:84:09:c5:8d:77:1a:e2:cc:9c:e1:74:7b
|
H A D | Security_Communication_ECC_RootCA1.pem | 19 Signature Algorithm: ecdsa-with-SHA384 33 44:b1:5e:fd:cc:76:10:d8:5b:bd:a2:c6:f9:d6:42: 45 Signature Algorithm: ecdsa-with-SHA384 48 c4:46:28:49:33:d0:58:43:2a:63:29:cc:4d:b1:b4:7a:a2:b9: 51 cc:df:44:61:16:82:ab:49:b0:b2:81:ec:73:87:78:b4:4c:b2:
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | getting_started.rst | 44 ``CMAKE_C_COMPILER`` C compiler to use ``cc`` … 47 ``HUGE_FUZZ`` :doc:`Fuzz test </tests>` with 8GB of data ``OFF`` … 109 libcbor is known to successfully work on ARM Android devices. Cross-compilation is possible with ``… 112 Linking with libcbor 118 You can verify that everything has been set up properly by creating a file with the following conte… 135 cc hello_cbor.c -lcbor -o hello_cbor 138 libcbor also comes with `pkg-config <https://wiki.freedesktop.org/www/Software/pkg-config/>`_ suppo… 142 cc $(pkg-config --cflags libcbor) hello_cbor.c $(pkg-config --libs libcbor) -o hello_cbor 173 cc -I/usr/local/include hello_cbor.c -lcbor -o hello_cbor 181 cc -Wl,-rpath,/usr/local/lib -lcbor -o hello_cbor
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README.NIS | 3 > Problem: I have several [machines] with multiple IP addresses, and 4 > when they try to connect to a daemon with tcp wrapper, they are often 27 is registered in zone win.tue.nl, with one name that has two A records: 36 with the two programs below. This is what they say on a local NIS client 73 2.4 NIS client, with a SunOS 4.1.3_U1 NIS server: 80 The tcpd source comes with a workaround for this problem. The 100 X * gethostbyaddr tester. compile with: 102 X * cc -o gethostbyaddr gethostbyaddr.c (SunOS 4.x) 104 X * cc -o gethostbyaddr gethostbyaddr.c -lnsl (SunOS 5.x) 147 echo shar: \"gethostbyaddr.c\" unpacked with wrong size! [all …]
|
/freebsd/contrib/ntp/html/hints/ |
H A D | rs6000 | 8 Xntp version 3 now support the cc compiler for AIX. 9 The Config.aix will now use cc by default. You can still compile xntp 10 with the bsd compiler by changing "COMP= cc" to "COMP= bsdcc" and 41 entry point into the xlc compiler with various options set for BSD
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_syscall_linux_x86_64.inc | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 18 "memory", "cc"); 26 "rcx", "r11", "memory", "cc"); 34 "S"((u64)arg2) : "rcx", "r11", "memory", "cc"); 42 "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc"); 52 "rcx", "r11", "r10", "memory", "cc"); 64 "rcx", "r11", "r10", "r8", "memory", "cc"); 79 "memory", "cc");
|
/freebsd/secure/caroot/untrusted/ |
H A D | E-Tugra_Global_Root_CA_ECC_v3.pem | 19 Signature Algorithm: ecdsa-with-SHA384 29 04:8e:98:29:bf:c7:10:1e:27:db:ab:03:cc:28:2c: 30 d8:5e:48:19:10:29:cc:cb:59:81:cc:8c:b8:92:17: 47 Signature Algorithm: ecdsa-with-SHA384
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 151 // Generate many variants of a single instruction with a single defining 170 // 2 register with unsigned 6-bit immediate variant. 182 (ins immU6:$U6, ccond:$cc, GPR32:$B), 183 !strconcat(opasm, ".$cc\t$A, $B, $U6"), 190 (ins immU6:$U6, ccond:$cc, GPR32:$B), 191 !strconcat(opasm, ".$cc.f\t$A, $B, $U6"), 198 // 2 register with 32-bit immediate variant. 211 // 2 matched-register with signed 12-bit immediate variant (add r0, r0, -1). 273 // NOTE: This could be specialized later with a custom `PrintMethod` for [all …]
|