OpenVAS Scanner 21.4.1
|
#include "nasl_lex_ctxt.h"
Go to the source code of this file.
Functions | |
tree_cell * | nasl_pread (lex_ctxt *) |
Spawn a process. More... | |
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... | |
Spawn a process.
[in] | lexic | Lexical context of NASL interpreter. |
[in] | cmd | Command to run. |
[in] | argv | List of arguments. |
[in] | cd | If set to TRUE the scanner will change it's current directory to the directory where the command was found. |
[in] | drop_privileges_user | Owner of the spawned process. |