xref: /third_party/ltp/scripts/coccinelle/libltp-test-macro-vars.cocci
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/scripts/coccinelle/
1f08c3bdfSopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci// Copyright (c) 2021 SUSE LLC  <rpalethorpe@suse.com>
3f08c3bdfSopenharmony_ci
4f08c3bdfSopenharmony_ci// Find violations of LTP-002
5f08c3bdfSopenharmony_ci@ find_use exists @
6f08c3bdfSopenharmony_ciexpression E;
7f08c3bdfSopenharmony_ci@@
8f08c3bdfSopenharmony_ci
9f08c3bdfSopenharmony_ci(
10f08c3bdfSopenharmony_ci* TST_ERR
11f08c3bdfSopenharmony_ci|
12f08c3bdfSopenharmony_ci* TST_RET
13f08c3bdfSopenharmony_ci|
14f08c3bdfSopenharmony_ci* TTERRNO | E
15f08c3bdfSopenharmony_ci)
16

Indexes created Thu Nov 07 10:32:03 CST 2024