OpenVAS Libraries  7.0.9
Functions
strutils.c File Reference
#include <ctype.h>
#include <string.h>
#include "system.h"
#include "strutils.h"

Functions

int str_match (const char *string, const char *pattern, int icase)
 

Function Documentation

int str_match ( const char *  string,
const char *  pattern,
int  icase 
)
Todo:
These functions are not necessarily nasl-specific and thus subject to be moved (e.g. to misc).
Todo:
In parts replacable by g_pattern_match function (when not icase)