Home
last modified time | relevance | path

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

/Zephyr-latest/lib/os/
Dcbprintf.c35 static int str_out(int c, in str_out() function
103 int rv = cbvprintf(str_out, &ctx, format, ap); in vsnprintfcb()
Dprintk.c213 static int str_out(int c, struct str_context *ctx) in str_out() function
246 cbvprintf(str_out, &ctx, fmt, ap); in vsnprintk()
/Zephyr-latest/cmake/
Dllext-edk.cmake87 # edk_escape(<target> <str_in> <str_out>)
90 # <str_out>. The escaping is done to make the string suitable for <target>.
91 function(edk_escape target str_in str_out)
94 set(${str_out} "${str_escaped}" PARENT_SCOPE)