/freebsd/lib/libc/string/ |
H A D | Makefile.inc | 20 strverscmp.c strxfrm.c swab.c \ 52 strspn.3 strstr.3 strtok.3 strverscmp.3 strxfrm.3 swab.3 \ 92 MLINKS+=strxfrm.3 strxfrm_l.3
|
H A D | strxfrm.c | 45 strxfrm(char * __restrict dest, const char * __restrict src, size_t len) in strxfrm() function
|
H A D | Symbol.map | 47 strxfrm;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 197 INTERCEPTOR(uptr, strxfrm, char *dst, const char *src, uptr size) { in INTERCEPTOR() argument 200 const uptr res = REAL(strxfrm)(dst, src, size); in INTERCEPTOR() 228 INTERCEPT_FUNCTION(strxfrm); in InitializeInterceptors()
|
/freebsd/lib/libc/tests/string/ |
H A D | strxfrm_test.c | 40 strxfrm(s1, s2, 0x8); in ATF_TC_BODY()
|
H A D | wcscoll_test.c | 121 ATF_CHECK_MSG(strxfrm(data[i].xval, data[i].sval, in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstring | 37 size_t strxfrm(char* restrict s1, const char* restrict s2, size_t n); 89 using ::strxfrm _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstring.inc | 34 using ::strxfrm _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstring.cppm |
|
H A D | cstring.inc | 34 using std::strxfrm _LIBCPP_USING_IF_EXISTS;
|
/freebsd/usr.bin/tr/ |
H A D | str.c | 219 if (MB_CUR_MAX == 1 && strxfrm(dst, src, sizeof(dst)) == 1) { in genequiv() 223 if (strxfrm(dst, src, sizeof(dst)) == 1 && pri && in genequiv()
|
/freebsd/include/ |
H A D | string.h | 141 size_t strxfrm(char * __restrict, const char * __restrict, size_t);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 2302 /// size_t strxfrm(char *s1, const char *s2, size_t n); 2303 TLI_DEFINE_ENUM_INTERNAL(strxfrm) 2304 TLI_DEFINE_STRING_INTERNAL("strxfrm")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 786 SYMBOL(strxfrm, None, <string.h>)
|
H A D | StdSymbolMap.inc | 2819 SYMBOL(strxfrm, std::, <cstring>) 2820 SYMBOL(strxfrm, None, <cstring>) 2821 SYMBOL(strxfrm, None, <string.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7143 #define STRXFRM_INTERCEPTOR_IMPL(strxfrm, dest, src, len, ...) \ 7146 COMMON_INTERCEPTOR_ENTER(ctx, strxfrm, dest, src, len, ##__VA_ARGS__); \ 7149 SIZE_T res = REAL(strxfrm)(dest, src, len, ##__VA_ARGS__); \ 7155 INTERCEPTOR(SIZE_T, strxfrm, char *dest, const char *src, SIZE_T len) { 7156 STRXFRM_INTERCEPTOR_IMPL(strxfrm, dest, src, len); 7165 COMMON_INTERCEPT_FUNCTION(strxfrm); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3029 fun:strxfrm=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 2794 let Spellings = ["strxfrm"];
|