Searched refs:origpath (Results 1 – 2 of 2) sorted by relevance
313 char *origpath; in main() local319 origpath = NULL; in main()384 if ((origpath = strdup(modpath)) == NULL) { in main()410 printf("%s -> ", origpath); in main()
153 char fapath[PATH_MAX], origpath[PATH_MAX]; in test_file_realpath_static() local158 ATF_REQUIRE(realpath(file, origpath) != NULL); in test_file_realpath_static()160 if (strcmp(fapath, origpath) != 0) in test_file_realpath_static()169 char *fapath, *origpath; in test_file_realpath_alloc() local176 origpath = realpath(file, NULL); in test_file_realpath_alloc()177 ATF_REQUIRE(origpath != NULL); in test_file_realpath_alloc()180 if (strcmp(fapath, origpath) != 0) in test_file_realpath_alloc()184 free(origpath); in test_file_realpath_alloc()