Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/pkcs7/
HDpk7_doit.c24 int isOther = 1; in PKCS7_type_is_other() local
35 isOther = 0; in PKCS7_type_is_other()
38 isOther = 1; in PKCS7_type_is_other()
41 return isOther; in PKCS7_type_is_other()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDFileSystem.cpp188 if (!find_other && Status->isOther()) in EnumerateDirectory()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDVirtualFileSystem.h103 bool isOther() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDVirtualFileSystem.cpp102 bool Status::isOther() const { in isOther() function in Status