OpenVAS Scanner
7.0.1~git
|
#include "nasl_lex_ctxt.h"
Go to the source code of this file.
Functions | |
tree_cell * | nasl_pread (lex_ctxt *) |
tree_cell * | nasl_find_in_path (lex_ctxt *) |
tree_cell * | nasl_fread (lex_ctxt *) |
Read file. More... | |
tree_cell * | nasl_fwrite (lex_ctxt *) |
Write file. More... | |
tree_cell * | nasl_unlink (lex_ctxt *) |
Unlink file. More... | |
tree_cell * | nasl_get_tmp_dir (lex_ctxt *) |
tree_cell * | nasl_file_stat (lex_ctxt *) |
Stat file. More... | |
tree_cell * | nasl_file_open (lex_ctxt *) |
Open file. More... | |
tree_cell * | nasl_file_close (lex_ctxt *) |
Close file. More... | |
tree_cell * | nasl_file_read (lex_ctxt *) |
Read file. More... | |
tree_cell * | nasl_file_write (lex_ctxt *) |
Write file. More... | |
tree_cell * | nasl_file_seek (lex_ctxt *) |
Seek in file. More... | |
Close file.
Definition at line 486 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_INT, get_int_var_by_num(), TC::i_val, nasl_perror(), and TC::x.
Open file.
Definition at line 400 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_INT, get_str_var_by_name(), TC::i_val, nasl_perror(), and TC::x.
Read file.
Definition at line 513 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_DATA, get_int_var_by_name(), nasl_perror(), TC::size, TC::str_val, and TC::x.
Seek in file.
Definition at line 598 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_INT, get_int_var_by_name(), TC::i_val, nasl_perror(), and TC::x.
Stat file.
Definition at line 375 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_INT, get_str_var_by_num(), TC::i_val, nasl_perror(), and TC::x.
Write file.
Definition at line 555 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_INT, get_int_var_by_name(), get_str_var_by_name(), get_var_size_by_name(), TC::i_val, nasl_perror(), and TC::x.
Definition at line 227 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_INT, get_str_var_by_num(), TC::i_val, nasl_perror(), and TC::x.
Read file.
Definition at line 254 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_DATA, get_str_var_by_num(), nasl_perror(), TC::size, TC::str_val, and TC::x.
Write file.
Definition at line 315 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_INT, get_str_var_by_name(), get_var_size_by_name(), TC::i_val, nasl_perror(), and TC::x.
Definition at line 344 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_DATA, MAXPATHLEN, nasl_perror(), TC::size, TC::str_val, and TC::x.
Definition at line 98 of file nasl_cmd_exec.c.
References alloc_typed_cell(), CONST_DATA, deref_cell(), get_int_var_by_name(), get_str_var_by_name(), get_variable_by_name(), st_nasl_array::hash_elt, st_nasl_array::max_idx, MAXPATHLEN, nasl_perror(), st_nasl_array::num_elt, pid, pread_streams(), TC::size, TC::str_val, st_a_nasl_var::v, st_a_nasl_var::v_arr, VAR2_ARRAY, var2str(), st_a_nasl_var::var_type, and TC::x.
Unlink file.
Definition at line 290 of file nasl_cmd_exec.c.
References FAKE_CELL, get_str_var_by_num(), and nasl_perror().