Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/riscv/
Dlocal.h12 static __inline unsigned long __libc_detect_null(unsigned long w) in __libc_detect_null() function
Dstrcpy.c31 while (!__libc_detect_null(*lsrc)) in strcpy()
Dstrlen.c36 while (!__libc_detect_null (*ls++)) in strlen()