Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dprintf.c182 static inline char prvGetChar(const char** fmtP) in prvGetChar() function
205 while ((c = prvGetChar(&fmtStr)) != 0) { in cvprintf()
225 c = prvGetChar(&fmtStr); in cvprintf()