Home
last modified time | relevance | path

Searched defs:bf (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/
A Dsnprintf.c9 int snprintf(char *bf, size_t size, const char *fmt, ...) in snprintf()
21 int vsnprintf(char *bf, size_t size, const char *fmt, va_list ap) in vsnprintf()
A Dbget.c579 static bufsize buf_get_pos(struct bfhead *bf, bufsize align, bufsize hdr_size, in buf_get_pos()
/optee_os-3.20.0/lib/libutils/ext/
A Dsnprintk.c112 snprintk(char *bf, size_t size, const char *fmt, ...) in snprintk()
129 vsnprintk(char *bf, size_t size, const char *fmt, va_list ap) in vsnprintk()
135 __vsnprintf(char *bf, size_t size, const char *fmt, va_list ap, in __vsnprintf()
154 int __vsprintf(char *bf, const char *fmt, va_list ap) in __vsprintf()
261 char bf[KPRINTF_BUFSIZE]; /* space for %c, %[diouxX], possibly %pUl */ in kprintf() local

Completed in 6 milliseconds