Searched refs:STRPBRK_RESULT (Results 1 – 2 of 2) sorted by relevance
36 #ifndef STRPBRK_RESULT37 # define STRPBRK_RESULT(s, pos) ((s)[(pos)] ? (s) + (pos) : NULL) macro151 result = STRPBRK_RESULT (s, pos); in do_test()218 result = STRPBRK_RESULT ((CHAR *) (p + align), pos < len ? pos : len); in do_random_tests()
19 #define STRPBRK_RESULT(s, pos) (pos) macro
Completed in 5 milliseconds