Searched refs:stralloc_add_format (Results 1 – 7 of 7) sorted by relevance
/external/qemu/android/utils/ |
D | stralloc.c | 44 stralloc_add_format( out, "%-*s", maxw, strings[index] ); in stralloc_tabular() 232 stralloc_add_format( stralloc_t* s, const char* fmt, ... ) in stralloc_add_format() function 272 stralloc_add_format( s, "\\x%02x", c ); in stralloc_add_quote_bytes()
|
D | stralloc.h | 46 extern void stralloc_add_format( stralloc_t* s, const char* fmt, ... );
|
/external/qemu/proxy/ |
D | proxy_http_connector.c | 57 stralloc_add_format(str, "CONNECT %s HTTP/" HTTP_VERSION "\r\n", in connection_init()
|
D | proxy_http_rewriter.c | 590 stralloc_add_format( str, "%s: %s\r\n", h->key, h->value ); in rewrite_connection_rewrite_request() 609 stralloc_add_format(str, "%s: %s\r\n", h->key, h->value); in rewrite_connection_rewrite_reply()
|
/external/qemu/android/ |
D | help.c | 17 #define PRINTF(...) stralloc_add_format(out,__VA_ARGS__) 1650 stralloc_add_format( out, " -%s %-*s %s\n", in android_help_list_options()
|
D | console.c | 2339 stralloc_add_format( s, "$GPGGA,%06d", last_time ); in do_geo_fix() 2353 stralloc_add_format( s, ",%02d%02d.%04d,%c", deg, min, (int)val, hemi ); in do_geo_fix() 2366 stralloc_add_format( s, ",%02d%02d.%04d,%c", deg, min, (int)val, hemi ); in do_geo_fix() 2369 stralloc_add_format( s, ",1,%02d,", n_satellites ); in do_geo_fix() 2373 stralloc_add_format( s, ",%.1g,M,0.,M", params[GEO_ALT] ); in do_geo_fix()
|
/external/qemu/ |
D | vl-android.c | 3480 stralloc_add_format(kernel_config, " memcheck=%s", android_op_memcheck); in main() 3843 stralloc_add_format(kernel_config, " ndns=%d", dns_count); in main()
|