Home | History | Annotate | Download | only in linux-lib

Lines Matching refs:accept

776 /* Find the first occurrence in S of any character in ACCEPT.  */
1168 in the character string ACCEPT. Return the number of bytes from the
1172 _GL_EXTERN_C size_t mbscspn (const char *string, const char *accept)
1179 in the character string ACCEPT. Return the pointer to it, or NULL if none
1186 _GL_FUNCDECL_RPL (mbspbrk, char *, (const char *string, const char *accept)
1189 _GL_CXXALIAS_RPL (mbspbrk, char *, (const char *string, const char *accept));
1191 _GL_FUNCDECL_SYS (mbspbrk, char *, (const char *string, const char *accept)
1194 _GL_CXXALIAS_SYS (mbspbrk, char *, (const char *string, const char *accept));