/freebsd/sys/contrib/device-tree/scripts/ |
H A D | Kbuild.include | 39 # filechk is used to check if the content of a generated file is updated. 67 # gcc support functions 70 # cc-cross-prefix 71 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) 74 cc-cross-prefix = \ 109 # cc-option 110 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586) 112 cc-option = $(call try-run,\ 115 # cc-option-yn 116 # Usage: flag := $(call cc-option-yn,-march=winchip-c6) [all …]
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_minimal.t0 | 34 * and decoding functions use it to ensure that no attempt is made at 184 br_x509_minimal_context *cc; 187 cc = (br_x509_minimal_context *)(void *)ctx; 188 for (u = 0; u < cc->num_name_elts; u ++) { 189 cc->name_elts[u].status = 0; 190 cc->name_elts[u].buf[0] = 0; 192 memset(&cc->pkey, 0, sizeof cc->pkey); 193 cc->num_certs = 0; 194 cc->err = 0; 195 cc->cpu.dp = cc->dp_stack; [all …]
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_client.t0 | 116 * OID for hash functions in RSA signatures. 323 * because the list of supported hash functions provided to the 325 * hash functions that the multi-hasher supports. 374 supported-hash-functions { num } drop 0 379 \ Write supported hash functions ( sign -- ) 382 supported-hash-functions drop 383 \ We advertise hash functions in the following preference order: 410 cc: ext-ALPN-length ( -- len ) { 472 \ Supported cipher suites. We also check here that we indeed 627 \ Save a value in a 16-bit field, or check it in case of session resumption. [all …]
|
H A D | ssl_hs_common.t0 | 54 \ into the read functions. 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 -- ) { [all …]
|
H A D | ssl_hs_server.t0 | 312 * OID for hash functions in RSA signatures. 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 835 supported-hash-functions drop 257 * 0xFFFF0000 or 853 \ We don't check that the new ID is distinct from the one sent [all …]
|
/freebsd/sys/contrib/zlib/ |
H A D | README | 9 All functions of the compression library are documented in the file zlib.h 24 http://zlib.net/ . Before reporting a problem, please check this site to 26 version and check whether the problem still exists or not. 64 when compiled with cc. 66 - On Digital Unix 4.0D (formerly OSF/1) on AlphaServer, the cc option -std1 is 69 - zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with 70 other compilers. Use "make test" to check your compiler.
|
H A D | ChangeLog | 34 - Correct incorrect inputs provided to the CRC functions 35 - Repair prototypes and exporting of new CRC functions 57 - Don't compute check value for raw inflate if asked to validate 63 - Make the names in functions declarations identical to definitions 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 105 - Fix crc32.c to compile local functions only if used 139 - Assure that deflateParams() will not switch functions mid-block 147 - Add crc32_z() and adler32_z() functions with size_t lengths [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 39 unavoidable depending on how the functions are used, since it is not 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 131 The compress and deflate functions produce data in the zlib format, which 132 is different and incompatible with the gzip format. The gz* functions in 143 faster integrity check than gzip. [all …]
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2004 | 31 * lib/krb5/asn1_glue.c: make principalname functions private 63 * kdc/config.c (configure): check for deprecated 89 * lib/hdb/hdb-ldap.c: s/objectclass/objectClass/ check if 167 krb5_get_init_creds functions 310 * lib/krb5/constants.c: check 315 * lib/krb5/time.c (krb5_format_time): check return value from 349 (decode_enumerated): check that the tag-length is not longer the length 375 implicit rights to anyone; also check owner/mode of .k5login 391 * kdc/kerberos5.c (get_pa_etype_info{,2}): check for dup enctypes 411 variables in the default cc name. Supported variables now are: [all …]
|
H A D | ChangeLog.2003 | 64 * lib/krb5/verify_krb5_conf.c (check_host): don't check for 211 * kdc/kerberos5.c: change logic for when to check transited policy 228 check return value for malloc 245 * kdc/kerberos5.c: always check transited policy if flag set 248 * kdc/config.c: add flag to always check transited policy 257 * kuser/kgetcred.1: add --no-transit-check 259 * kuser/kgetcred.c: add --no-transit-check 335 independent of krb4, also always do krb4 setup of cc. Always try 336 to destroy the v4 cc. 356 extended opt functions to require_ext_opt [all …]
|
H A D | ChangeLog.1998 | 27 (find_af, find_atype): new functions. use them. 45 * configure.in: check for environ and `struct spwd' 167 * lib/krb5/context.c: rename etype functions to enctype ditto 200 krb5_set_use_admin_kdc): new functions 204 * lib/krb5/crypto.c: remove all calls to abort(); check return 241 functions here, both take `formatted' key-usages 336 * lib/krb5/codec.c: short-circuit these functions, since they are 388 * kdc/connect.c (do_request): check for errors from `sendto' 450 * lib/kadm5/set_keys.c: check config file for kadmin/use_v4_salt 545 * lib/kadm5/server.c: Replace several other functions with [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 104 * lib/krb5/crypto.c: use des functions to avoid generating 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 368 changes to many functions, so all of address.c got moved here [all …]
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 1 dnl OpenLDAP Autoconf thread check 59 AC_CHECK_PROGS(CC,cc_r xlc_r cc) 61 if test "$CC" = cc ; then 220 dnl check for both, and thr_yield for Solaris 240 dnl Check functions for compatibility 278 dnl Check for setconcurreny functions 302 AC_MSG_ERROR([pthread_create is not usable, check environment settings]) 422 dnl check for Mach CThreads 427 dnl check for cthreads support in current $LIBS 508 dnl check for SunOS5 LWP [all …]
|
/freebsd/contrib/kyua/m4/ |
H A D | compiler-features.m4 | 32 dnl Checks if the current compiler has a way to mark functions that do not 36 dnl This check is overly simple and should be fixed. For example, 37 dnl Sun's cc does support the noreturn attribute but CC (the C++ 65 dnl Checks if the current compiler has a way to mark functions as pure.
|
/freebsd/contrib/lutok/m4/ |
H A D | compiler-features.m4 | 33 dnl The compiler check should be performed here, but it seems like Autoconf 52 dnl Checks if the current compiler has a way to mark functions that do not 56 dnl This check is overly simple and should be fixed. For example, 57 dnl Sun's cc does support the noreturn attribute but CC (the C++
|
/freebsd/sys/contrib/libsodium/m4/ |
H A D | ax_pthread.m4 | 95 # We used to check for pthread.h first, but this fails if pthread.h 99 # First of all, check if the user has set any of the PTHREAD_LIBS, 121 # We must check for the threads library under a number of different 136 # pthreads: AIX (must check this before -lpthread) 144 # doesn't hurt to check since this sometimes defines pthreads and 165 # From the cc(1) man page: "[-mt] Sets various -D flags to enable 193 # so we could check for that, but who knows whether they'll stub 194 # that too in a future libc.) So we'll check first for the 360 # Check for various functions. We must include pthread.h, 361 # since some functions may be macros. (On the Sequent, we [all …]
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | missingkeyfunction.rst | 6 foo.cc:28: error: undefined reference to 'vtable for C' 19 When a class has no non-pure, non-inline, virtual functions, there is no key 69 functions pure. Here, ``A::bar``, being non-pure, is nominated as the key function, 83 The solution in this case is to check your dependencies to make sure that
|
/freebsd/contrib/unbound/ |
H A D | ax_pthread.m4 | 100 # We used to check for pthread.h first, but this fails if pthread.h 104 # First of all, check if the user has set any of the PTHREAD_LIBS, 127 # We must check for the threads library under a number of different 144 # pthreads: AIX (must check this before -lpthread) 152 # doesn't hurt to check since this sometimes defines pthreads and 173 # From the cc(1) man page: "[-mt] Sets various -D flags to enable 201 # so we could check for that, but who knows whether they'll stub 202 # that too in a future libc.) So we'll check first for the 306 # Check for various functions. We must include pthread.h, 307 # since some functions may be macros. (On the Sequent, we [all …]
|
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). 61 # Documentation for functions is below. 68 # ACX_CHECK_COMPILER_FLAG - see if cc supports a flag. 71 # ACX_DEPFLAG - find cc dependency flags. [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/crypto/krb5/src/config/ac-archive/ |
H A D | ax_pthread.m4 | 100 # We used to check for pthread.h first, but this fails if pthread.h 104 # First of all, check if the user has set any of the PTHREAD_LIBS, 127 # We must check for the threads library under a number of different 144 # pthreads: AIX (must check this before -lpthread) 152 # doesn't hurt to check since this sometimes defines pthreads and 173 # From the cc(1) man page: "[-mt] Sets various -D flags to enable 201 # so we could check for that, but who knows whether they'll stub 202 # that too in a future libc.) So we'll check first for the 306 # Check for various functions. We must include pthread.h, 307 # since some functions may be macros. (On the Sequent, we [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). 52 # Documentation for functions is below. 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. [all …]
|
/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" 283 as napms() and delay_output() functions. 314 + add functions to query tty-flags in SCREEN (request by Bill Gray). 348 + improve parameter check in tparm_setup() [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 57 `AssertionResult` using one of these factory functions: 154 avoid an explosion of new macros, we provide them as predicate-format functions 243 void-returning functions. This is a consequence of Google's not using 260 NOTE: Constructors and destructors are not considered void-returning functions, 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 [all …]
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | README | 26 if really necessary. A milter should probably check first whether 50 cc -I../../include -o sample sample.c libmilter.a ../libsm/libsm.a -pthread 210 requires that the library functions it uses are thread safe; which is true 227 systems. You should check your system man pages for the functions used
|