Lines Matching defs:MYNAME
29 #define MYNAME "lxctest1"
41 ret = execlp("lxc-create", "lxc-create", "-t", "busybox", "-n", MYNAME, NULL);
68 if ((c = lxc_container_new(MYNAME, NULL)) == NULL) {
69 fprintf(stderr, "%d: error opening lxc_container %s\n", __LINE__, MYNAME);
75 fprintf(stderr, "%d: %s thought it was defined\n", __LINE__, MYNAME);
85 fprintf(stderr, "%d: %s thought it was not defined\n", __LINE__, MYNAME);
95 rename(LXCPATH "/" MYNAME "/config", LXCPATH "/" MYNAME "/config.bak");
102 fprintf(stderr, "%d: error deleting %s\n", __LINE__, MYNAME);
107 fprintf(stderr, "%d: %s thought it was defined\n", __LINE__, MYNAME);