|
Greenbone Vulnerability Management Libraries 22.32.0
|
API for process title setting. More...

Go to the source code of this file.
Functions | |
| void | proctitle_init (int, char **) |
| Initializes the process setting variables. | |
| void | proctitle_set (const char *,...) |
| Sets the process' title. | |
API for process title setting.
Definition in file proctitle.h.
| void proctitle_init | ( | int | argc, |
| char ** | argv ) |
Initializes the process setting variables.
| [in] | argc | Argc argument from main. |
| [in] | argv | Argv argument from main. |
Definition at line 45 of file proctitle.c.
References __progname, __progname_full, current_environ, environ, max_prog_name, old_argc, and old_argv.
| 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. |
Definition at line 139 of file proctitle.c.
References proctitle_set_args().
