Home
last modified time | relevance | path

Searched refs:memchr (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libc/src/
Dlib.rs24 pub extern "C" fn memchr( in memchr() function
64 match memchr(s as *const _, 0, maxlen.try_into().unwrap()) { in strnlen()
/bootable/libbootloader/gbl/libc/include/
Dstring.h23 void *memchr(const void *ptr, int ch, size_t count);
/bootable/recovery/
Drecovery_main.cpp108 if (memchr(boot.command, '\0', sizeof(boot.command))) { in get_args()