Searched refs:FSType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | fsaccess.c | 62 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-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7969 const Sema::FormatStringType FSType; member in __anonfebdc2651311::CheckFormatHandler 7993 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler() 8437 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext() 8441 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg() 8442 FSType == Sema::FST_OSTrace; in allowsObjCArg() 8807 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier() 8813 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier() 8823 if (FSType == Sema::FST_OSTrace && in HandlePrintfSpecifier() 8832 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 496 // statvfs::f_basetype contains a null-terminated FSType name of the mounted target
|