Searched refs:title (Results 1 - 4 of 4) sorted by relevance
/lxc/src/lxc/ |
H A D | criu.c | 899 char title[2048]; local 974 ret = snprintf(title, sizeof(title), "[lxc monitor] %s %s", c->config_path, c->name); 975 ret = setproctitle(title);
|
H A D | utils.h | 326 int setproctitle(char *title);
|
H A D | utils.c | 1408 * Sets the process title to the specified title. Note that this may fail if 1411 int setproctitle(char *title) argument 1474 len = strlen(title) + 1; 1504 strcpy((char*)arg_start, title);
|
H A D | lxccontainer.c | 782 char title[2048]; local 801 snprintf(title, sizeof(title), "[lxc monitor] %s %s", c->config_path, c->name); 802 INFO("Attempting to set proc title to %s", title); 803 setproctitle(title);
|
Completed in 35 milliseconds