Home
last modified time | relevance | path

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

/glibc-2.36/string/ !
Dtest-strpbrk.c36 #ifndef STRPBRK_RESULT
37 # define STRPBRK_RESULT(s, pos) ((s)[(pos)] ? (s) + (pos) : NULL) macro
134 result = STRPBRK_RESULT (s, pos); in do_test()
201 result = STRPBRK_RESULT ((CHAR *) (p + align), pos < len ? pos : len); in do_random_tests()
Dtest-strcspn.c19 #define STRPBRK_RESULT(s, pos) (pos) macro
/glibc-2.36/benchtests/ !
Dbench-strpbrk.c27 #ifndef STRPBRK_RESULT
28 # define STRPBRK_RESULT(s, pos) ((s)[(pos)] ? (s) + (pos) : NULL) macro
143 result = STRPBRK_RESULT (s, pos); in do_test()
Dbench-strcspn.c19 #define STRPBRK_RESULT(s, pos) (pos) macro
/glibc-2.36/ChangeLog.old/ !
DChangeLog.256653 [! STRPBRK_RESULT][! WIDE](STUPID_STRPBRK): Remove.
6654 [! STRPBRK_RESULT][WIDE](STUPID_STRPBRK): Remove.
6655 [! STRPBRK_RESULT](SIMPLE_STRPBRK): Remove.
6656 [! STRPBRK_RESULT](STUPID_STRPBRK): Remove.
6657 [! STRPBRK_RESULT](IMPL__STUPID_STRPBRK): Remove function.
6658 [! STRPBRK_RESULT](IMPL__SIMPLE_STRPBRK): Remove function.
6659 [! STRPBRK_RESULT](STUPID_STRPBRK): Remove function.