quote_c_style     397 builtin/apply.c 		quote_c_style(patch->old_name, &sb, NULL, 0);
quote_c_style     399 builtin/apply.c 		quote_c_style(patch->new_name, &sb, NULL, 0);
quote_c_style     404 builtin/apply.c 		quote_c_style(n, &sb, NULL, 0);
quote_c_style    2098 builtin/apply.c 	quote_c_style(cp, &qname, NULL, 0);
quote_c_style    4033 builtin/apply.c 		int len = quote_c_style(patch->old_name, NULL, NULL, 0);
quote_c_style    4040 builtin/apply.c 		int len = quote_c_style(patch->new_name, NULL, NULL, 0);
quote_c_style      47 builtin/check-attr.c 			quote_c_style(file, NULL, stdout, 0);
quote_c_style      41 builtin/check-ignore.c 				quote_c_style(exclude->el->src, NULL, stdout, 0);
quote_c_style      49 builtin/check-ignore.c 			quote_c_style(path, NULL, stdout, 0);
quote_c_style     295 builtin/fast-export.c 	int need_quote = quote_c_style(path, NULL, NULL, 0);
quote_c_style     297 builtin/fast-export.c 		quote_c_style(path, NULL, stdout, 0);
quote_c_style     283 diff.c         	int need_one = quote_c_style(one, NULL, NULL, 1);
quote_c_style     284 diff.c         	int need_two = quote_c_style(two, NULL, NULL, 1);
quote_c_style     289 diff.c         		quote_c_style(one, &res, NULL, 1);
quote_c_style     290 diff.c         		quote_c_style(two, &res, NULL, 1);
quote_c_style    1327 diff.c         	int qlen_a = quote_c_style(a, NULL, NULL, 0);
quote_c_style    1328 diff.c         	int qlen_b = quote_c_style(b, NULL, NULL, 0);
quote_c_style    1331 diff.c         		quote_c_style(a, &name, NULL, 0);
quote_c_style    1333 diff.c         		quote_c_style(b, &name, NULL, 0);
quote_c_style    1482 diff.c         		if (quote_c_style(file->name, &buf, NULL, 0)) {
quote_c_style    3036 diff.c         		quote_c_style(name, msg, NULL, 0);
quote_c_style    3038 diff.c         		quote_c_style(other, msg, NULL, 0);
quote_c_style    3046 diff.c         		quote_c_style(name, msg, NULL, 0);
quote_c_style    3049 diff.c         		quote_c_style(other, msg, NULL, 0);
quote_c_style    3063 fast-import.c  		quote_c_style(path, &line, NULL, 0);
quote_c_style    3070 fast-import.c  		quote_c_style(path, &line, NULL, 0);
quote_c_style     254 quote.c        	if (quote_c_style(prefix, NULL, NULL, 0) ||
quote_c_style     255 quote.c        	    quote_c_style(path, NULL, NULL, 0)) {
quote_c_style     258 quote.c        		quote_c_style(prefix, sb, NULL, 1);
quote_c_style     259 quote.c        		quote_c_style(path, sb, NULL, 1);
quote_c_style     271 quote.c        		quote_c_style(name, NULL, fp, 0);
quote_c_style      55 quote.h        extern size_t quote_c_style(const char *name, struct strbuf *, FILE *, int no_dq);
quote_c_style     290 transport-helper.c 		quote_c_style(value, &buf, NULL, 0);
quote_c_style      48 vcs-svn/fast_export.c 	quote_c_style(path, NULL, stdout, 0);
quote_c_style      66 vcs-svn/fast_export.c 	quote_c_style(path, NULL, stdout, 0);
quote_c_style     134 vcs-svn/fast_export.c 	quote_c_style(path, NULL, stdout, 0);
quote_c_style     143 vcs-svn/fast_export.c 	quote_c_style(path, NULL, stdout, 1);