Home
last modified time | relevance | path

Searched refs:need_comma (Results 1 – 3 of 3) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
Dcaptest.c56 int rc, escalated = 0, need_comma = 0; in report() local
148 need_comma = 1; in report()
152 if (need_comma) in report()
155 need_comma = 1; in report()
159 if (need_comma) in report()
162 need_comma = 1; in report()
166 if (need_comma) in report()
169 need_comma = 1; in report()
171 if (need_comma == 0) in report()
/external/clang/tools/scan-build-py/tests/functional/exec/
Dmain.c39 static int need_comma = 0; variable
49 need_comma = 0; in expected_out_open()
62 if (need_comma) in expected_out()
65 need_comma = 1; in expected_out()
/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c1733 int need_comma = 0; in demangle_template_template_parm() local
1743 if (need_comma) in demangle_template_template_parm()
1779 need_comma = 1; in demangle_template_template_parm()
2099 int need_comma = 0; in demangle_template() local
2168 if (need_comma) in demangle_template()
2268 need_comma = 1; in demangle_template()
4439 int need_comma = 0; in demangle_args() local
4505 if (need_comma && PRINT_ARG_TYPES) in demangle_args()
4518 need_comma = 1; in demangle_args()
4523 if (need_comma && PRINT_ARG_TYPES) in demangle_args()
[all …]