/titanic_44/usr/src/cmd/avs/nsctl/ |
H A D | nscadm.c | 112 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 D | AudioHdrParse.cc | 229 (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 D | ast_std.h | 214 #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 D | ast_std.h | 225 #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 D | ast_std.h | 225 #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 D | ast_std.h | 225 #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 D | ast_std.h | 225 #undef strcoll 227 #define strcoll _ast_info.collate macro 229 #define strcoll strcmp macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | expr.c | 424 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 D | scandir.c | 247 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 D | nl_strncmp.c | 53 return (strcoll(ns1, ns2));
|
/titanic_44/usr/src/cmd/avs/sdbc/ |
H A D | scmadm.c | 1123 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 D | m_i18n.h | 106 #define strcoll strcmp macro
|
/titanic_44/usr/src/lib/libast/common/port/ |
H A D | astdynamic.c | 35 #undef strcoll
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | strcoll.c | 112 strcoll(const char *s1, const char *s2) in strcoll() function
|
/titanic_44/usr/src/head/iso/ |
H A D | string_iso.h | 76 extern int strcoll(const char *, const char *);
|
/titanic_44/usr/src/cmd/ast/msgcc/ |
H A D | msggen.c | 158 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 D | initialize.c | 127 S->m_compare_fn = (cmp_fcn_t)strcoll; in initialize_post()
|
/titanic_44/usr/src/head/ |
H A D | string.h | 49 using std::strcoll;
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | lib | 35 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 D | args.c | 334 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 D | test.c | 482 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 D | libsys.list | 169 f 0 strcoll
|
/titanic_44/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 167 f 0 strcoll
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | lib | 87 #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 D | lib | 87 #define _lib_strcoll 1 /* strcoll() in default lib(s) */ 156 #define _std_strcoll 1 /* standard strcoll works */
|