Home
last modified time | relevance | path

Searched refs:strxfrm (Results 1 – 16 of 16) sorted by relevance

/trueos/lib/libc/string/
HDMakefile.inc17 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
HDstrxfrm.c43 strxfrm(char * __restrict dest, const char * __restrict src, size_t len) in strxfrm() function
HDSymbol.map51 strxfrm;
/trueos/contrib/libstdc++/include/c_std/
Dstd_cstring.h65 #undef strxfrm
90 using ::strxfrm;
/trueos/contrib/libstdc++/config/locale/generic/
Dcollate_members.cc54 { return strxfrm(__to, __from, __n); } in _M_transform()
/trueos/contrib/libstdc++/include/c_compatibility/
Dstring.h45 using std::strxfrm;
/trueos/contrib/libc++/include/
Dcstring38 size_t strxfrm(char* restrict s1, const char* restrict s2, size_t n);
80 using ::strxfrm;
/trueos/usr.bin/tr/
HDstr.c223 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/
HDstring.h123 size_t strxfrm(char * __restrict, const char * __restrict, size_t);
/trueos/contrib/gcc/cp/
HDcfns.gperf175 strxfrm
/trueos/contrib/llvm/include/llvm/Target/
HDTargetLibraryInfo.h590 strxfrm, enumerator
/trueos/usr.bin/xlint/llib/
HDllib-lstdc229 size_t (strxfrm)(char *s1, const char *s2, size_t n);
HDllib-lposix281 size_t (strxfrm)(char *s1, const char *s2, size_t n);
/trueos/contrib/gcc/
HDsys-protos.h1108 extern size_t strxfrm(char *, const char *, size_t);
/trueos/contrib/llvm/lib/Transforms/IPO/
HDFunctionAttrs.cpp867 case LibFunc::strxfrm: in inferPrototypeAttributes()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def701 LIBBUILTIN(strxfrm, "zc*cC*z", "f", "string.h", ALL_LANGUAGES)