Searched refs:strnpbrk (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.h63 extern const char *strnpbrk(const char *, const char *, size_t);
H A Dmdb_string.c552 strnpbrk(const char *s1, const char *s2, size_t nbytes) function
H A Dmdb_io.c1791 while ((p = strnpbrk(q, "\t\n", nleft)) != NULL) {

Completed in 65 milliseconds