Home
last modified time | relevance | path

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

123

/titanic_44/usr/src/cmd/avs/nsctl/
H A Dnscadm.c112 if (strcoll(argv[optind], gettext("freeze")) == 0 || in main()
138 } else if (strcoll(argv[optind], gettext("unfreeze")) == 0 || in main()
165 } else if (strcoll(argv[optind], gettext("isfrozen")) == 0 || in main()
182 } else if (strcoll(argv[optind], gettext("nvclean")) == 0 || in main()
189 } else if (strcoll(argv[optind], gettext("nvclean_force")) == 0 || in main()
197 } else if (strcoll(argv[optind], gettext("gmem")) == 0 || in main()
/titanic_44/usr/src/cmd/audio/utilities/
H A DAudioHdrParse.cc229 (strcoll(khz, lib_khz) == 0)) { in RateParse()
233 (strcoll(khz, lib_hz) != 0)) { in RateParse()
278 (strcoll(cstr, lib_chan) != 0)) { in ChannelParse()
293 (strcoll(cstr, lib_mono) == 0)) { in ChannelParse()
297 (strcoll(cstr, lib_stereo) == 0)) { in ChannelParse()
364 (strcoll(xp, lib_bit) != 0)) { in EncodingParse()
381 (strcoll(xp, lib_bit) == 0)) { in EncodingParse()
413 (strcoll(estr, lib_ulaw) == 0)) { in EncodingParse()
421 (strcoll(estr, lib_Alaw) == 0)) { in EncodingParse()
431 (strcoll(estr, lib_linear) == 0)) { in EncodingParse()
/titanic_44/usr/src/lib/libast/common/include/
H A Dast_std.h214 #undef strcoll
216 #define strcoll _ast_info.collate macro
218 #define strcoll strcmp macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h225 #undef strcoll
227 #define strcoll _ast_info.collate macro
229 #define strcoll strcmp macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h225 #undef strcoll
227 #define strcoll _ast_info.collate macro
229 #define strcoll strcmp macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h225 #undef strcoll
227 #define strcoll _ast_info.collate macro
229 #define strcoll strcmp macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h225 #undef strcoll
227 #define strcoll _ast_info.collate macro
229 #define strcoll strcmp macro
/titanic_44/usr/src/lib/libcmd/common/
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()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dscandir.c247 return (strcoll((*d1)->d_name, in alphasort()
255 return (strcoll((*d1)->d_name, in alphasort64()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dnl_strncmp.c53 return (strcoll(ns1, ns2));
/titanic_44/usr/src/cmd/avs/sdbc/
H A Dscmadm.c1123 if (!(strcoll(optarg, "system"))) { /* node_hint */ in scmadm_lintmain()
1217 if (!(strcoll(optarg, "all"))) /* all */ in scmadm_lintmain()
1256 if (!(strcoll(optarg, gettext("size")))) { in scmadm_lintmain()
1259 } else if (!(strcoll(optarg, gettext("mask")))) { in scmadm_lintmain()
1262 } else if (!(strcoll(optarg, gettext("lbolt")))) { in scmadm_lintmain()
1265 } else if (!(strcoll(optarg, gettext("good")))) { in scmadm_lintmain()
1432 if (!(strcoll(str, gettext("wrthru")))) { in get_hint()
1436 } else if (!(strcoll(str, gettext("nowrthru")))) { in get_hint()
1442 if (!(strcoll(str, gettext("nordcache")))) { in get_hint()
1446 } else if (!(strcoll(str, gettext("rdcache")))) { in get_hint()
[all …]
/titanic_44/usr/src/lib/libxcurses/h/
H A Dm_i18n.h106 #define strcoll strcmp macro
/titanic_44/usr/src/lib/libast/common/port/
H A Dastdynamic.c35 #undef strcoll
/titanic_44/usr/src/lib/libc/port/locale/
H A Dstrcoll.c112 strcoll(const char *s1, const char *s2) in strcoll() function
/titanic_44/usr/src/head/iso/
H A Dstring_iso.h76 extern int strcoll(const char *, const char *);
/titanic_44/usr/src/cmd/ast/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()
/titanic_44/usr/src/cmd/sort/common/
H A Dinitialize.c127 S->m_compare_fn = (cmp_fcn_t)strcoll; in initialize_post()
/titanic_44/usr/src/head/
H A Dstring.h49 using std::strcoll;
/titanic_44/usr/src/lib/libast/common/features/
H A Dlib35 lib strchr,strcoll,strdup,strerror,strcasecmp,strncasecmp,strrchr,strstr
566 std strcoll note{ standard strcoll works }end execute{
574 return strcoll(s, t) || strcmp(s, t);
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dargs.c334 strsort(argv,argc,strcoll); in sh_argopts()
336 strsort(ap->sh->st.dolv+1,ap->sh->st.dolc,strcoll); in sh_argopts()
768 strsort(comargn,argn,strcoll); in sh_argbuild()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dtest.c482 return(strcoll(left, right)>0); in test_binop()
484 return(strcoll(left, right)<0); in test_binop()
/titanic_44/usr/src/lib/libsys/i386/
H A Dlibsys.list169 f 0 strcoll
/titanic_44/usr/src/lib/libsys/sparc/
H A Dlibsys.list167 f 0 strcoll
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dlib87 #define _lib_strcoll 1 /* strcoll() in default lib(s) */
156 #define _std_strcoll 1 /* standard strcoll works */
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dlib87 #define _lib_strcoll 1 /* strcoll() in default lib(s) */
156 #define _std_strcoll 1 /* standard strcoll works */

123