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

/lxc/src/tests/
H A Dmay_control.c33 bool may = false; local
43 may = c->may_control(c);
44 printf("You may%s control %s\n", may ? "" : " not", name);
45 exit(may ? 0 : 1);

Completed in 170 milliseconds