1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
11 /* The ideal solution would use 'local idexpression' to avoid matching errno,
12 * which is a global variable. However, 'idexpression' nor 'identifier'
13 * would match, for example, "x->fd", which is considered 'expression' in
17 expression p != errno;