1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
3 /* Disable this transformation for the test-string-util.c */
4 position p : script:python() { p[0].file != "src/test/test-string-util.c" };
8 - strv_length@p(s) == 0
11 - strv_length@p(s) <= 0
14 - strv_length@p(s) > 0
17 - strv_length@p(s) != 0
32 - strlen_ptr@p(s) == 0
35 - strlen_ptr@p(s) <= 0
41 - strlen_ptr@p(s) != 0