Searched refs:support_quote_string (Results 1 – 5 of 5) sorted by relevance
27 char *p = support_quote_string (""); in do_test()30 p = support_quote_string ("X"); in do_test()37 p = support_quote_string ("$()*?`@[]{}~\'\"X"); in do_test()46 p = support_quote_string (LETTERS_AND_DIGTS "@"); in do_test()52 p = support_quote_string ("\r\n\t\a\b\f\v\1\177\200\377@"); in do_test()
23 support_quote_string (const char *str) in support_quote_string() function
141 char *quoted = support_quote_string (d->link_target); in support_descriptors_dump()188 char *quoted = support_quote_string (right->link_target); in report_opened_descriptor()214 char *left_quoted = support_quote_string (left->link_target); in support_descriptors_check()215 char *right_quoted = support_quote_string (right->link_target); in support_descriptors_check()
86 char *support_quote_string (const char *);
75 support_quote_string \
Completed in 11 milliseconds