Searched refs:strxfrm (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrxfrm.c93 strxfrm(char *_RESTRICT_KYWD xf, const char *_RESTRICT_KYWD src, size_t dlen) function
/illumos-gate/usr/src/head/iso/
H A Dstring_iso.h85 extern size_t strxfrm(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t);
/illumos-gate/usr/src/boot/include/
H A Dstring.h123 size_t strxfrm(char * __restrict, const char * __restrict, size_t);
/illumos-gate/usr/src/head/
H A Dstring.h62 using std::strxfrm;
/illumos-gate/usr/src/cmd/tr/
H A Dstr.c219 * XXX Knows too much about how strxfrm() is implemented. Assumes
226 if (MB_CUR_MAX == 1 && strxfrm(dst, src, sizeof (dst)) == 1) {
230 if (strxfrm(dst, src, sizeof (dst)) == 1 && pri &&
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h276 #define wcsxfrm strxfrm
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c65 #undef strxfrm macro
187 #define strxfrm 0 macro
513 ast.mb_xfrm = strxfrm;
/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c131 * strx_ops) and two wrappers: xfrm_len() to massage the strxfrm(NULL, ...) into
133 * strxfrm()-like.
139 return (strxfrm(NULL, s2, 0) + 1);
169 static const strx_ops_t SB_ops = { xfrm_len, strxfrm };
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com821 strxfrm.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com798 strxfrm.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile774 strxfrm.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile449 strxfrm.3c \
2324 strxfrm_l.3c := LINKSRC = strxfrm.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc984 /* strxfrm.c */
985 size_t strxfrm(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2,
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com855 strxfrm.o \

Completed in 102 milliseconds