|
OpenVAS Libraries
6.0+beta5
|
#include <sys/types.h>Go to the source code of this file.
Functions | |
| char * | nasl_strndup (char *, int) |
| int | str_match (const char *, const char *, int) |
| void * | nasl_memmem (const void *, size_t, const void *, size_t) |
| Slow replacement for memmem. More... | |
| void* nasl_memmem | ( | const void * | , |
| size_t | , | ||
| const void * | , | ||
| size_t | |||
| ) |
Slow replacement for memmem.
| char* nasl_strndup | ( | char * | str, |
| int | length | ||
| ) |
| int str_match | ( | const char * | string, |
| const char * | pattern, | ||
| int | icase | ||
| ) |
1.8.4