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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrcspn.c41 strcspn(const char *string, const char *charset) function
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstring.in.h424 /* strcspn() assumes the second argument is a list of single-byte characters.
428 # undef strcspn macro
429 /* Assume strcspn is always declared. */
430 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
816 Unlike strcspn(), this function works correctly in multibyte locales. */

Completed in 32 milliseconds