Lines Matching defs:MYNAME
31 #define MYNAME "lxctest1"
43 ret = execlp("lxc-destroy", "lxc-destroy", "-f", "-n", MYNAME, NULL);
75 ret = execlp("lxc-create", "lxc-create", "-t", "busybox", "-n", MYNAME, NULL);
107 c = lxc_container_new(MYNAME, NULL);
109 fprintf(stderr, "%d: error creating lxc_container %s\n", __LINE__, MYNAME);
121 if (strcmp(c->name, MYNAME) != 0) {
122 fprintf(stderr, "%d: container has wrong name (%s not %s)\n", __LINE__, c->name, MYNAME);
126 #define CONFIGFNAM LXCPATH "/" MYNAME "/config"
153 c = lxc_container_new(MYNAME, NULL);
155 fprintf(stderr, "%d: error creating lxc_container %s\n", __LINE__, MYNAME);
162 fprintf(stderr, "%d: %s thought it was defined\n", __LINE__, MYNAME);
187 fprintf(stderr, "%d: %s thought it was not defined\n", __LINE__, MYNAME);