Searched refs:memchr (Results 1 – 3 of 3) sorted by relevance
24 pub extern "C" fn memchr( in memchr() function64 match memchr(s as *const _, 0, maxlen.try_into().unwrap()) { in strnlen()
23 void *memchr(const void *ptr, int ch, size_t count);
108 if (memchr(boot.command, '\0', sizeof(boot.command))) { in get_args()