HomeSort by: relevance | last modified time | path
    Searched refs:truncation (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/time/
Makefile 327 -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation \
335 -Wstringop-truncation -Wsuggest-attribute=cold \
  /src/tools/compat/
configure.ac 355 NB_CHECK_CC_FLAG([-Wno-format-truncation])
360 NB_CHECK_CC_FLAG([-Wno-stringop-truncation])
configure 7788 as_CACHEVAR=`printf "%s\n" "ax_cv_check_cflags_$nb_cv_check_cc_flags_-Wformat-truncation" | sed "$as_sed_sh"`
7789 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wformat-truncation" >&5
7790 printf %s "checking whether C compiler accepts -Wformat-truncation... " >&6; }
7797 CFLAGS="$CFLAGS $nb_cv_check_cc_flags -Wformat-truncation"
7825 CC_WNO_FORMAT_TRUNCATION=-Wno-format-truncation
8013 as_CACHEVAR=`printf "%s\n" "ax_cv_check_cflags_$nb_cv_check_cc_flags_-Wstringop-truncation" | sed "$as_sed_sh"`
8014 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wstringop-truncation" >&5
8015 printf %s "checking whether C compiler accepts -Wstringop-truncation... " >&6; }
8022 CFLAGS="$CFLAGS $nb_cv_check_cc_flags -Wstringop-truncation"
8050 CC_WNO_STRINGOP_TRUNCATION=-Wno-stringop-truncation
    [all...]
  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.c 1070 const unsigned truncation[] = { 0, 1, 32, 63 };
1075 for (j = 0; j < arraycount(truncation); j++) {
1076 const unsigned trunc = truncation[j];
1052 const unsigned truncation[] = { 0, 1, 32, 63 }; local in function:nist_hash_drbg_initialize
  /src/share/mk/
bsd.own.mk 757 CC_WNO_FORMAT_TRUNCATION= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-format-truncation :}
765 CC_WNO_STRINGOP_TRUNCATION= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-stringop-truncation :}
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 8217 # Then use that list of sed's as ones to test for truncation.

Completed in 27 milliseconds