|
OpenVAS Libraries
8.0.8
|
Functions | |
| void | proctitle_init (int argc, char **argv) |
| Initializes the process setting variables. More... | |
| void | proctitle_set (const char *new_title,...) |
| Sets the process' title. More... | |
Variables | |
| char ** | environ |
| void * | current_environ = NULL |
| void proctitle_init | ( | int | argc, |
| char ** | argv | ||
| ) |
Initializes the process setting variables.
| [in] | argc | Argc argument from main. |
| [in] | argv | Argv argument from main. |
| void proctitle_set | ( | const char * | new_title, |
| ... | |||
| ) |
Sets the process' title.
| [in] | new_title | Format string for new process title. |
| [in] | ... | Arguments for format string. |
| void* current_environ = NULL |
| char** environ |
1.8.11