/external/qemu/android/utils/ |
stralloc.h | 46 extern void stralloc_add_format( stralloc_t* s, const char* fmt, ... );
|
stralloc.c | 44 stralloc_add_format( out, "%-*s", maxw, strings[index] ); 232 stralloc_add_format( stralloc_t* s, const char* fmt, ... ) function 272 stralloc_add_format( s, "\\x%02x", c );
|
/external/qemu/proxy/ |
proxy_http_connector.c | 57 stralloc_add_format(str, "CONNECT %s HTTP/" HTTP_VERSION "\r\n",
|
proxy_http_rewriter.c | 590 stralloc_add_format( str, "%s: %s\r\n", h->key, h->value ); 609 stralloc_add_format(str, "%s: %s\r\n", h->key, h->value); [all...] |
/external/qemu/android/ |
console.c | [all...] |
help.c | 17 #define PRINTF(...) stralloc_add_format(out,__VA_ARGS__) [all...] |
/external/qemu/ |
vl-android.c | [all...] |