Searched refs:cfmt (Results 1 – 4 of 4) sorted by relevance
| /titanic_53/usr/src/boot/lib/libstand/ |
| H A D | printf.c | 90 sprintf(char *buf, const char *cfmt, ...) in sprintf() argument 95 va_start(ap, cfmt); in sprintf() 96 retval = kvprintf(cfmt, NULL, (void *)buf, 10, ap); in sprintf() 124 asprintf(char **buf, const char *cfmt, ...) in asprintf() argument 131 va_start(ap, cfmt); in asprintf() 132 retval = kvprintf(cfmt, NULL, NULL, 10, ap); in asprintf() 142 va_start(ap, cfmt); in asprintf() 143 retval = kvprintf(cfmt, &snprint_func, &arg, 10, ap); in asprintf() 152 snprintf(char *buf, size_t size, const char *cfmt, ...) in snprintf() argument 161 va_start(ap, cfmt); in snprintf() [all …]
|
| H A D | stand.h | 265 extern int asprintf(char **buf, const char *cfmt, ...) __printflike(2, 3); 266 extern int sprintf(char *buf, const char *cfmt, ...) __printflike(2, 3); 267 extern int snprintf(char *buf, size_t size, const char *cfmt, ...) __printflike(3, 4); 268 extern void vsprintf(char *buf, const char *cfmt, __va_list); 269 extern void vsnprintf(char *buf, size_t size, const char *cfmt, __va_list);
|
| /titanic_53/usr/src/cmd/od/ |
| H A D | od.c | 49 static char *cfmt = " "; variable 571 cfmt = " "; in main() 575 cfmt = " "; in main() 579 cfmt = " "; in main() 589 cfmt = " "; in main() 903 (void) fputs(cfmt, stdout); in main()
|
| /titanic_53/usr/src/cmd/sgs/rtld/common/ |
| H A D | tsort.c | 498 static const char *ffmt, *cfmt = 0, *sfmt = 0; in trace_sort() local 520 if (cfmt == 0) { in trace_sort() 521 cfmt = MSG_INTL(MSG_LDD_INIT_FMT_03); in trace_sort() 525 (void) printf(cfmt, NAME(lmp1), CYCGROUP(lmp1)); in trace_sort()
|