Searched refs:fmt (Results 151 - 175 of 1124) sorted by relevance

1234567891011>>

/external/tcpdump/
H A Dsmbutil.c323 write_bits(unsigned int val, const char *fmt) argument
325 const char *p = fmt;
328 while ((p = strchr(fmt, '|'))) {
329 size_t l = PTR_DIFF(p, fmt);
331 printf("%.*s ", (int)l, fmt);
332 fmt = p + 1;
432 smb_fdata1(const u_char *buf, const char *fmt, const u_char *maxbuf, argument
438 while (*fmt && buf<maxbuf) {
439 switch (*fmt) {
444 fmt
791 smb_fdata(const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
[all...]
H A Dutil.c281 * Convert a token value to a string; use "fmt" if not found.
284 tok2strbuf(register const struct tok *lp, register const char *fmt, argument
294 if (fmt == NULL)
295 fmt = "#%d";
297 (void)snprintf(buf, bufsize, fmt, v);
302 * Convert a token value to a string; use "fmt" if not found.
305 tok2str(register const struct tok *lp, register const char *fmt, argument
314 return tok2strbuf(lp, fmt, v, ret, sizeof(buf[0]));
318 * Convert a bit token value to a string; use "fmt" if not found.
323 bittok2str_internal(register const struct tok *lp, register const char *fmt, argument
374 bittok2str_nosep(register const struct tok *lp, register const char *fmt, register int v) argument
385 bittok2str(register const struct tok *lp, register const char *fmt, register int v) argument
398 tok2strary_internal(register const char **lp, int n, register const char *fmt, register int v) argument
473 error(const char *fmt, ...) argument
492 warning(const char *fmt, ...) argument
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c13913 formats fmt; member in union:__anon31612
13938 case 0x06: s390_format_RR_RR(s390_irgen_BCTR, ovl.fmt.RR.r1, ovl.fmt.RR.r2);
13940 case 0x07: s390_format_RR(s390_irgen_BCR, ovl.fmt.RR.r1, ovl.fmt.RR.r2);
13942 case 0x0a: s390_format_I(s390_irgen_SVC, ovl.fmt.I.i); goto ok;
13945 case 0x0d: s390_format_RR_RR(s390_irgen_BASR, ovl.fmt.RR.r1, ovl.fmt.RR.r2);
13947 case 0x0e: s390_format_RR(s390_irgen_MVCL, ovl.fmt.RR.r1, ovl.fmt
14119 formats fmt; member in union:__anon31627
15258 formats fmt; member in union:__anon31649
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftdebug.c54 FT_Message( const char* fmt, argument
60 va_start( ap, fmt );
61 vfprintf( stderr, fmt, ap );
69 FT_Panic( const char* fmt, argument
75 va_start( ap, fmt );
76 vfprintf( stderr, fmt, ap );
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dralloc.h305 char *ralloc_asprintf (const void *ctx, const char *fmt, ...) PRINTFLIKE(2, 3);
315 char *ralloc_vasprintf(const void *ctx, const char *fmt, va_list args);
330 * \param fmt A printf-style formatting string
338 const char *fmt, ...)
354 * \param fmt A printf-style formatting string
362 bool ralloc_vasprintf_rewrite_tail(char **str, size_t *start, const char *fmt,
370 * ralloc_asprintf_rewrite_tail(str, strlen(*str), fmt, ...)
381 bool ralloc_asprintf_append (char **str, const char *fmt, ...)
389 * ralloc_vasprintf_rewrite_tail(str, strlen(*str), fmt, args)
400 bool ralloc_vasprintf_append(char **str, const char *fmt, va_lis
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_log.c52 int line, const char *fmt, ...) {
54 va_start(v, fmt);
55 _apple_glx_vlog(level, file, function, line, fmt, v);
74 int line, const char *fmt, va_list args) {
98 vfprintf(stderr, fmt, args2);
125 asl_vlog(aslc, msg, level, fmt, args);
51 _apple_glx_log(int level, const char *file, const char *function, int line, const char *fmt, ...) argument
73 _apple_glx_vlog(int level, const char *file, const char *function, int line, const char *fmt, va_list args) argument
H A Dapple_glx_log.h40 int line, const char *fmt, ...);
47 int line, const char *fmt, va_list v);
/external/freetype/src/base/
H A Dftdebug.c54 FT_Message( const char* fmt, argument
60 va_start( ap, fmt );
61 vfprintf( stderr, fmt, ap );
69 FT_Panic( const char* fmt, argument
75 va_start( ap, fmt );
76 vfprintf( stderr, fmt, ap );
/external/mesa3d/src/glsl/
H A Dralloc.h305 char *ralloc_asprintf (const void *ctx, const char *fmt, ...) PRINTFLIKE(2, 3);
315 char *ralloc_vasprintf(const void *ctx, const char *fmt, va_list args);
330 * \param fmt A printf-style formatting string
338 const char *fmt, ...)
354 * \param fmt A printf-style formatting string
362 bool ralloc_vasprintf_rewrite_tail(char **str, size_t *start, const char *fmt,
370 * ralloc_asprintf_rewrite_tail(str, strlen(*str), fmt, ...)
381 bool ralloc_asprintf_append (char **str, const char *fmt, ...)
389 * ralloc_vasprintf_rewrite_tail(str, strlen(*str), fmt, args)
400 bool ralloc_vasprintf_append(char **str, const char *fmt, va_lis
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c52 int line, const char *fmt, ...) {
54 va_start(v, fmt);
55 _apple_glx_vlog(level, file, function, line, fmt, v);
74 int line, const char *fmt, va_list args) {
98 vfprintf(stderr, fmt, args2);
125 asl_vlog(aslc, msg, level, fmt, args);
51 _apple_glx_log(int level, const char *file, const char *function, int line, const char *fmt, ...) argument
73 _apple_glx_vlog(int level, const char *file, const char *function, int line, const char *fmt, va_list args) argument
H A Dapple_glx_log.h40 int line, const char *fmt, ...);
47 int line, const char *fmt, va_list v);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Devent.c86 OPJ_BOOL opj_event_msg(opj_event_mgr_t* p_event_mgr, OPJ_INT32 event_type, const char *fmt, ...) { argument
115 if ((fmt != 00) && (p_event_mgr != 00)) {
121 va_start(arg, fmt);
123 str_length = (strlen(fmt) > OPJ_MSG_SIZE) ? OPJ_MSG_SIZE : strlen(fmt);
126 vsnprintf(message, OPJ_MSG_SIZE, fmt, arg); /* UniPG */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdebug.c54 FT_Message( const char* fmt, argument
60 va_start( ap, fmt );
61 vfprintf( stderr, fmt, ap );
69 FT_Panic( const char* fmt, argument
75 va_start( ap, fmt );
76 vfprintf( stderr, fmt, ap );
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Dtestlog.h37 UBool logIfFailureAndReset(const char *fmt, ...);
38 UBool logDataIfFailureAndReset(const char *fmt, ...);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.h63 #define glhd_check(fmt, value, expr) \
64 ((value expr) ? (void)0 : debug_printf("galahad: %s:%u: Expected `%s %s`, got %s == " fmt "\n", __FUNCTION__, __LINE__, #value, #expr, #value, value))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_screen.h6 #define NOUVEAU_ERR(fmt, args...) \
7 fprintf(stderr, "%s:%d - "fmt, __FUNCTION__, __LINE__, ##args);
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtestlog.h37 UBool logIfFailureAndReset(const char *fmt, ...);
38 UBool logDataIfFailureAndReset(const char *fmt, ...);
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.h63 #define glhd_check(fmt, value, expr) \
64 ((value expr) ? (void)0 : debug_printf("galahad: %s:%u: Expected `%s %s`, got %s == " fmt "\n", __FUNCTION__, __LINE__, #value, #expr, #value, value))
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.h6 #define NOUVEAU_ERR(fmt, args...) \
7 fprintf(stderr, "%s:%d - "fmt, __FUNCTION__, __LINE__, ##args);
/external/chromium_org/base/strings/
H A Dsafe_sprintf.h208 BASE_EXPORT ssize_t SafeSNPrintf(char* buf, size_t sz, const char* fmt,
226 ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, argument
234 return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array));
240 ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, argument
248 return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array));
253 ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, argument
261 return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array));
267 ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, argument
275 return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array));
280 ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, argument
294 SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7) argument
307 SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6) argument
321 SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6) argument
333 SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5) argument
343 SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5) argument
352 SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4) argument
361 SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4) argument
370 SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3) argument
379 SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3) argument
388 SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0, T1 arg1, T2 arg2) argument
397 SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1, T2 arg2) argument
406 SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0, T1 arg1) argument
414 SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1) argument
422 SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0) argument
430 SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0) argument
440 SafeSPrintf(char (&buf)[N], const char* fmt) argument
[all...]
/external/eigen/Eigen/src/Core/
H A DIO.h22 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt);
109 * format \a fmt.
117 DenseBase<Derived>::format(const IOFormat& fmt) const
119 return WithFormat<Derived>(derived(), fmt);
151 * print the matrix \a _m to the output stream \a s using the output format \a fmt */
153 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt) argument
157 s << fmt.matPrefix << fmt.matSuffix;
168 if(fmt.precision == StreamPrecision)
172 else if(fmt
[all...]
/external/ppp/pppd/
H A Dutils.c135 slprintf __V((char *buf, int buflen, char *fmt, ...)) argument
141 va_start(args, fmt);
145 char *fmt; local
149 fmt = va_arg(args, char *);
151 n = vslprintf(buf, buflen, fmt, args);
162 vslprintf(buf, buflen, fmt, args)
165 char *fmt;
183 for (f = fmt; *f != '%' && *f != 0; ++f)
185 if (f > fmt) {
186 len = f - fmt;
436 vslp_printer(void *arg, char *fmt, ...) argument
446 char *fmt; local
562 pr_log(void *arg, char *fmt, ...) argument
573 char *fmt; local
718 fatal(char *fmt, ...) argument
725 char *fmt; local
740 error(char *fmt, ...) argument
747 char *fmt; local
761 warn(char *fmt, ...) argument
768 char *fmt; local
781 notice(char *fmt, ...) argument
788 char *fmt; local
801 info(char *fmt, ...) argument
808 char *fmt; local
821 dbglog(char *fmt, ...) argument
828 char *fmt; local
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutrace.h124 * @param fmt A formatting string that describes the number and types
125 * of arguments included with the variable args. The fmt
129 * the fmt parameter.
135 const char *fmt, va_list args);
143 * @param fmt A format string describing the tracing data that is supplied
150 const char *fmt, va_list args);
310 * @param fmt Format specification for the data to output
318 int32_t indent, const char *fmt, va_list args);
331 * @param fmt Format specification for the data to output
339 int32_t indent, const char *fmt,
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdtrgtst.h42 void aux917(UDateFormat *fmt, UChar* str );
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnmfmtrt.h38 void test(NumberFormat *fmt);
39 void test(NumberFormat *fmt, double value);
40 void test(NumberFormat *fmt, int32_t value);
41 void test(NumberFormat *fmt, const Formattable& value);

Completed in 720 milliseconds

1234567891011>>