Searched refs:realp (Results 1 – 2 of 2) sorted by relevance
174 char *realp; in dm_get_underlying_path() local184 realp = realpath(dm_name, NULL); in dm_get_underlying_path()185 if (realp == NULL) in dm_get_underlying_path()192 tmp = strrchr(realp, '/'); in dm_get_underlying_path()222 free(realp); in dm_get_underlying_path()
466 char *realp = realpath(pathname, NULL); in eal_dlopen() local468 if (realp == NULL && errno == ENOENT) { in eal_dlopen()475 if (realp == NULL) { in eal_dlopen()480 if (strnlen(realp, PATH_MAX) == PATH_MAX) { in eal_dlopen()486 if (verify_perms(realp) != 0) in eal_dlopen()489 retval = dlopen(realp, RTLD_NOW); in eal_dlopen()493 free(realp); in eal_dlopen()