Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Doptions.c489 xstreql(optarg, "\\t") ? '\t' : in options()
553 if (xstreql(argv[optind - 1], "--")) { in options()
559 if (xstreql(argv[optind], "-")) in options()
572 if (xstreql(argv[optind], "-")) { in options()
H A Dutility.h167 extern int xstreql(const char *, const char *);
H A Dinitialize.c81 S->m_c_locale = xstreql("C", setlocale(LC_COLLATE, NULL)); in initialize_pre()
H A Dfields.c184 if (!xstreql(conv->thousands_sep, "")) { in field_initialize_separator()
191 if (!xstreql(conv->mon_thousands_sep, "")) { in field_initialize_separator()
198 if (!xstreql(conv->mon_decimal_point, "")) { in field_initialize_separator()
H A Dutility.c579 xstreql(const char *a, const char *b) in xstreql() function