Searched refs:STRPBRK_RESULT (Results 1 – 2 of 2) sorted by relevance
27 #ifndef STRPBRK_RESULT28 # define STRPBRK_RESULT(s, pos) ((s)[(pos)] ? (s) + (pos) : NULL) macro137 result = STRPBRK_RESULT (s, pos); in do_test()
19 #define STRPBRK_RESULT(s, pos) (pos) macro
Completed in 4 milliseconds