Searched refs:fdFldr (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.h48 u_int16_t fdFldr; member in struct:FInfo
H A Dhqx.c316 fh->finder_info.fdFldr = 0;
360 memset( &fh->finder_info.fdFldr, 0, sizeof( fh->finder_info.fdFldr ));
H A Dasingle.c227 memcpy(&fh->finder_info.fdFldr, entry_buf + FINDERIOFF_FLDR,
228 sizeof( fh->finder_info.fdFldr ));
H A Dmacbin.c366 memcpy(&fh->finder_info.fdFldr, head_buf + 79, 2 );
437 memcpy( head_buf + 79, &fh->finder_info.fdFldr, 2 );
H A Dnad.c571 memcpy(&fh->finder_info.fdFldr,
573 sizeof( fh->finder_info.fdFldr ));
659 &fh->finder_info.fdFldr, sizeof( fh->finder_info.fdFldr ));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dhfs.h109 __be16 fdFldr; member in struct:hfs_finfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dhfsplus_raw.h258 __be16 fdFldr; member in struct:FInfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dhfsplus_raw.h261 __be16 fdFldr; member in struct:FInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dextrafld.c405 /* fdFldr Folder containing file 2 Bytes */
406 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFldr >> 8);
407 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFldr);
663 /* fdFldr Folder containing file 2 Bytes */
664 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFldr);
665 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFldr >> 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DSearch.c1260 searchInfo1.hFileInfo.ioFlFndrInfo.fdFldr = 0;
1265 searchInfo2.hFileInfo.ioFlFndrInfo.fdFldr = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DSearch.c1260 searchInfo1.hFileInfo.ioFlFndrInfo.fdFldr = 0;
1265 searchInfo2.hFileInfo.ioFlFndrInfo.fdFldr = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacbin3.c440 WORD_AT_OFFSET(header, kFileFolderIDOffset) = fndrInfo.fdFldr;
671 fndrInfo.fdFldr = WORD_AT_OFFSET(header, kFileFolderIDOffset);
H A Dmacos.c1762 mi->fpb.hFileInfo.ioFlFndrInfo.fdFldr = makeword(buff); buff += 2;
1837 mi->fpb.hFileInfo.ioFlFndrInfo.fdFldr = makePPCword(buff); buff += 2;

Completed in 97 milliseconds