OpenVAS Scanner
7.0.1~git
|
#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. More... | |
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. |
Definition at line 31 of file strutils.c.
Referenced by nasl_match().