Searched refs:reject (Results 1 – 3 of 3) sorted by relevance
464 size_t strcspn(const char *s, const char *reject) in strcspn() argument469 if (strchr(reject, *p)) in strcspn()
425 module BTF enabled is to reject modules with such mismatches;
168 const char reject[16]; in string_test_strspn() member183 KUNIT_ASSERT_EQ_MSG(test, s->r, strcspn(s->str, s->reject), in string_test_strspn()
Completed in 10 milliseconds