Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dsprintf_s.c71 uint8_t null_str = 0; in sprintf_s() local
72 while (*check_ptr && null_str == 0) { in sprintf_s()
81 null_str = 1; in sprintf_s()