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.c27 int isOther = 1; in PKCS7_type_is_other() local
38 isOther = 0; in PKCS7_type_is_other()
41 isOther = 1; in PKCS7_type_is_other()
44 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.h105 LLVM_ABI bool isOther() const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp101 bool Status::isOther() const { in isOther() function in Status