Home
last modified time | relevance | path

Searched refs:strncat_chk (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395strncat_chk (buf, S (0), 5); /* { dg-warning "specified \(bound|size\) 5 equals destination size… in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395strncat_chk (buf, S (0), 5); /* { dg-warning "specified \(bound|size\) 5 equals destination size… in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395strncat_chk (buf, S (0), 5); /* { dg-warning "specified \(bound|size\) 5 equals destination size… in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395 strncat_chk (buf, S (0), 5); /* { dg-warning "specified bound 5 equals destination size" } */ in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395 strncat_chk (buf, S (0), 5); /* { dg-warning "specified bound 5 equals destination size" } */ in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395strncat_chk (buf, S (0), 5); /* { dg-warning "specified \(bound|size\) 5 equals destination size… in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395 strncat_chk (buf, S (0), 5); /* { dg-warning "specified bound 5 equals destination size" } */ in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395strncat_chk (buf, S (0), 5); /* { dg-warning "specified \(bound|size\) 5 equals destination size… in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395strncat_chk (buf, S (0), 5); /* { dg-warning "specified \(bound|size\) 5 equals destination size… in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395 strncat_chk (buf, S (0), 5); /* { dg-warning "specified bound 5 equals destination size" } */ in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395strncat_chk (buf, S (0), 5); /* { dg-warning "specified \(bound|size\) 5 equals destination size… in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395 strncat_chk (buf, S (0), 5); /* { dg-warning "specified bound 5 equals destination size" } */ in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395 strncat_chk (buf, S (0), 5); /* { dg-warning "specified bound 5 equals destination size" } */ in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395strncat_chk (buf, S (0), 5); /* { dg-warning "specified \(bound|size\) 5 equals destination size… in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395strncat_chk (buf, S (0), 5); /* { dg-warning "specified \(bound|size\) 5 equals destination size… in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-4.c388 #define strncat_chk(d, s, n) \ in test_strncat_chk_range() macro
391 strncat_chk (buf, S (0), 1); in test_strncat_chk_range()
392 strncat_chk (buf, S (0), 2); in test_strncat_chk_range()
393 strncat_chk (buf, S (0), 3); in test_strncat_chk_range()
394 strncat_chk (buf, S (0), 4); in test_strncat_chk_range()
395strncat_chk (buf, S (0), 5); /* { dg-warning "specified \(bound|size\) 5 equals destination size… in test_strncat_chk_range()
397 strncat_chk (buf, S (5), 1); in test_strncat_chk_range()
398 strncat_chk (buf, S (5), 2); in test_strncat_chk_range()
399 strncat_chk (buf, S (5), 3); in test_strncat_chk_range()
400 strncat_chk (buf, S (5), 4); in test_strncat_chk_range()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/ssp/
H A DMakefile.inc7 strcat_chk.c strcpy_chk.c strncat_chk.c strncpy_chk.c \
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/ssp/
H A Dmeson.build49 'strncat_chk.c',
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def461 /// char *strncat_chk(char *s1, const char *s2, size_t n, size_t s1size);
462 TLI_DEFINE_ENUM_INTERNAL(strncat_chk)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def467 /// char *strncat_chk(char *s1, const char *s2, size_t n, size_t s1size);
468 TLI_DEFINE_ENUM_INTERNAL(strncat_chk)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def452 /// char *strncat_chk(char *s1, const char *s2, size_t n, size_t s1size);
453 TLI_DEFINE_ENUM_INTERNAL(strncat_chk)
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DTargetLibraryInfo.def437 /// char *strncat_chk(char *s1, const char *s2, size_t n, size_t s1size);
438 TLI_DEFINE_ENUM_INTERNAL(strncat_chk)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DTargetLibraryInfo.def467 /// char *strncat_chk(char *s1, const char *s2, size_t n, size_t s1size);
468 TLI_DEFINE_ENUM_INTERNAL(strncat_chk)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def461 /// char *strncat_chk(char *s1, const char *s2, size_t n, size_t s1size);
462 TLI_DEFINE_ENUM_INTERNAL(strncat_chk)
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DTargetLibraryInfo.def452 /// char *strncat_chk(char *s1, const char *s2, size_t n, size_t s1size);
453 TLI_DEFINE_ENUM_INTERNAL(strncat_chk)

12