Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/ext/
A Dsnprintk.c80 #define TOBUFONLY 0x0008 /* to the buffer (only) [for snprintk] */ macro
143 retval = kprintf(fmt, TOBUFONLY, &p, bf, ap, ext); in __vsnprintf()
156 return kprintf(fmt, TOBUFONLY, NULL, bf, ap, false); in __vsprintf()
212 if (oflags == TOBUFONLY) { \
264 if (oflags == TOBUFONLY && (vp != NULL)) in kprintf()
619 if ((oflags == TOBUFONLY) && (vp != NULL)) in kprintf()

Completed in 2 milliseconds