Searched refs:fdFlags (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmacbin.c333 memcpy(&fh->finder_info.fdFlags + 1, head_buf + 101,1 );
359 memcpy( &fh->finder_info.fdFlags, head_buf + 73, 1 );
360 fh->finder_info.fdFlags &= mask;
362 memcpy( &fh->finder_info.fdFlags, head_buf + 73, 2 );
392 memcpy( &flags, &fh->finder_info.fdFlags, sizeof( flags ));
431 memcpy( head_buf + 73, &fh->finder_info.fdFlags, 1 );
433 memcpy( head_buf + 73, &fh->finder_info.fdFlags, 2 );
446 memcpy( head_buf + 101, &fh->finder_info.fdFlags + 1, 1);
473 memcpy( &flags, &fh->finder_info.fdFlags, sizeof( flags ));
H A Dmegatron.h46 u_int16_t fdFlags; member in struct:FInfo
H A Dasingle.c222 memcpy( &fh->finder_info.fdFlags, entry_buf + FINDERIOFF_FLAGS,
223 sizeof( fh->finder_info.fdFlags ));
224 fh->finder_info.fdFlags = fh->finder_info.fdFlags & mask;
H A Dhqx.c297 memcpy(&fh->finder_info.fdFlags, headerptr, BHH_FLAGSIZ );
298 fh->finder_info.fdFlags = fh->finder_info.fdFlags & mask;
331 memcpy( &flags, &fh->finder_info.fdFlags, sizeof( flags ));
H A Dnad.c565 memcpy(&fh->finder_info.fdFlags,
567 sizeof( fh->finder_info.fdFlags ));
596 fprintf( stderr, "fh flags\t\t\t%x\n", fh->finder_info.fdFlags );
655 &fh->finder_info.fdFlags, sizeof( fh->finder_info.fdFlags ));
672 fprintf( stderr, "fh flags\t\t\t%x\n", fh->finder_info.fdFlags );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Drecurse.c290 isSystem = !((Globals->cPB.hFileInfo.ioFlFndrInfo.fdFlags &
292 isInvisible = !((Globals->cPB.hFileInfo.ioFlFndrInfo.fdFlags &
294 isAlias = !((Globals->cPB.hFileInfo.ioFlFndrInfo.fdFlags &
H A Dmacopen.c319 hpb.fileParam.ioFlFndrInfo.fdFlags = 0;
321 hpb.fileParam.ioFlFndrInfo.fdFlags = kIsAlias;
323 hpb.fileParam.ioFlFndrInfo.fdFlags = 0;
H A Dextrafld.c394 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags >> 8);
395 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags);
651 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags);
652 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags >> 8);
869 sBit2Str(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags),
870 MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags,
871 MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags);
H A Dunixlike.c147 if (MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags & 0x8000) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddirmac.cpp174 if ( ( m_CPB.hFileInfo.ioFlFndrInfo.fdFlags & kIsInvisible ) && !(m_flags & wxDIR_HIDDEN) )
H A Ddnd.cpp327 theFlavor.fdFlags = cat.hFileInfo.ioFlFndrInfo.fdFlags;
H A Dfiledlg.cpp272 visibleFlag = ! (myCInfoPBPtr->hFileInfo.ioFlFndrInfo.fdFlags & kIsInvisible);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacstat.c118 if (fpb.hFileInfo.ioFlFndrInfo.fdFlags & 0x8000) {
H A Dmacbin3.c434 (fndrInfo.fdFlags & 0xFF00) >> 8;
436 (fndrInfo.fdFlags & 0x00FF);
665 fndrInfo.fdFlags = BYTE_AT_OFFSET(header, kFinderFlagsHiOffset);
666 fndrInfo.fdFlags << 8;
667 fndrInfo.fdFlags |= BYTE_AT_OFFSET(header, kFinderFlagsLowOffset);
H A Dmacos.c1611 sBit2Str(mi->MY_FNDRINFO.fdFlags),
1612 mi->MY_FNDRINFO.fdFlags,
1613 mi->MY_FNDRINFO.fdFlags);
1759 mi->fpb.hFileInfo.ioFlFndrInfo.fdFlags = makeword(buff); buff += 2;
1834 mi->fpb.hFileInfo.ioFlFndrInfo.fdFlags = makePPCword(buff); buff += 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dhfs.h79 /* bits hfs_finfo.fdFlags */
107 __be16 fdFlags; 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.h256 __be16 fdFlags; member in struct:FInfo
H A Dcatalog.c133 file->user_info.fdFlags = cpu_to_be16(0x100);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dhfsplus_raw.h259 __be16 fdFlags; member in struct:FInfo
H A Dcatalog.c140 file->user_info.fdFlags = cpu_to_be16(0x100);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DSearch.c1257 searchInfo1.hFileInfo.ioFlFndrInfo.fdFlags = 0;
1262 searchInfo2.hFileInfo.ioFlFndrInfo.fdFlags = 0;
H A DMoreFilesExtras.c2375 pb.hFileInfo.ioFlFndrInfo.fdFlags |= flagBits;
2380 pb.hFileInfo.ioFlFndrInfo.fdFlags &= ~flagBits;
2626 pb.ciPB.hFileInfo.ioFlFndrInfo.fdFlags = ( pb.ciPB.hFileInfo.ioFlFndrInfo.fdFlags & ~kHasBeenInited );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DSearch.c1257 searchInfo1.hFileInfo.ioFlFndrInfo.fdFlags = 0;
1262 searchInfo2.hFileInfo.ioFlFndrInfo.fdFlags = 0;
H A DMoreFilesExtras.c2375 pb.hFileInfo.ioFlFndrInfo.fdFlags |= flagBits;
2380 pb.hFileInfo.ioFlFndrInfo.fdFlags &= ~flagBits;
2626 pb.ciPB.hFileInfo.ioFlFndrInfo.fdFlags = ( pb.ciPB.hFileInfo.ioFlFndrInfo.fdFlags & ~kHasBeenInited );

Completed in 124 milliseconds