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

  /src/lib/libc/time/
Makefile 395 -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation \
403 -Wstringop-truncation -Wsuggest-attribute=cold \
  /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
  /src/tools/compat/
configure 7820 as_CACHEVAR=`printf "%s\n" "ax_cv_check_cflags_$nb_cv_check_cc_flags_-Wformat-truncation" | sed "$as_sed_sh"`
7821 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wformat-truncation" >&5
7822 printf %s "checking whether C compiler accepts -Wformat-truncation... " >&6; }
7829 CFLAGS="$CFLAGS $nb_cv_check_cc_flags -Wformat-truncation"
7857 CC_WNO_FORMAT_TRUNCATION=-Wno-format-truncation
8045 as_CACHEVAR=`printf "%s\n" "ax_cv_check_cflags_$nb_cv_check_cc_flags_-Wstringop-truncation" | sed "$as_sed_sh"`
8046 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wstringop-truncation" >&5
8047 printf %s "checking whether C compiler accepts -Wstringop-truncation... " >&6; }
8054 CFLAGS="$CFLAGS $nb_cv_check_cc_flags -Wstringop-truncation"
8082 CC_WNO_STRINGOP_TRUNCATION=-Wno-stringop-truncation
    [all...]
  /src/share/mk/
bsd.own.mk 777 CC_WNO_FORMAT_TRUNCATION= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-format-truncation :}
785 CC_WNO_STRINGOP_TRUNCATION= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-stringop-truncation :}

Completed in 30 milliseconds