Home
last modified time | relevance | path

Searched refs:origpath (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sbin/kldconfig/
H A Dkldconfig.c313 char *origpath; in main() local
319 origpath = NULL; in main()
384 if ((origpath = strdup(modpath)) == NULL) { in main()
410 printf("%s -> ", origpath); in main()
/freebsd-src/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c153 char fapath[PATH_MAX], origpath[PATH_MAX]; in test_file_realpath_static() local
158 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() local
176 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()