Searched refs:fsType (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libfs-13/
H A DFSFormatName.c39 CFStringRef FSCopyFormatNameForFSType(CFStringRef fsType, int16_t fsSubtype, bool localized, bool encrypted) argument
45 if (NULL == fsType) return NULL;
48 formatNameTableKey = CFStringCreateWithFormat(NULL, NULL, CFSTR("%d%@%d"), (localized ? 1 : 0), fsType, fsSubtype);
61 /* Construct a bundle path URL from the fsType argument and create a CFBundle. We search (using CFCopySearchPathForDirectoriesInDomains) /Network/Library/Filesystems, /Library/Filesystems, and /System/Library/Filesystems. */
116 fsTypeName = CFStringCreateWithFormat(NULL, NULL, CFSTR("%@.fs"), fsType);
214 unknownFSNameString = CFStringCreateWithFormat(NULL, NULL, CFSTR("%@ (%@)"), unknownTypeString, fsType);
259 CFStringRef fsType = CFStringCreateWithCString(NULL, fsInfo.f_fstypename, kCFStringEncodingASCII); local
263 formatName = FSCopyFormatNameForFSType(fsType, fsInfo.f_fssubtype, true, encrypted);
265 formatName = FSCopyFormatNameForFSType(fsType, fsInfo.f_reserved1, true, encrypted);
268 CFRelease(fsType);
284 CFStringRef fsType = CFStringCreateWithCString(NULL, fsInfo.f_fstypename, kCFStringEncodingASCII); local
320 CFStringRef fsType = CFStringCreateWithCString(NULL, fsname, kCFStringEncodingASCII); local
345 CFStringRef fsType = CFStringCreateWithCString(NULL, fsname, kCFStringEncodingASCII); local
[all...]
H A DFSFormatName.h78 CFStringRef FSCopyFormatNameForFSType(CFStringRef fsType, int16_t fsSubtype, bool localized, bool encrypted);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp57 unsigned short fsType; member in struct:WebCore::EOTPrefix
96 BigEndianUShort fsType; member in struct:WebCore::OS2Table
250 // FIXME: Should use OS2->fsType, but some TrueType fonts set it to an over-restrictive value.
252 prefix->fsType = 0;
/macosx-10.10/vim-55/runtime/syntax/
H A Dfstab.vim213 syn match fsMountPoint /\s\+.\{-}\s/me=e-1 nextgroup=fsType contains=@fsMountPointCluster,@fsGeneralCluster contained
214 syn match fsType /\s\+.\{-}\s/me=e-1 nextgroup=fsOptions contains=@fsTypeCluster,@fsGeneralCluster contained

Completed in 114 milliseconds