Searched refs:xstreql (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sort/common/
H A Doptions.c491 xstreql(optarg, "\\t") ? '\t' :
555 if (xstreql(argv[optind - 1], "--")) {
561 if (xstreql(argv[optind], "-"))
574 if (xstreql(argv[optind], "-")) {
H A Dinitialize.c83 S->m_c_locale = xstreql("C", setlocale(LC_COLLATE, NULL));
H A Dutility.h169 extern int xstreql(const char *, const char *);
H A Dfields.c184 if (!xstreql(conv->thousands_sep, "")) {
191 if (!xstreql(conv->mon_thousands_sep, "")) {
198 if (!xstreql(conv->mon_decimal_point, "")) {
H A Dutility.c581 xstreql(const char *a, const char *b) function

Completed in 208 milliseconds