Searched defs:strspn (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dstring.in.h277 /* strspn() assumes the second argument is a list of single-byte characters.
279 # undef strspn macro
280 # define strspn(s,a) \ macro
281 (GL_LINK_WARNING ("strspn cannot work correctly on character strings " \
284 strspn (s, a))
532 Unlike strspn(), this function works correctly in multibyte locales. */

Completed in 42 milliseconds