OpenVAS Libraries  9.0.3
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
45 
46 #endif
tree_cell * nasl_ereg(lex_ctxt *)
Definition: nasl_text_utils.c:451
tree_cell * nasl_split(lex_ctxt *)
Definition: nasl_text_utils.c:995
tree_cell * nasl_int(lex_ctxt *)
Definition: nasl_text_utils.c:1357
tree_cell * nasl_string(lex_ctxt *)
Definition: nasl_text_utils.c:50
tree_cell * nasl_toupper(lex_ctxt *)
Definition: nasl_text_utils.c:420
tree_cell * nasl_str_replace(lex_ctxt *)
Definition: nasl_text_utils.c:1278
tree_cell * nasl_hexstr(lex_ctxt *)
Definition: nasl_text_utils.c:349
tree_cell * nasl_chomp(lex_ctxt *)
Definition: nasl_text_utils.c:1103
tree_cell * nasl_insstr(lex_ctxt *)
Definition: nasl_text_utils.c:910
tree_cell * nasl_rawstring(lex_ctxt *)
Definition: nasl_text_utils.c:144
tree_cell * nasl_hex(lex_ctxt *)
Definition: nasl_text_utils.c:327
Definition: nasl_tree.h:105
tree_cell * nasl_stridx(lex_ctxt *)
Returns index of a substring.
Definition: nasl_text_utils.c:1242
tree_cell * nasl_eregmatch(lex_ctxt *)
Does extended regular expression pattern matching.
Definition: nasl_text_utils.c:804
Definition: nasl_lex_ctxt.h:31
tree_cell * nasl_crap(lex_ctxt *)
Definition: nasl_text_utils.c:1139
tree_cell * nasl_tolower(lex_ctxt *)
Definition: nasl_text_utils.c:397
tree_cell * nasl_ord(lex_ctxt *)
Definition: nasl_text_utils.c:377
tree_cell * nasl_strcat(lex_ctxt *)
Definition: nasl_text_utils.c:273
tree_cell * nasl_display(lex_ctxt *)
Definition: nasl_text_utils.c:306
tree_cell * nasl_egrep(lex_ctxt *)
Definition: nasl_text_utils.c:696
tree_cell * nasl_ereg_replace(lex_ctxt *)
Definition: nasl_text_utils.c:653
tree_cell * nasl_strstr(lex_ctxt *)
Definition: nasl_text_utils.c:1202
tree_cell * nasl_strlen(lex_ctxt *)
Definition: nasl_text_utils.c:259
tree_cell * nasl_match(lex_ctxt *)
Definition: nasl_text_utils.c:970
tree_cell * nasl_substr(lex_ctxt *)
Definition: nasl_text_utils.c:857