OpenVAS Libraries
7.0.7
Main Page
Related Pages
Data Structures
Files
File List
Globals
nasl
nasl_text_utils.h
Go to the documentation of this file.
1
/* Nessus Attack Scripting Language
2
*
3
* Copyright (C) 2002 - 2003 Michel Arboi and Renaud Deraison
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 2,
7
* as published by the Free Software Foundation
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
*/
18
19
#ifndef NASL_TEXT_UTILS_H
20
#define NASL_TEXT_UTILS_H
21
tree_cell
*
nasl_string
(
lex_ctxt
*);
22
tree_cell
*
nasl_rawstring
(
lex_ctxt
*);
23
tree_cell
*
nasl_strlen
(
lex_ctxt
*);
24
tree_cell
*
nasl_strcat
(
lex_ctxt
*);
25
tree_cell
*
nasl_display
(
lex_ctxt
*);
26
tree_cell
*
nasl_hex
(
lex_ctxt
*);
27
tree_cell
*
nasl_hexstr
(
lex_ctxt
*);
28
tree_cell
*
nasl_ord
(
lex_ctxt
*);
29
tree_cell
*
nasl_tolower
(
lex_ctxt
*);
30
tree_cell
*
nasl_toupper
(
lex_ctxt
*);
31
tree_cell
*
nasl_ereg
(
lex_ctxt
*);
32
tree_cell
*
nasl_eregmatch
(
lex_ctxt
*);
33
tree_cell
*
nasl_ereg_replace
(
lex_ctxt
*);
34
tree_cell
*
nasl_egrep
(
lex_ctxt
*);
35
tree_cell
*
nasl_match
(
lex_ctxt
*);
36
tree_cell
*
nasl_split
(
lex_ctxt
*);
37
tree_cell
*
nasl_chomp
(
lex_ctxt
*);
38
tree_cell
*
nasl_substr
(
lex_ctxt
*);
39
tree_cell
*
nasl_insstr
(
lex_ctxt
*);
40
tree_cell
*
nasl_strstr
(
lex_ctxt
*);
41
tree_cell
*
nasl_crap
(
lex_ctxt
*);
42
tree_cell
*
nasl_int
(
lex_ctxt
*);
43
tree_cell
*
nasl_stridx
(
lex_ctxt
*);
44
tree_cell
*
nasl_str_replace
(
lex_ctxt
*);
45
46
#endif
Generated by
1.8.3.1