Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c62 char FSType[20]; in is_ntfs() local
100 GetVolumeInformation(drive, NULL, 0, NULL, 0, NULL, FSType, in is_ntfs()
101 sizeof(FSType)); in is_ntfs()
102 if(strcmp(FSType,"NTFS") == 0) in is_ntfs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6730 const Sema::FormatStringType FSType; member in __anon7dcd61c00f11::CheckFormatHandler
6754 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
7198 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext()
7202 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
7203 FSType == Sema::FST_OSTrace; in allowsObjCArg()
7568 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
7574 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
7584 if (FSType == Sema::FST_OSTrace && in HandlePrintfSpecifier()
7593 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DPath.inc405 // statvfs::f_basetype contains a null-terminated FSType name of the mounted target