/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 59 \ control, so we need to check that type only when returning from a 'co'. 83 cc: DBG ( addr -- ) { 91 cc: DBG2 ( addr x -- ) { 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 -- ) { 137 cc: set32 ( val addr -- ) { [all …]
|
H A D | ssl_hs_server.t0 | 446 cc: set-max-frag-len ( len -- ) { 581 cc: call-policy-handler ( -- bool ) { 595 cc: check-resume ( -- bool ) { 607 cc: save-session ( -- ) { 623 \ Get header, and check message type. 640 check-resume { resume } 785 \ Now check the received data. Since the client is expecting an 853 \ We don't check that the new ID is distinct from the one sent 991 cc: do-ecdhe-part1 ( curve -- len ) { 1061 \ includes the per-name 2-byte header, but _not_ the 2-byte header for [all …]
|
/freebsd/crypto/krb5/src/config/ |
H A D | pre.in | 31 check: check-$(WHAT) 63 # all: includes foo 66 # includes: 68 # includes: 107 check-unix: check-postrecurse 108 check-postrecurse: check-recurse 109 check-recurse: check-prerecurse 111 check-prerecurse: 112 check-postrecurse: 288 # prefix (with no spaces after) for rpath flag to cc [all …]
|
/freebsd/contrib/ldns/ |
H A D | acx_nlnetlabs.m4 | 17 # 2015-12-11 FLTO check for new OSX, clang. 18 # 2015-11-18 spelling check fix. 36 # 2011-06-23 Add ACX_CHECK_FLTO to check -flto. 38 # 2010-07-02 Add check for ss_family (for minix). 59 # ACX_CHECK_COMPILER_FLAG - see if cc supports a flag. 62 # ACX_DEPFLAG - find cc dependency flags. 64 # ACX_CHECK_FORMAT_ATTRIBUTE - find cc printf format syntax. 65 # ACX_CHECK_UNUSED_ATTRIBUTE - find cc variable unused syntax. 66 # ACX_CHECK_FLTO - see if cc supports -flto and use it if so. 84 # ACX_FUNC_MALLOC - check malloc, define replacement . [all …]
|
/freebsd/contrib/unbound/ |
H A D | acx_nlnetlabs.m4 | 6 # 2024-01-16 fix to add -l:libssp.a to -lcrypto link check. 7 # and check for getaddrinfo with only header. 8 # 2024-01-15 fix to add crypt32 to -lcrypto link check when checking for gdi32. 26 # 2015-12-11 FLTO check for new OSX, clang. 27 # 2015-11-18 spelling check fix. 45 # 2011-06-23 Add ACX_CHECK_FLTO to check -flto. 47 # 2010-07-02 Add check for ss_family (for minix). 68 # ACX_CHECK_COMPILER_FLAG - see if cc supports a flag. 71 # ACX_DEPFLAG - find cc dependency flags. 73 # ACX_CHECK_FORMAT_ATTRIBUTE - find cc printf format syntax. [all …]
|
H A D | configure.ac | 333 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "weak" attribute) 356 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "noreturn" attribute) 379 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "fallthrough" attribute) 530 # check for types. 571 # check to see if libraries are needed for these functions. 575 # check whether strptime also works 601 # check some functions of the OS before linking libs (while still runnable). 611 # check if we can use SO_REUSEPORT 649 # check windows threads (we use them, not pthreads, on windows). 651 # check windows threads [all …]
|
/freebsd/ |
H A D | Makefile.inc1 | 1111 .for cc in cc c++ 1112 if [ -x ${WORLDTMP}/usr/bin/${cc} ]; then \ 1113 inum=$$(ls -i ${WORLDTMP}/usr/bin/${cc}); \ 1220 MK_INCLUDES=yes includes 1222 ${_+_}cd ${.CURDIR}; ${WMAKE} MK_INCLUDES=yes SHARED=symlinks includes 1224 ${_+_}cd ${.CURDIR}; ${WMAKE} test-includes 1345 @echo ">>> Install check world started on `LC_ALL=C date`" 1349 @echo ">>> Install check kernel started on `LC_ALL=C date`" 1410 echo "rescue/sh check failed, installation aborted" >&2; \ 1590 test-includes: .PHONY [all …]
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog | 123 * hx509 now includes a pkcs11 implementation. 127 * lib/hdb/Makefile.am: Move OpenLDAP includes to AM_CPPFLAGS to 235 * lib/krb5/cache.c: allow returning the default cc-type. 245 the default cc name for a credential type. 317 * lib/krb5/get_in_tkt.c: check no server referral, don't use
|
H A D | aclocal.m4 | 201 # both Tru64's cc and ICC support -MD to output dependencies as a 238 # We check with `-c' and `-o' for the sake of the "dashmstdout" 489 # We need awk for the "check" target. The system "awk" is bad on 651 # Check to see how 'make' treats includes. -*- Autoconf -*- 663 # Check to see how make treats includes. 1058 m4_include([cf/check-compile-et.m4]) 1059 m4_include([cf/check-getpwnam_r-posix.m4]) 1060 m4_include([cf/check-man.m4]) 1061 m4_include([cf/check-netinet-ip-and-tcp.m4]) 1062 m4_include([cf/check-type-extra.m4]) [all …]
|
H A D | ChangeLog.2001 | 6 2001-12-05 Jacques Vidrine <n@nectar.cc> 40 functions check the return value of the underlying function and 109 * configure.in: check for termcap.h 142 * lib/krb5/appdefault.c: also check libdefaults, and realms/realm 183 * kdc/kerberos4.c (get_des_key): check for null keys even if 189 * configure.in: remove extra space after -L check for libutil.h 209 * configure.in: check for openpty 232 * lib/krb5/context.c (init_context_from_config_file): check 430 * lib/krb5/store_fd.c (krb5_storage_from_fd): check malloc returns 643 * kdc/config.c: actually check the ticket addresses [all …]
|
/freebsd/crypto/openssl/Configurations/ |
H A D | README.md | 25 files. The Configure script does check that a config file doesn't 60 includes => As an alternative, inclusion directories 65 cc => The C compiler command, usually one of "cc", 110 command. On Unix, this includes the 341 "target" => "{cc}:{cflags}:{unistd}:{thread_cflag}:{sys_id}:{lflags}: 665 These scripts are per platform family, to check the integrity of the 672 If the check succeeds, the script is expected to end with a non-zero 673 expression. If the check fails, the script can end with a zero, or
|
/freebsd/contrib/file/ |
H A D | INSTALL | 40 to figure out how `configure' could check whether to do them, and mail 61 3. Optionally, type `make check' to run any self-tests that come with 208 you can use the `configure' options `--x-includes=DIR' and 225 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" 234 ./configure CC="cc" 238 ./configure CC="cc -nodtk"
|
/freebsd/contrib/ntp/ntpd/ |
H A D | Makefile.in | 100 @LIBNTP_SUBMAKES_TRUE@am__append_1 = check-libntp 137 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \ 309 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ 381 $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf \ 382 $(top_srcdir)/check-libopts.mf $(top_srcdir)/check-scm-rev.mf \ 383 $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \ 667 @NTP_CROSSCOMPILE_FALSE@@SAVECONFIG_ENABLED_TRUE@CHECK_SAVECONFIG = check-saveconfig check-pslsaveconfig 693 $(VPHACK_AFTER) $(B_S_DIST) $(NULL) check [all...] |
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 116 complete cc \ 149 n/*/f:*.{c,C,cc,o,a,s,i}/ 150 complete g++ n/*/f:*.{C,cc,o,s,i}/ 151 complete CC n/*/f:*.{C,cc,cpp,o,s,i}/ 155 n/*/f:^*.{c,cc,C,h,in}/ 272 …datadir,sysconfdir,sharedstatedir,localstatedir,infodir,mandir,srcdir,x-includes,x-libraries}=*@x:… 278 srcdir= x-includes= x-libraries= cachefile= enable- disable- \ 288 p/1/"(admin cdc check clean comb deledit delget delta diffs edit enter \ 362 'c/-/(body cc from subject help)/' \ 363 'n,-cc,$mha,' \ [all …]
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 57 - Don't compute check value for raw inflate if asked to validate 83 - Don't bother computing check value after successful inflateSync() 87 - Explicitly note that the 32-bit check values are 32 bits 104 - Check for cc masquerading as gcc or clang in configure 161 - Change check for a four-byte type back to hexadecimal 176 - Fix configure check for veracity of compiler error return codes 207 - Remove runtime check in configure for four-byte integer type 239 - If using cmake with MSVC, add the source directory to the includes 386 - Add test to configure for GNU C looking for gcc in output of $cc -v 405 - Add a check in configure for stdarg.h, use for gzprintf() [all …]
|
H A D | FAQ | 5 If your question is not there, please check the zlib home page 29 zero. For Visual Basic, check that this parameter is passed by reference 67 check that you don't have old files libz.* in /usr/lib, /usr/local/lib or 100 trying to install it, you may want to check if it's already there! If you 102 it. You can check the version at the top of zlib.h or with the 124 the C compiler (cc or gcc). You must recompile applications using zlib 143 faster integrity check than gzip. 317 encryption, use GnuPG, http://www.gnupg.org/ , which already includes zlib
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 59 + build/bug-fix for check-size feature (reports by Sam James, Gabriele 64 + provide for padding in check-size feature, using new_prescr() to 81 + modify check-size feature to avoid using it in a pseudoterminal 92 + add configure check for MB_LEN_MAX, to provide warning as needed. 198 + amend fix for Debian #1055882, correcting nul terminator check in 206 + amend parameter check for entire string versus specific length in 243 + make the recent change to setupterm optional "--enable-check-size" 348 + improve parameter check in tparm_setup() 369 TERMINAL, and check if they are for a terminal, like SVr4. 414 + check return value of _nc_save_str(), in special case for tic where [all …]
|
H A D | aclocal.m4 | 533 # check if $ARFLAGS already contains this choice 766 AC_ARG_WITH(build-cc, 767 [ --with-build-cc=XXX the build C compiler ($BUILD_CC)], 769 [AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)]) 837 Use --with-build-cc to specify the native compiler.]) 914 : "${CC:=cc}" 1066 dnl Derive the system name, as a check for reusing the autoconf cache. 1103 dnl $1 = the name to check 1130 dnl $1 = the name to check 1156 dnl $1 = the name to check [all …]
|
/freebsd/contrib/one-true-awk/ |
H A D | FIXES.1e | 49 Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>. 54 Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>. 59 Miguel Pineiro Jr. <mpj@pineiro.cc>. 65 <mpj@pineiro.cc>. 70 undetected. Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>. 323 Fix check for command line arguments to no longer require that 721 changed types in posix chars structure to quiet solaris cc. 854 distribution now includes a script for building on a Mac, 911 fixed some bugs in sub and gsub when replacement includes \\. 999 makefile now includes backup copies of ytab.c and lexyy.c in case [all …]
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 30 run into. Therefore, sometimes a user has to use `EXPECT_TRUE()` to check a 279 to check for preconditions of the system under test during runtime and skip 625 your program will fail the heap check as the parent process will never see the 643 Note: If you want to put a series of test assertions in a subroutine to check 693 path/to/foo_test.cc:11: Failure 698 path/to/foo_test.cc:17: A 700 path/to/foo_test.cc:12: Failure 1180 where the list of test cases is dynamic and may be empty, then this check can be 1187 You can see [sample7_unittest.cc] and [sample8_unittest.cc] for more examples. 1189 [sample7_unittest.cc]: https://github.com/google/googletest/blob/main/googletest/samples/sample7_un… [all …]
|
/freebsd/contrib/bmake/ |
H A D | configure | 1120 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1123 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1360 --disable-check-make-chdir disable make trying to guess 2300 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 2390 // Also check for declarations in for loops. 3066 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3088 ac_cv_prog_CC="${ac_tool_prefix}cc" 3112 # Extract the first word of "cc", so it can be a program name with args. 3135 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3139 ac_cv_prog_CC="cc" [all …]
|
/freebsd/contrib/openpam/ |
H A D | aclocal.m4 | 235 # both Tru64's cc and ICC support -MD to output dependencies as a 272 # We check with '-c' and '-o' for the sake of the "dashmstdout" 397 # Check whether this is an Automake generated Makefile which includes 398 # dependency-tracking related rules and includes. 534 # We need awk for the "check" target (and possibly the TAP driver). The 657 # Check to see how 'make' treats includes. -*- Autoconf -*- 783 # Make sure it works both with $CC and with simple cc. 871 # granularity, so we don't check for anything finer than that. (See below.) 952 # have one more thing to check: make. It can happen that 992 # Everything we know to check worked out, so call this resolution good. [all …]
|
/freebsd/contrib/ntp/sntp/ |
H A D | aclocal.m4 | 258 # both Tru64's cc and ICC support -MD to output dependencies as a 295 # We check with '-c' and '-o' for the sake of the "dashmstdout" 420 # Check whether this is an Automake generated Makefile which includes 421 # dependency-tracking related rules and includes. 557 # We need awk for the "check" target (and possibly the TAP driver). The 607 # recipes. So use an aggressive probe to check that the usage we want is 718 # Check to see how 'make' treats includes. -*- Autoconf -*- 844 # Make sure it works both with $CC and with simple cc. 1240 m4_include([m4/openldap-thread-check.m4])
|
/freebsd/contrib/libpcap/ |
H A D | aclocal.m4 | 11 dnl ``This product includes software developed by the University of California, 65 CC=cc 71 dnl Determine which compiler we're using (cc or gcc) 73 dnl If using cc: 798 [AC_MSG_CHECKING(for ${CC-cc} -R) 801 ${CC-cc} -o conftest conftest.c -R/a1/b2/c3 >conftest.out 2>&1 868 # because the conditional check is done at 1015 # and libnsl, so check in libsocket and also link with liblnsl 1053 # UNIX Specification, so that we can check whether a datagram 1226 dnl Internal check to see if pkg-config supports short errors.
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 44 - Add the time.h headers to accheck_includes, for the strptime check. 45 - Remove the check for el_init in libedit; we're always replacing 87 - Add a check for strptime() requiring separators between 93 - Move IPv6 check from tnftp.h to configure.ac (as per tnftpd). 120 * Add autoconf check for (Dante) SOCKS5. 162 * Add check for struct sockaddr.sa_len. 202 require support for 'long long' in that check rather than 295 Fixes build issue on older Darwin where the previous autoconf check 390 IRIX cc. 419 Fixes build problem on HP-UX with cc. [all …]
|