Searched defs:cfmt (Results 1 – 3 of 3) sorted by relevance
/titanic_51/usr/src/boot/lib/libstand/ |
H A D | printf.c | 90 sprintf(char *buf, const char *cfmt, ...) in sprintf() argument 124 asprintf(char **buf, const char *cfmt, ...) in asprintf() argument 152 snprintf(char *buf, size_t size, const char *cfmt, ...) in snprintf() argument 171 vsprintf(char * buf,const char * cfmt,va_list ap) vsprintf() argument 180 vsnprintf(char * buf,size_t size,const char * cfmt,va_list ap) vsnprintf() argument [all...] |
/titanic_51/usr/src/cmd/od/ |
H A D | od.c | 49 static char *cfmt = " "; variable
|
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | tsort.c | 498 static const char *ffmt, *cfmt = 0, *sfmt = 0; in trace_sort() local
|