Searched refs:fdType (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dattr.c41 memcpy(&file->UsrWds.fdType, value, 4);
86 memcpy(value, &file->UsrWds.fdType, 4);
H A Dhfs.h105 __be32 fdType; member in struct:hfs_finfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dextrafld.c382 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType >> 24);
383 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType >> 16);
384 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType >> 8);
385 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType);
604 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType >> 24);
605 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType >> 16);
606 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType >> 8);
607 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType);
808 MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType >> 24,
809 MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType >> 1
[all...]
H A Dunixlike.c154 if (MacZip.fpb.hFileInfo.ioFlFndrInfo.fdType == 'APPL') {
H A Dmacopen.c317 hpb.fileParam.ioFlFndrInfo.fdType = '\?\?\?\?';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.h44 u_int32_t fdType; member in struct:FInfo
H A Dnad.c559 memcpy(&fh->finder_info.fdType,
561 sizeof( fh->finder_info.fdType ));
584 fprintf( stderr, "finder_info.fdType\t\t%.*s\n",
585 sizeof( fh->finder_info.fdType ), &fh->finder_info.fdType );
590 sizeof( fh->finder_info.fdType ) +
651 &fh->finder_info.fdType, sizeof( fh->finder_info.fdType ));
675 sizeof( fh->finder_info.fdType ) +
H A Dasingle.c218 memcpy( &fh->finder_info.fdType, entry_buf + FINDERIOFF_TYPE,
219 sizeof( fh->finder_info.fdType ));
237 strncpy( type, &fh->finder_info.fdType, 4 );
H A Dmacbin.c387 fprintf( stderr, "type\t\t\t%.*s\n", sizeof( fh->finder_info.fdType ),
388 &fh->finder_info.fdType );
H A Dmegatron.c208 memcpy(&buf, &fh.finder_info.fdType, sizeof(u_int32_t));
H A Dhqx.c326 fprintf( stderr, "type\t\t\t%.*s\n", sizeof( fh->finder_info.fdType ),
327 &fh->finder_info.fdType );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c323 newExtraField.fpb.hFileInfo.ioFlFndrInfo.fdType = 'TEXT';
327 newExtraField.fpb.hFileInfo.ioFlFndrInfo.fdType = 'TEXT';
1147 newExtraField.fpb.hFileInfo.ioFlFndrInfo.fdType,
1161 newExtraField.fpb.hFileInfo.ioFlFndrInfo.fdType,
1551 if (isprint((char)(mi->MY_FNDRINFO.fdType >> 24)) &&
1552 isprint((char)(mi->MY_FNDRINFO.fdType >> 16)) &&
1553 isprint((char)(mi->MY_FNDRINFO.fdType >> 8)) &&
1554 isprint((char)mi->MY_FNDRINFO.fdType))
1557 (char)(mi->MY_FNDRINFO.fdType >> 24),
1558 (char)(mi->MY_FNDRINFO.fdType >> 1
[all...]
H A Dmacstat.c125 (fpb.hFileInfo.ioFlFndrInfo.fdType == 'APPL')) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dioctl.c125 memcpy(&file->user_info.fdType, value, 4);
169 memcpy(value, &file->user_info.fdType, 4);
H A Dcatalog.c122 file->user_info.fdType = cpu_to_be32(HFSP_SYMLINK_TYPE);
125 file->user_info.fdType = cpu_to_be32(HFSPLUS_SB(inode->i_sb).type);
131 file->user_info.fdType = cpu_to_be32(HFSP_HARDLINK_TYPE);
H A Dhfsplus_raw.h254 __be32 fdType; 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 Dioctl.c143 memcpy(&file->user_info.fdType, value, 4);
198 memcpy(value, &file->user_info.fdType, 4);
H A Dcatalog.c129 file->user_info.fdType = cpu_to_be32(HFSP_SYMLINK_TYPE);
132 file->user_info.fdType = cpu_to_be32(HFSPLUS_SB(inode->i_sb).type);
138 file->user_info.fdType = cpu_to_be32(HFSP_HARDLINK_TYPE);
H A Dhfsplus_raw.h257 __be32 fdType; member in struct:FInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c315 u_char achar, fdType[4]; local
505 memcpy(fdType, ad_entry( adp, ADEID_FINDERI ), 4 );
507 if ( memcmp( fdType, "TEXT", 4 ) == 0 ) {
511 else if ( memcmp( fdType, "PSYS", 4 ) == 0 ) {
515 else if ( memcmp( fdType, "PS16", 4 ) == 0 ) {
519 else if ( memcmp( fdType, "BINA", 4 ) == 0 ) {
523 else if ( fdType[0] == 'p' ) {
524 achar = fdType[1];
525 ashort = (fdType[2] * 256) + fdType[
865 u_char achar, *fdType, xyy[4]; /* uninitialized, OK 310105 */ local
1081 memcpy(ad_entry( adp, ADEID_FINDERI ), fdType, 4 ); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfiledlg.cpp284 return !CheckFile( file , myCInfoPBPtr->hFileInfo.ioFlFndrInfo.fdType , data ) ;
321 display = CheckFile( file , theInfo->fileAndFolder.fileInfo.finderInfo.fdType , data ) ;
342 display = CheckFile( file , theInfo->fileAndFolder.fileInfo.finderInfo.fdType , data ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfiledlg.cpp262 display = CheckFile( file , theInfo->fileAndFolder.fileInfo.finderInfo.fdType , data ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreDesktopMgr.c227 if ( (pb.fileParam.ioFlFndrInfo.fdType == 'FNDR') &&
446 (pb.hPB.fileParam.ioFlFndrInfo.fdType == 'APPL') )
485 (pb.hPB.fileParam.ioFlFndrInfo.fdType != 'APPL') )
H A DSearch.c1246 searchInfo1.hFileInfo.ioFlFndrInfo.fdType = fileType;
1249 searchInfo2.hFileInfo.ioFlFndrInfo.fdType = (OSType)0x00000000;
1253 searchInfo2.hFileInfo.ioFlFndrInfo.fdType = (OSType)0xffffffff;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreDesktopMgr.c227 if ( (pb.fileParam.ioFlFndrInfo.fdType == 'FNDR') &&
446 (pb.hPB.fileParam.ioFlFndrInfo.fdType == 'APPL') )
485 (pb.hPB.fileParam.ioFlFndrInfo.fdType != 'APPL') )

Completed in 283 milliseconds

12