Searched refs:strxfrm (Results 1 – 16 of 16) sorted by relevance
| /trueos/lib/libc/string/ |
| HD | Makefile.inc | 17 strxfrm.c swab.c wcpcpy.c wcpncpy.c wcscasecmp.c wcscat.c \ 35 strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 wcscoll.3 wcstok.3 \ 68 MLINKS+=strxfrm.3 strxfrm_l.3
|
| HD | strxfrm.c | 43 strxfrm(char * __restrict dest, const char * __restrict src, size_t len) in strxfrm() function
|
| HD | Symbol.map | 51 strxfrm;
|
| /trueos/contrib/libstdc++/include/c_std/ |
| D | std_cstring.h | 65 #undef strxfrm 90 using ::strxfrm;
|
| /trueos/contrib/libstdc++/config/locale/generic/ |
| D | collate_members.cc | 54 { return strxfrm(__to, __from, __n); } in _M_transform()
|
| /trueos/contrib/libstdc++/include/c_compatibility/ |
| D | string.h | 45 using std::strxfrm;
|
| /trueos/contrib/libc++/include/ |
| D | cstring | 38 size_t strxfrm(char* restrict s1, const char* restrict s2, size_t n); 80 using ::strxfrm;
|
| /trueos/usr.bin/tr/ |
| HD | str.c | 223 if (MB_CUR_MAX == 1 && strxfrm(dst, src, sizeof(dst)) == 1) { in genequiv() 227 if (strxfrm(dst, src, sizeof(dst)) == 1 && pri && in genequiv()
|
| /trueos/include/ |
| HD | string.h | 123 size_t strxfrm(char * __restrict, const char * __restrict, size_t);
|
| /trueos/contrib/gcc/cp/ |
| HD | cfns.gperf | 175 strxfrm
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetLibraryInfo.h | 590 strxfrm, enumerator
|
| /trueos/usr.bin/xlint/llib/ |
| HD | llib-lstdc | 229 size_t (strxfrm)(char *s1, const char *s2, size_t n);
|
| HD | llib-lposix | 281 size_t (strxfrm)(char *s1, const char *s2, size_t n);
|
| /trueos/contrib/gcc/ |
| HD | sys-protos.h | 1108 extern size_t strxfrm(char *, const char *, size_t);
|
| /trueos/contrib/llvm/lib/Transforms/IPO/ |
| HD | FunctionAttrs.cpp | 867 case LibFunc::strxfrm: in inferPrototypeAttributes()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 701 LIBBUILTIN(strxfrm, "zc*cC*z", "f", "string.h", ALL_LANGUAGES)
|