Searched refs:title (Results 1 - 4 of 4) sorted by relevance

/lxc/src/lxc/
H A Dcriu.c899 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 Dutils.h326 int setproctitle(char *title);
H A Dutils.c1408 * 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 Dlxccontainer.c782 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