Searched refs:zo_alt_libpath (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 181 char zo_alt_libpath[MAXNAMELEN]; member 242 .zo_alt_libpath = { '\0' }, 1202 strlcpy(zo->zo_alt_libpath, val, in process_options() 1203 MIN(sizeof (zo->zo_alt_libpath), dirlen + 1)); in process_options() 1204 invalid_what = "library path", val = zo->zo_alt_libpath; in process_options() 1208 strlcat(val, "/lib", sizeof (zo->zo_alt_libpath)); in process_options() 1210 if (0 != access(zo->zo_alt_libpath, X_OK)) in process_options() 9019 ztest_opts.zo_alt_libpath, B_FALSE, NULL)); in main() 9074 ztest_opts.zo_alt_libpath, B_TRUE, &status); in main()
|