Home
last modified time | relevance | path

Searched refs:stralloc_add_format (Results 1 – 7 of 7) sorted by relevance

/external/qemu/android/utils/
Dstralloc.c44 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()
Dstralloc.h46 extern void stralloc_add_format( stralloc_t* s, const char* fmt, ... );
/external/qemu/proxy/
Dproxy_http_connector.c57 stralloc_add_format(str, "CONNECT %s HTTP/" HTTP_VERSION "\r\n", in connection_init()
Dproxy_http_rewriter.c590 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/
Dhelp.c17 #define PRINTF(...) stralloc_add_format(out,__VA_ARGS__)
1650 stralloc_add_format( out, " -%s %-*s %s\n", in android_help_list_options()
Dconsole.c2339 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/
Dvl-android.c3480 stralloc_add_format(kernel_config, " memcheck=%s", android_op_memcheck); in main()
3843 stralloc_add_format(kernel_config, " ndns=%d", dns_count); in main()