Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dgetfsent.cpp20 struct fstab *pentry = getfsspec(fentry->fs_spec); in main() local
21 assert(pentry); in main()
26 assert(!memcmp(pentry, wentry, sizeof(*pentry))); in main()