Searched refs:quoted (Results 1 – 3 of 3) sorted by relevance
/support/ |
A D | support_test_compare_blob.c | 41 char *quoted = support_quote_blob (blob, length); in report_blob() local 42 printf (" \"%s\"\n", quoted); in report_blob() 43 free (quoted); in report_blob()
|
A D | support_test_compare_string_main.c | 44 char *quoted = SUPPORT_QUOTE_BLOB (blob, length); in report_string() local 45 printf (" %s\"%s\"\n", LPREFIX, quoted); in report_string() 46 free (quoted); in report_string()
|
A D | support_descriptors.c | 141 char *quoted = support_quote_string (d->link_target); in support_descriptors_dump() local 143 prefix, d->fd, quoted, in support_descriptors_dump() 147 free (quoted); in support_descriptors_dump() 188 char *quoted = support_quote_string (right->link_target); in report_opened_descriptor() local 189 printf ("error: descriptor %d was opened (\"%s\")\n", right->fd, quoted); in report_opened_descriptor() 190 free (quoted); in report_opened_descriptor()
|
Completed in 7 milliseconds