Home
last modified time | relevance | path

Searched refs:xstrneql (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dutility.h168 extern int xstrneql(const char *, const char *, const size_t);
H A Dutility.c585 xstrneql(const char *a, const char *b, const size_t l) in xstrneql() function
H A Dfields.c601 if (xstrneql(month_candidate, months[j], month_lengths[j])) { in field_convert_month()