Searched refs:templat (Results 1 - 3 of 3) sorted by last modified time

/broadcom-cfe-1.4.2/cfe/lib/
H A Dlib_printf.c187 int xvsprintf(char *outbuf,const char *templat,va_list marker) argument
205 iptr = templat;
382 int xsprintf(char *buf,const char *templat,...) argument
387 va_start(marker,templat);
388 count = xvsprintf(buf,templat,marker);
410 int xprintf(const char *templat,...) argument
416 va_start(marker,templat);
417 count = xvsprintf(buffer,templat,marker);
426 int xvprintf(const char *templat,va_list marker) argument
431 count = xvsprintf(buffer,templat,marke
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/common/src/
H A Ddisasm.c1684 static int snprintf(char *buf,int len,const char *templat,...) argument
1689 va_start(marker,templat);
1690 count = xvsprintf(buf,templat,marker);
/broadcom-cfe-1.4.2/cfe/include/
H A Dlib_printf.h50 int xvsprintf(char *outbuf,const char *templat,va_list marker);
51 int xsprintf(char *buf,const char *templat,...);
52 int xprintf(const char *templat,...);

Completed in 31 milliseconds