Home
last modified time | relevance | path

Searched refs:print_string (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsemind.c954 case 'f': colnum = 0; goto print_string; in search_query_callback()
955 case 'l': colnum = 1; goto print_string; in search_query_callback()
956 case 'c': colnum = 2; goto print_string; in search_query_callback()
957 case 'C': colnum = 3; goto print_string; in search_query_callback()
958 case 'n': colnum = 4; goto print_string; in search_query_callback()
984 print_string: in search_query_callback()
/third_party/cJSON/tests/
DCMakeLists.txt50 print_string
/third_party/toybox/toys/pending/
Dstrace.c282 static void print_string(long addr)
409 case 's': print_string(v); break;
/third_party/ffmpeg/fftools/
Dffprobe.c447 void (*print_string) (WriterContext *wctx, const char *, const char *); member
759 wctx->writer->print_string(wctx, key1, val1); in writer_print_string()
769 wctx->writer->print_string(wctx, key, val); in writer_print_string()
1016 .print_string = default_print_str,
1194 .print_string = compact_print_str,
1225 .print_string = compact_print_str,
1349 .print_string = flat_print_str,
1453 .print_string = ini_print_str,
1619 .print_string = json_print_str,
1781 .print_string = xml_print_str,
/third_party/vulkan-loader/loader/
DcJSON.c430 char *print_string(cJSON *item, printbuffer *p) { return print_string_ptr(item->pAllocator, item->v… in print_string() function
548 out = print_string(item, p); in print_value()
572 out = print_string(item, 0); in print_value()
/third_party/cJSON/
DcJSON.c1029 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string() function
1432 return print_string(item, output_buffer); in print_value()