quote_path_relative  188 builtin/clean.c 			quote_path_relative(path->buf, prefix, &quoted);
quote_path_relative  202 builtin/clean.c 			quote_path_relative(path->buf, prefix, &quoted);
quote_path_relative  226 builtin/clean.c 				quote_path_relative(path->buf, prefix, &quoted);
quote_path_relative  234 builtin/clean.c 				quote_path_relative(path->buf, prefix, &quoted);
quote_path_relative  237 builtin/clean.c 				quote_path_relative(path->buf, prefix, &quoted);
quote_path_relative  259 builtin/clean.c 			quote_path_relative(path->buf, prefix, &quoted);
quote_path_relative  284 builtin/clean.c 		qname = quote_path_relative(item->string, NULL, &buf);
quote_path_relative  776 builtin/clean.c 			qname = quote_path_relative(item->string, NULL, &buf);
quote_path_relative 1004 builtin/clean.c 				qname = quote_path_relative(item->string, NULL, &buf);
quote_path_relative 1010 builtin/clean.c 				qname = quote_path_relative(item->string, NULL, &buf);
quote_path_relative 1014 builtin/clean.c 				qname = quote_path_relative(item->string, NULL, &buf);
quote_path_relative  290 builtin/grep.c 		quote_path_relative(filename + tree_name_len, opt->prefix, &pathbuf);
quote_path_relative  321 builtin/grep.c 		quote_path_relative(filename, opt->prefix, &buf);
quote_path_relative   63 quote.h        extern char *quote_path_relative(const char *in, const char *prefix,
quote_path_relative  245 wt-status.c    #define quote_path quote_path_relative