Home
last modified time | relevance | path

Searched defs:errpath (Results 1 – 7 of 7) sorted by relevance

/freebsd/tests/sys/audit/
H A Dopen.c56 static const char *errpath = "adirhasnoname/fileforaudit"; variable
H A Dfile-write.c36 static const char *errpath = "dirdoesnotexist/fileforaudit"; variable
H A Dfile-close.c46 static const char *errpath = "dirdoesnotexist/fileforaudit"; variable
H A Dfile-delete.c38 static const char *errpath = "dirdoesnotexist/fileforaudit"; variable
H A Dfile-attribute-access.c53 static const char *errpath = "dirdoesnotexist/fileforaudit"; variable
H A Dfile-attribute-modify.c52 static const char *errpath = "adirhasnoname/fileforaudit"; variable
/freebsd/contrib/atf/atf-c/detail/
H A Dtest_helpers.c125 atf_fs_path_t outpath, errpath; in run_h_tc() local