Searched refs:xstreql (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sort/common/ |
H A D | options.c | 491 xstreql(optarg, "\\t") ? '\t' : in options() 555 if (xstreql(argv[optind - 1], "--")) { in options() 561 if (xstreql(argv[optind], "-")) in options() 574 if (xstreql(argv[optind], "-")) { in options()
|
H A D | initialize.c | 83 S->m_c_locale = xstreql("C", setlocale(LC_COLLATE, NULL)); in initialize_pre()
|
H A D | utility.h | 169 extern int xstreql(const char *, const char *);
|
H A D | fields.c | 184 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 D | utility.c | 581 xstreql(const char *a, const char *b) in xstreql() function
|