Home
last modified time | relevance | path

Searched refs:STRPBRK_RESULT (Results 1 – 2 of 2) sorted by relevance

/string/
A Dtest-strpbrk.c36 #ifndef STRPBRK_RESULT
37 # define STRPBRK_RESULT(s, pos) ((s)[(pos)] ? (s) + (pos) : NULL) macro
151 result = STRPBRK_RESULT (s, pos); in do_test()
218 result = STRPBRK_RESULT ((CHAR *) (p + align), pos < len ? pos : len); in do_random_tests()
A Dtest-strcspn.c19 #define STRPBRK_RESULT(s, pos) (pos) macro

Completed in 5 milliseconds