Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dutility.h169 extern char *xstrnchr(const char *, const int, const size_t);
H A Dutility.c591 xstrnchr(const char *S, const int c, const size_t n) in xstrnchr() function
H A Dfields.c469 T = xstrnchr(T, delimiter.sc, eol - T); in field_boundary_tabbed()