Lines Matching refs:accept
464 /* Find the first occurrence in S of any character in ACCEPT. */
856 in the character string ACCEPT. Return the number of bytes from the
860 _GL_EXTERN_C size_t mbscspn (const char *string, const char *accept)
867 in the character string ACCEPT. Return the pointer to it, or NULL if none
874 _GL_FUNCDECL_RPL (mbspbrk, char *, (const char *string, const char *accept)
877 _GL_CXXALIAS_RPL (mbspbrk, char *, (const char *string, const char *accept));
879 _GL_FUNCDECL_SYS (mbspbrk, char *, (const char *string, const char *accept)
882 _GL_CXXALIAS_SYS (mbspbrk, char *, (const char *string, const char *accept));