Searched refs:xstreql (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | options.c | 491 xstreql(optarg, "\\t") ? '\t' : 555 if (xstreql(argv[optind - 1], "--")) { 561 if (xstreql(argv[optind], "-")) 574 if (xstreql(argv[optind], "-")) {
|
H A D | initialize.c | 83 S->m_c_locale = xstreql("C", setlocale(LC_COLLATE, NULL));
|
H A D | utility.h | 169 extern int xstreql(const char *, const char *);
|
H A D | fields.c | 184 if (!xstreql(conv->thousands_sep, "")) { 191 if (!xstreql(conv->mon_thousands_sep, "")) { 198 if (!xstreql(conv->mon_decimal_point, "")) {
|
H A D | utility.c | 581 xstreql(const char *a, const char *b) function
|
Completed in 65 milliseconds