Home
last modified time | relevance | path

Searched defs:strncpy (Results 176 – 200 of 1857) sorted by last modified time

12345678910>>...75

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DdiagnosticArgument.cpp160 strncpy(buf, str, len); in parse_value() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DdiagnosticArgument.cpp160 strncpy(buf, str, len); in parse_value() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/services/
H A DdiagnosticArgument.cpp158 strncpy(buf, str, len); in parse_value() local
/dports/comms/py-esptool/esptool-3.2/flasher_stub/ld/
H A Drom_32s2.ld862 PROVIDE ( strncpy = 0x40007f20 ); symbol
H A Drom_8266.ld319 PROVIDE ( strncpy = 0x4000c0a0 ); symbol
H A Drom_32.ld1600 PROVIDE ( strncpy = 0x400015d4 ); symbol
H A Drom_32c3.ld2116 strncpy = 0x40000368; symbol
H A Drom_32s3_beta_2.ld2175 PROVIDE ( strncpy = 0x4003b178 ); symbol
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dstring.c529 #define strncpy(a,b,n) __strncpy_chk(a,b,n,(size_t)-1) macro
533 #define strncpy BUILTIN(strncpy) macro
H A Dsecurity-syntax-checks.m299 char *strncpy(char *destination, const char *source, size_t num); function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp269 INTERCEPTOR(char *, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1661 TEST(MemorySanitizer, strncpy) { in TEST() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp734 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp462 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp296 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libssp/ssp/
H A Dstring.h132 #define strncpy(dest, src, len) \ macro
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp739 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/asan/
H A Dasan_interceptors.cpp477 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A DWsizeof-pointer-memaccess1.c48 strncpy (char *__restrict dest, const char *__restrict src, size_t len) in strncpy() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpr79214.h12 #define strncpy __builtin_strncpy macro
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/torture/
H A DWsizeof-pointer-memaccess2.C51 strncpy (char *__restrict dest, const char *__restrict src, size_t len) in strncpy() function
H A DWsizeof-pointer-memaccess1.C50 strncpy (char *__restrict dest, const char *__restrict src, size_t len) in strncpy() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dchk.h29 #define strncpy(dst, src, len) \ macro
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dstrncpy.c8 strncpy(char *s1, const char *s2, size_t n) in strncpy() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A Dpr46360.c4 strncpy (char *dest, const char *src, __SIZE_TYPE__ len) in strncpy() function

12345678910>>...75