|
OpenVAS Scanner 23.23.1
|
#include "nasl_lex_ctxt.h"Go to the source code of this file.
Functions | |
| tree_cell * | nasl_pread (lex_ctxt *) |
| Spawn a process. | |
| tree_cell * | nasl_find_in_path (lex_ctxt *) |
| tree_cell * | nasl_fread (lex_ctxt *) |
| Read file. | |
| tree_cell * | nasl_fwrite (lex_ctxt *) |
| Write file. | |
| tree_cell * | nasl_unlink (lex_ctxt *) |
| Unlink file. | |
| tree_cell * | nasl_get_tmp_dir (lex_ctxt *) |
| tree_cell * | nasl_file_stat (lex_ctxt *) |
| Stat file. | |
| tree_cell * | nasl_file_open (lex_ctxt *) |
| Open file. | |
| tree_cell * | nasl_file_close (lex_ctxt *) |
| Close file. | |
| tree_cell * | nasl_file_read (lex_ctxt *) |
| Read file. | |
| tree_cell * | nasl_file_write (lex_ctxt *) |
| Write file. | |
| tree_cell * | nasl_file_seek (lex_ctxt *) |
| Seek in file. | |
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. |