Home
last modified time | relevance | path

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

123

/freebsd/contrib/libfido2/tools/
H A Dinclude_check.sh8 check() { function
11 cc $CFLAGS -Isrc -xc -c - -o /dev/null 2>&1
16 check examples
17 check fuzz
18 check openbsd-compat
19 CFLAGS="${CFLAGS} -D_FIDO_INTERNAL" check src
20 check src/fido.h
21 check src/fido
22 check tools
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_prog_cc.m47 cclist=cc
10 cclist="cc gcc"
14 dnl we need to check for cross compile tools for vxWorks here
/freebsd/sys/contrib/zlib/
H A DREADME6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
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 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
207 - Remove runtime check in configure for four-byte integer type
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()
410 - Update RFC references to use http://tools.ietf.org/html/... [Li]
[all …]
/freebsd/
H A DMakefile.inc1360 make(toolchain) || make(_cross-tools))
947 .info META_MODE: Rebuilding host tools due to ABI breakage in __FreeBSD_version ${_meta_mode_need_r…
1089 sh ${.CURDIR}/tools/build/depend-cleanup.sh ${OBJTOP} ${SRCTOP}
1111 .for cc in cc c++
1112 if [ -x ${WORLDTMP}/usr/bin/${cc} ]; then \
1113 inum=$$(ls -i ${WORLDTMP}/usr/bin/${cc}); \
1131 ${_+_}cd ${.CURDIR}/tools/build; \
1132 ${MAKE} DIRPRFX=tools/build/ DESTDIR=${WORLDTMP}/legacy installdirs
1135 ${_+_}cd ${.CURDIR}/tools/build; \
1136 ${MAKE} DIRPRFX=tools/build/ DESTDIR=${WORLDTMP}/legacy host-symlinks
[all …]
/freebsd/crypto/heimdal/
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 …]
H A DChangeLog.2006111 * lib/krb5/krb5_locl.h: Expand the default root for some of the cc
464 * tools/heimdal-build.sh: Add --test-environment
466 * tools/heimdal-build.sh: Add --ccache-dir
489 * tools/Makefile.am: more files
512 * tools/Makefile.am: Add heimdal-build.sh to EXTRA_DIST.
514 * configure.in: Don't check for timegm, libroken provides it for
528 * tools/heimdal-build.sh: Add more verbose logging, add version of
588 * tools/heimdal-build.sh: Set status.
632 * tools/heimdal-build.sh: Add socketwrapper and cputime limit.
647 * kdc/config.c: check for [kdc]max-kdc-datagram-reply-length
[all …]
H A DChangeLog235 * 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
420 * tools/heimdal-gssapi.pc.in: Add wind.
422 * tools/krb5-config.in: Add wind.
446 * tools/heimdal-gssapi.pc.in: Fix caps of prefix, from Joakim
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
430 * lib/krb5/store_fd.c (krb5_storage_from_fd): check malloc returns
643 * kdc/config.c: actually check the ticket addresses
[all …]
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.
361 * tools/kdc-log-analyze.pl: handle some more failure lines
[all …]
H A Daclocal.m4201 # 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"
478 # Some tools Automake needs.
489 # We need awk for the "check" target. The system "awk" is bad on
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])
1063 m4_include([cf/check-var.m4])
[all …]
/freebsd/contrib/unbound/doc/
H A DREADME40 This enables a debug option to check lock and unlock calls. It needs
43 This enables a debug option to check malloc (calloc, realloc, free).
71 Needs python-devel and swig development tools.
105 On Solaris you may pass CFLAGS="-xO4 -xtarget=generic" if you use sun-cc.
/freebsd/contrib/file/
H A DINSTALL40 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
225 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
234 ./configure CC="cc"
238 ./configure CC="cc -nodtk"
272 If you are _building_ compiler tools for cross-compiling, you should
/freebsd/contrib/bmake/
H A Dconfigure1360 --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.
3054 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host tri…
3055 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
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/crypto/krb5/src/
H A Dconfigure3554 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host tri…
3555 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3566 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3588 ac_cv_prog_CC="${ac_tool_prefix}cc"
3611 # Extract the first word of "cc", so it can be a program name with args.
3634 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3638 ac_cv_prog_CC="cc"
3774 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host tri…
3775 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3876 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host tri…
[all …]
/freebsd/crypto/openssl/Configurations/
H A DREADME.md25 files. The Configure script does check that a config file doesn't
65 cc => The C compiler command, usually one of "cc",
341 "target" => "{cc}:{cflags}:{unistd}:{thread_cflag}:{sys_id}:{lflags}:
665 These scripts are per platform family, to check the integrity of the
666 tools used for configuration and building. The checker script used is
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/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
515 dnl Combine no-leak checks with the libraries or tools that are used for the
756 dnl If $with_ext_const is "yes", add a check for -Wwrite-strings
908 # With glibc 2.19 (13 years after this check was begun), _DEFAULT_SOURCE
1361 # only check the first directory in $MANPATH where we find manpages
[all …]
/freebsd/contrib/xz/
H A DChangeLog92 Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
124 Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
143 Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
155 Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
979 People may put -fsanitize in CC instead of CFLAGS so check both.
983 Don't attempt to do the same in CMakeLists.txt; the check for
1010 The check can be skipped by passing SKIP_WERROR_CHECK=yes to configure.
1456 When the 8-byte method was enabled for ARM64, a check for endianness
1644 fdatasync() would need a build system check to support (old)
1658 Co-authored-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dmailprio5 cc: marc@xfree86.org
82 # To double check results:
325 The current version of this and other related mail tools are available in:
361 X In mailprio check: #!perl path, $home, $priodb, $locking
363 X In mailprio_mkdb check: #!perl path, $home, $priodb, $maillog
382 X To double check results:
/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.
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 DINSTALL470 Static libraries cannot simply be copied because tools use timestamps
476 Finally, some tools ignore the subsecond timestamps supported by some
477 filesystems. This option adds a 1-second sleep to help those tools
556 --enable-check-size
631 the hashed database system produced using cap_mkdb or similar tools.
744 When enabled, check if the <stdnoreturn.h> header exists, and if found
810 If the --with-pthread option is set, check if the compiler supports
879 --with-build-cc=XXX
883 $BUILD_CC variable is set, and otherwise defaults to gcc or cc.
1010 that overrides the configure check for the soname.
[all …]
/freebsd/contrib/tcpdump/
H A DCHANGES27 Kerberos: Print the protocol name, remove a redundant bounds check.
117 Autoconf: check for gethostbyaddr(), not gethostbyname().
138 Don't check for strftime(), as it's in C90 and beyond.
190 lwres: Fix a length check, update a variable type.
192 Ethernet: Rework the length checks, add a length check.
201 TCP: Fix an invalid check.
202 RESP: Fix an invalid check.
205 sFlow: add support for IPv6 agent, add a length check.
214 ICMPv6: Add a length check in the rpl_dio_print() function.
217 IPv6: Add a check for the Jumbo Payload Hop-by-Hop option.
[all …]
/freebsd/contrib/tnftp/
H A DChangeLog44 - 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.
155 * Sync fgetln.c to tools/compat/fgetln.c 1.7:
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.
[all …]
/freebsd/contrib/flex/
H A DChangeLog55 …enable more silent building of tests. When running 'make V=0 check', some compile and link steps …
83 … here. It's deprecated in POSIX and not needed for myesc's case. * The check of the character c…
85 isxdigit(); for [0-7] we check '0' <= c <= '7' (not isdigit(c)
130 …* autogen.sh: build: check for how to call libtoolize. Previously, we would call libtoolize and i…
132 under that name. Instead, we check to see if the environment variable LIBTOOLIZE is
149 …strcasecmp() check to configure. strings.h (not string.h) is the standard-defined include header …
343 …can now be used for running "make check" tests. Note that none of these scripts has ever been usi…
384 …compilers optimise away the &file == 0 check. We need a real stream. yyin is available already, a…
387 check too. Fixes #98.
433 …* src/main.c: scanner: allocate correct buffer size for m4 path. Flex did not check the length of…
[all …]
/freebsd/contrib/googletest/docs/
H A Dfaq.md128 differences between the two tools. Once you have some concrete experience, you
174 you also need to define it *outside* of the class body in `foo.cc`:
186 implicitly an `inline` definition, and a separate definition in `foo.cc` is not
193 static constexpr int kBar = 100; // Defines kBar, no need to do it in foo.cc.
249 [sample5_unittest.cc](https://github.com/google/googletest/blob/main/googletest/samples/sample5_uni…
598 heap check/debug routines.

123