Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c26 int isOther = 1; in PKCS7_type_is_other() local
37 isOther = 0; in PKCS7_type_is_other()
40 isOther = 1; in PKCS7_type_is_other()
43 return isOther; in PKCS7_type_is_other()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp188 if (!find_other && Status->isOther()) in EnumerateDirectory()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h103 bool isOther() const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp102 bool Status::isOther() const { in isOther() function in Status