Lines Matching defs:lxcpath
25 static void test_list_func(const char *lxcpath, const char *type,
34 n = func(lxcpath, NULL, NULL);
37 n2 = func(lxcpath, NULL, &clist);
51 n2 = func(lxcpath, &names, NULL);
64 n2 = func(lxcpath, &names, &clist);
83 const char *lxcpath = NULL;
86 lxcpath = argv[1];
88 test_list_func(lxcpath, "Defined:", list_defined_containers);
89 test_list_func(lxcpath, "Active:", list_active_containers);
90 test_list_func(lxcpath, "All:", list_all_containers);