unquote_c_style   482 builtin/apply.c 	if (unquote_c_style(&name, line, NULL)) {
unquote_c_style  1142 builtin/apply.c 		if (unquote_c_style(&first, line, &second))
unquote_c_style  1161 builtin/apply.c 			if (unquote_c_style(&sp, second, NULL))
unquote_c_style  1202 builtin/apply.c 			if (unquote_c_style(&sp, second, NULL))
unquote_c_style    83 builtin/check-attr.c 			if (unquote_c_style(&nbuf, buf.buf, NULL))
unquote_c_style   128 builtin/check-ignore.c 			if (unquote_c_style(&nbuf, buf.buf, NULL))
unquote_c_style   265 builtin/checkout-index.c 				if (unquote_c_style(&nbuf, buf.buf, NULL))
unquote_c_style    66 builtin/hash-object.c 			if (unquote_c_style(&nbuf, buf.buf, NULL))
unquote_c_style   102 builtin/mktree.c 		if (unquote_c_style(&p_uq, path, NULL))
unquote_c_style   527 builtin/update-index.c 			if (unquote_c_style(&uq, path_name, NULL)) {
unquote_c_style  1080 builtin/update-index.c 				if (unquote_c_style(&nbuf, buf.buf, NULL))
unquote_c_style    31 builtin/update-ref.c 		if (unquote_c_style(arg, next, &next))
unquote_c_style  2338 fast-import.c  	if (!unquote_c_style(&uq, p, &endp)) {
unquote_c_style  2401 fast-import.c  	if (!unquote_c_style(&uq, p, &endp)) {
unquote_c_style  2418 fast-import.c  	if (!unquote_c_style(&s_uq, s, &endp)) {
unquote_c_style  2435 fast-import.c  	if (!unquote_c_style(&d_uq, d, &endp)) {
unquote_c_style  3098 fast-import.c  		if (unquote_c_style(&uq, p, &endp))
unquote_c_style    54 quote.h        extern int unquote_c_style(struct strbuf *, const char *quoted, const char **endp);
unquote_c_style   658 transport-helper.c 		if (!unquote_c_style(&msg_buf, msg, &end))