Lines Matching refs:MYNAME
30 #define MYNAME "lxctest1"
37 if ((c = lxc_container_new(MYNAME, NULL)) == NULL) {
38 fprintf(stderr, "%d: error opening lxc_container %s\n", __LINE__, MYNAME);
44 fprintf(stderr, "%d: %s thought it was defined\n", __LINE__, MYNAME);
60 fprintf(stderr, "%d: %s thought it was not defined\n", __LINE__, MYNAME);
68 fprintf(stderr, "%d: failed to start %s\n", __LINE__, MYNAME);
76 fprintf(stderr, "%d: failed to shut down %s\n", __LINE__, MYNAME);
78 fprintf(stderr, "%d: failed to kill %s\n", __LINE__, MYNAME);
84 fprintf(stderr, "%d: error deleting %s\n", __LINE__, MYNAME);
89 fprintf(stderr, "%d: %s thought it was defined\n", __LINE__, MYNAME);