__strchrnul
char *__strchrnul(const char *, int);
char *r = __strchrnul(s, c);
__weak_reference(__strchrnul, strchrnul);