Lines Matching defs:m
24 static int setup_test(Manager **m) { in setup_test()
56 static void shutdown_test(Manager *m) { in shutdown_test()
62 static Service *service_for_path(Manager *m, Path *path, const char *service_name) { in service_for_path()
80 … Manager *m, Path *path, Service *service, PathState path_state, ServiceState service_state) { in _check_states()
126 static void test_path_exists(Manager *m) { in test_path_exists()
160 static void test_path_existsglob(Manager *m) { in test_path_existsglob()
194 static void test_path_changed(Manager *m) { in test_path_changed()
236 static void test_path_modified(Manager *m) { in test_path_modified()
278 static void test_path_unit(Manager *m) { in test_path_unit()
307 static void test_path_directorynotempty(Manager *m) { in test_path_directorynotempty()
348 static void test_path_makedirectory_directorymode(Manager *m) { in test_path_makedirectory_directorymode()
398 Manager *m = NULL; in main() local