Home
last modified time | relevance | path

Searched +refs:cc +refs:check +refs:types (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.t094 * key types are reported at that point.
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/tcp_wrappers/
H A DREADME.NIS102 X * cc -o gethostbyaddr gethostbyaddr.c (SunOS 4.x)
104 X * cc -o gethostbyaddr gethostbyaddr.c -lnsl (SunOS 5.x)
111 X#include <sys/types.h>
149 # end of overwriting check
159 X * cc -o gethostbyname gethostbyname.c (SunOS 4.x)
161 X * cc -o gethostbyname gethostbyname.c -lnsl (SunOS 5.x)
167 X#include <sys/types.h>
204 # end of overwriting check
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c400 int (*check)(const u_char *, int); member
498 const char *types[] = { "NAME2ADDR", "ADDR2NAME" }; in main() local
539 if (cap_dns_type_limit(capdns, types, 2) < 0) in main()
1011 register int cc; in main() local
1032 while ((cc = wait_for_reply(s, from, &t1)) != 0) { in main()
1037 i = packet_ok(packet, cc, from, seq); in main()
1045 print(packet, cc, from); in main()
1194 if (cc == 0) { in main()
1220 register int cc = 0; in wait_for_reply() local
1245 cc = recvfrom(sock, (char *)packet, sizeof(packet), 0, in wait_for_reply()
[all …]
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t033 * pointers values of both types are interchangeable, modulo an
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.
628 : check-resume ( val addr resume -- )
631 cc: DEBUG-BLOB ( addr len -- ) {
651 \ Get header, and check message type.
685 version addr-version resume check-resume
687 \ Cipher suite. We check that it is part of the list of cipher
691 \ Also check that the cipher suite is compatible with the
[all …]
H A Dssl_hs_common.t059 \ control, so we need to check that type only when returning from a 'co'.
72 \ -- An alert record is expected. Other types of incoming records will be
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 Dssl_hs_server.t033 * pointers values of both types are interchangeable, modulo an
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 ) {
[all …]
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m417 # 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/ntp/sntp/m4/
H A Dopenldap.m474 OL_MKDEP="${CC-cc}"
134 dnl OpenLDAP version of STDC header check w/ EBCDIC support
155 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
190 # include <sys/types.h>
536 /* this check could be improved */
791 #include <sys/types.h>
843 #include <sys/types.h>
943 # include <sys/types.h>
964 dnl check no of arguments for ctime_r
993 dnl check return type of ctime_r()
[all …]
H A Dopenldap-thread-check.m41 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
302 AC_MSG_ERROR([pthread_create is not usable, check environment settings])
323 #include <sys/types.h>
422 dnl check for Mach CThreads
427 dnl check for cthreads support in current $LIBS
508 dnl check for SunOS5 LWP
532 dnl check for SunOS4 LWP
[all …]
/freebsd/contrib/unbound/
H A Dacx_nlnetlabs.m46 # 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 …]
/freebsd/crypto/krb5/src/config/
H A Dpre.in31 check: check-$(WHAT)
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
495 # subset thereof by configure; determines which types of libs get
539 # check for undefined symbols. Suppressed when using --enable-asan.
553 EXPORT_CHECK_CMD = && $(PERL) -w $(top_srcdir)/util/export-check.pl \
[all …]
/freebsd/contrib/byacc/
H A Daclocal.m4263 : "${CC:=cc}"
315 dnl Derive the system name, as a check for reusing the autoconf cache.
483 dnl ECHO_LD - symbol to prefix "cc -o" lines
484 dnl RULE_CC - symbol to put before implicit "cc -c" lines (e.g., .c.o)
485 dnl SHOW_CC - symbol to put before explicit "cc -c" lines
486 dnl ECHO_CC - symbol to put before any "cc" line
756 dnl If $with_ext_const is "yes", add a check for -Wwrite-strings
894 AC_TRY_COMPILE([#include <sys/types.h>],[
908 # With glibc 2.19 (13 years after this check was begun), _DEFAULT_SOURCE
914 AC_TRY_COMPILE([#include <sys/types.h>],[
[all …]
/freebsd/crypto/openssh/
H A Dconfigure.ac30 AC_PROG_CC([cc gcc clang])
119 #include <sys/types.h>
123 #include <sys/types.h>
226 # that can overflow. We must check that the result of enabling it
317 AC_MSG_CHECKING([if compiler allows __attribute__ on return types])
326 [compiler does not accept __attribute__ on return types]) ]
446 dnl On some old platforms, sys/stat.h requires sys/types.h, but autoconf-2.71's
487 rpc/types.h \
536 # include <sys/types.h>
546 # On some platforms (eg SunOS4) sys/audit.h requires sys/[time|types|label.h]
[all …]
H A DINSTALL34 tests") or the LibreSSL equivalent ("make check") and ensuring that all
244 CC="/usr/foo/cc" CFLAGS="-O" LDFLAGS="-s" LIBS="-lrubbish" ./configure
260 for each of the types you wish to generate (rsa, dsa or ecdsa) or
264 to generate keys for all supported types.
280 [check the contents of the file "survey" to ensure there's no information
/freebsd/contrib/tcpdump/
H A DCHANGES27 Kerberos: Print the protocol name, remove a redundant bounds check.
41 pflog: use nd_ types in struct pfloghdr.
57 Print the supported time stamp types (-J) to stdout instead of stderr.
58 Print the list of data link types (-L) to stdout instead of stderr.
117 Autoconf: check for gethostbyaddr(), not gethostbyname().
133 DNS: sync resource types with IANA.
138 Don't check for strftime(), as it's in C90 and beyond.
189 Juniper: Don't treat known DLT_ types as "Unknown".
190 lwres: Fix a length check, update a variable type.
192 Ethernet: Rework the length checks, add a length check.
[all …]
/freebsd/contrib/googletest/docs/
H A Dadvanced.md30 run into. Therefore, sometimes a user has to use `EXPECT_TRUE()` to check a
206 to assert that types `T1` and `T2` are the same. The function does nothing if
207 the assertion is satisfied. If the types are different, the function call will
279 to check for preconditions of the system under test during runtime and skip
312 This printer knows how to print built-in C++ types, native arrays, STL
313 containers, and any type that supports the `<<` operator. For other types, it
359 types with extra debugging information for testing purposes only. If so, you can
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
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td22 /// CCPredicateAction - Instances of this class check some predicate, then
28 /// CCIfType - If the current argument is one of the specified types, apply
193 class CCDelegateTo<CallingConv cc> : CCAction {
194 CallingConv CC = cc;
/freebsd/crypto/heimdal/
H A DChangeLog.200364 * 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.
371 * lib/asn1/Makefile.am: add SAM types and PAC_REQUEST
[all …]
H A DChangeLog.20016 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
247 unsuppored address types
430 * lib/krb5/store_fd.c (krb5_storage_from_fd): check malloc returns
[all …]
H A DChangeLog.2006111 * lib/krb5/krb5_locl.h: Expand the default root for some of the cc
325 * lib/krb5/krbhst.c: Use plugin for the other realm locate types
514 * configure.in: Don't check for timegm, libroken provides it for
628 * include/bits.c: Include Xint64 types.
647 * kdc/config.c: check for [kdc]max-kdc-datagram-reply-length
961 for sys/param.h and sys/types.h
997 * kdc/process.c (krb5_kdc_process_generic_request): check if we
1017 returns the list of Kerberos encryption types sorted in order of
1021 list of preferred encryption types and sort the available keys and
1120 principals, check the second component of the krbtgt, otherwise
[all …]
H A DChangeLog.200463 * kdc/config.c (configure): check for deprecated
89 * lib/hdb/hdb-ldap.c: s/objectclass/objectClass/ check if
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:
429 all other operations. Tested with MIT kerberos cc cache
433 default cc name, this is not very useful for general purpose glue
[all …]
/freebsd/sys/contrib/zlib/
H A DChangeLog57 - 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
181 - Clean up examples/gzlog.[ch] comparisons of different types
199 - Fix types in contrib/minizip to match result of get_crc_table()
207 - Remove runtime check in configure for four-byte integer type
373 - Update contrib/puff/zeros.raw test file to have all block types
[all …]
/freebsd/contrib/libpcap/
H A Daclocal.m465 CC=cc
71 dnl Determine which compiler we're using (cc or gcc)
73 dnl If using cc:
218 [#include <sys/types.h>],
737 # include <sys/types.h>
772 # include <sys/types.h>
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
[all …]
/freebsd/contrib/ncurses/
H A DNEWS59 + 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.
185 that the "-u" option can be used for more than two terminal types.
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.
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dhost-cpu-c-abi.m432 dnl different sizes for the C types like 'int' and 'void *', and although
47 dnl that are optimized for particular CPU types (like GNU gmp has), you
137 AC_TRY_COMMAND(${CC-cc} $CFLAGS $CPPFLAGS $gl_c_asm_opt conftest.c) >/dev/null 2>&1
178 # We should also check for (_MIPS_SZPTR == 64), but gcc keeps this
554 # We should also check for (_MIPS_SZPTR == 64), but gcc keeps this

12345