|
OpenVAS Scanner 23.23.1
|
#include <glib.h>Go to the source code of this file.
Functions | |
| int | str_match (const gchar *, const gchar *, int) |
| Matches a string against a pattern. | |
| int str_match | ( | const gchar * | string, |
| const gchar * | pattern, | ||
| int | icase ) |
Matches a string against a pattern.
| [in] | string | String to match. |
| [in] | pattern | Pattern to match against. |
| [in] | icase | Case insensitivity enabled. |