profile_init_path
check(profile_init_path("test3.ini", &p));
check(profile_init_path("test3.ini", &a));
check(profile_init_path("test3.ini", &b));
check(profile_init_path("test3.ini", &a));
check(profile_init_path("test2.ini", &p));
check_fail(profile_init_path("testinc.ini", &p), PROF_FAIL_INCLUDE_FILE);
check_fail(profile_init_path("testinc.ini", &p), PROF_FAIL_INCLUDE_DIR);
check(profile_init_path("testinc.ini", &p));
check(profile_init_path("testinc.ini", &p));
check(profile_init_path("test_include_dir", &p));
check(profile_init_path("testinc.ini", &p));
check(profile_init_path("test2.ini", &p));
check(profile_init_path("test2.ini", &p));
check(profile_init_path("test2.ini", &p));
check(profile_init_path("test2.ini", &p));
profile_init_path("test2.ini", &p);
check(profile_init_path("test2.ini", &p));
profile_init_path("test3.ini", &p);
check(profile_init_path("test2.ini", &p));
retval = profile_init_path(argv[1], &profile);
profile_init_path,