Home
last modified time | relevance | path

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

/external/libcups/cups/
Dsnprintf.c41 char tformat[100], /* Temporary format string for sprintf() */ in _cups_vsnprintf() local
62 tptr = tformat; in _cups_vsnprintf()
89 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", width); in _cups_vsnprintf()
98 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
107 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
121 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", prec); in _cups_vsnprintf()
130 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
144 if (tptr < (tformat + sizeof(tformat) - 2)) in _cups_vsnprintf()
154 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
163 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
[all …]
Ddebug.c342 char tformat[100], /* Temporary format string for snprintf() */ in _cups_safe_vsnprintf() local
364 tptr = tformat; in _cups_safe_vsnprintf()
387 snprintf(tptr, sizeof(tformat) - (size_t)(tptr - tformat), "%d", width); in _cups_safe_vsnprintf()
396 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
405 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
419 snprintf(tptr, sizeof(tformat) - (size_t)(tptr - tformat), "%d", prec); in _cups_safe_vsnprintf()
428 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
440 if (tptr < (tformat + sizeof(tformat) - 2)) in _cups_safe_vsnprintf()
450 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
461 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
[all …]
/external/autotest/site_utils/bootperf-bin/
Dperfprinter.py54 tformat = "%5s %2d%% %5s %2d%% %s"
58 tformat = "%7s %2d%% %7s %2d%% %s"
86 print tformat % (valstring, valuepct, "+" + deltastring, deltapct, stat)
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c236 static const char * tformat(void);
269 (void) fprintf(stderr, tformat(), *tp); in my_localtime()
279 (void) fprintf(stderr, tformat(), t); in my_localtime()
808 (void) printf(tformat(), t); in show()
850 tformat(void) in tformat() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl2434 s << "\tformat = " << value.format << '\n';
2448 s << "\tformat = " << value.format << '\n';
2506 s << "\tformat = " << value.format << '\n';
2587 s << "\tformat = " << value.format << '\n';
3015 s << "\tformat = " << value.format << '\n';
3360 s << "\tformat = " << value.format << '\n';
3619 s << "\tformat = " << value.format << '\n';
3663 s << "\tformat = " << value.format << '\n';
4027 s << "\tformat = " << value.format << '\n';