Searched refs:nameLength (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c222 BuildCatalogKeyUTF8(ExtendedVCB *volume, HFSCatalogNodeID parentID, const unsigned char *name, u_int32_t nameLength, argument
228 nameLength = 0;
229 else if (nameLength == kUndefinedStrLen)
230 nameLength = strlen((const char *)name);
238 if ( nameLength > 0 ) {
239 err = utf8_decodestr(name, nameLength, key->hfsPlus.nodeName.unicode,
254 if ( nameLength > 0 ) {
255 err = utf8_to_hfs(volume, nameLength, name, &key->hfs.nodeName[0]);
262 err = utf8_to_mac_roman(nameLength, name, &key->hfs.nodeName[0]);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c85 u_long nameLength; member in struct:searchinfospec
727 searchInfo1->nameLength );
732 searchInfo1->nameLength ) == 0);
1116 searchInfo->nameLength = searchInfo->name[0];
1118 searchInfo->name[0] = searchInfo->nameLength = 0;
1130 searchInfo->nameLength = ucslen / sizeof(UniChar);
1132 searchInfo->nameLength = 0;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1251 UInt8 nameLength; member in struct:NVRAMProperty
1311 length = prop->nameLength;
1334 IOByteCount nameLength; local
1344 nameLength = name->getLength();
1346 if (nameLength > kMaxNVNameLength) return kIOReturnNoSpace;
1358 prop->nameLength = nameLength;
1359 bcopy(name->getCStringNoCopy(), prop->name, nameLength);

Completed in 39 milliseconds