Home
last modified time | relevance | path

Searched refs:strcoll (Results 1 – 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioHdrParse.cc229 (strcoll(khz, lib_khz) == 0)) { in RateParse()
233 (strcoll(khz, lib_hz) != 0)) { in RateParse()
279 (strcoll(cstr, lib_chan) != 0)) { in ChannelParse()
294 (strcoll(cstr, lib_mono) == 0)) { in ChannelParse()
298 (strcoll(cstr, lib_stereo) == 0)) { in ChannelParse()
365 (strcoll(xp, lib_bit) != 0)) { in EncodingParse()
382 (strcoll(xp, lib_bit) == 0)) { in EncodingParse()
414 (strcoll(estr, lib_ulaw) == 0)) { in EncodingParse()
422 (strcoll(estr, lib_Alaw) == 0)) { in EncodingParse()
432 (strcoll(estr, lib_linear) == 0)) { in EncodingParse()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h216 #undef strcoll
218 #define strcoll _ast_info.collate macro
220 #define strcoll strcmp macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dexpr.c424 np->num = (strcoll(left,right)>0); in expr_cmp()
427 np->num = (strcoll(left,right)<0); in expr_cmp()
430 np->num = (strcoll(left,right)>=0); in expr_cmp()
433 np->num = (strcoll(left,right)<=0); in expr_cmp()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dscandir.c245 return (strcoll((*d1)->d_name, in alphasort()
253 return (strcoll((*d1)->d_name, in alphasort64()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_i18n.h104 #define strcoll strcmp macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastdynamic.c35 #undef strcoll
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrcoll.c112 strcoll(const char *s1, const char *s2) in strcoll() function
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dstrcoll-strxfrm-6907.c106 int sr = strcoll(data[i].sval, data[j].sval); in main()
H A DMakefile62 strcoll-strxfrm-6907 \
/illumos-gate/usr/src/head/iso/
H A Dstring_iso.h76 extern int strcoll(const char *, const char *);
/illumos-gate/usr/src/boot/include/
H A Dstring.h81 int strcoll(const char *, const char *);
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsggen.c158 if (strcoll(px->date, d) < 0) in translation()
494 if (px->date && (!bp || strcoll(bp->date, px->date) < 0)) in main()
/illumos-gate/usr/src/cmd/sort/
H A Dinitialize.c113 return (strcoll(s1, s2)); in strcoll_cmp()
/illumos-gate/usr/src/head/
H A Dstring.h50 using std::strcoll;
/illumos-gate/usr/src/test/libc-tests/runfiles/
H A Ddefault.run36 [/opt/libc-tests/tests/strcoll-strxfrm-6907.32]
37 [/opt/libc-tests/tests/strcoll-strxfrm-6907.64]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c343 strsort(argv,argc,strcoll); in sh_argopts()
345 strsort(ap->sh->st.dolv+1,ap->sh->st.dolc,strcoll); in sh_argopts()
777 strsort(comargn,argn,strcoll); in sh_argbuild()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib36 lib strchr,strcoll,strdup,strerror,strcasecmp,strncasecmp,strrchr,strstr
628 std strcoll note{ standard strcoll works }end execute{
636 return strcoll(s, t) || strcmp(s, t);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c488 return(strcoll(left, right)>0); in test_binop()
490 return(strcoll(left, right)<0); in test_binop()
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dlib88 #define _lib_strcoll 1 /* strcoll() in default lib(s) */
160 #define _std_strcoll 1 /* standard strcoll works */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dlib88 #define _lib_strcoll 1 /* strcoll() in default lib(s) */
160 #define _std_strcoll 1 /* standard strcoll works */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dlib88 #define _lib_strcoll 1 /* strcoll() in default lib(s) */
171 #define _std_strcoll 1 /* standard strcoll works */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dlib88 #define _lib_strcoll 1 /* strcoll() in default lib(s) */
171 #define _std_strcoll 1 /* standard strcoll works */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c67 #undef strcoll
194 #define strcoll 0 macro
524 ast.collate = strcoll; in set_collate()
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c375 return (strcoll(sa, sb)); in charcoll()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c435 diff = strcoll((*p1)->id_name, (*p2)->id_name); in idatesort()

12