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

/freebsd-13-stable/sbin/kldconfig/
H A Dkldconfig.c316 char *origpath; local
322 origpath = NULL;
387 if ((origpath = strdup(modpath)) == NULL) {
413 printf("%s -> ", origpath);
/freebsd-13-stable/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c147 char fapath[PATH_MAX], origpath[PATH_MAX]; local
152 ATF_REQUIRE(realpath(file, origpath) != NULL);
154 if (strcmp(fapath, origpath) != 0)
163 char *fapath, *origpath; local
170 origpath = realpath(file, NULL);
171 ATF_REQUIRE(origpath != NULL);
174 if (strcmp(fapath, origpath) != 0)
178 free(origpath);

Completed in 107 milliseconds