Searched refs:__strchrnul (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libc/string/
H A Dstrchrnul.c35 __weak_reference(__strchrnul, strchrnul);
37 char *__strchrnul(const char *, int);
40 __strchrnul(const char *p, int ch) function

Completed in 58 milliseconds