Searched refs:ioACUser (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreFilesExtras.h65 ** Bit masks and macros to get common information out of ioACUser returned
66 ** by PBGetCatInfo (remember to clear ioACUser before calling PBGetCatInfo
70 ** functions to retrieve the ioACUser access restrictions byte for
415 /* Functions for testing ioACUser bits. */
418 userIsOwner(SInt8 ioACUser); variable
422 userHasFullAccess(SInt8 ioACUser); variable
426 userHasDropBoxAccess(SInt8 ioACUser); variable
430 userHasBulletinBoard(SInt8 ioACUser); variable
434 userHasNoAccess(SInt8 ioACUser); variable
1359 SInt8 * ioACUser);
[all...]
H A DMoreFilesExtras.c309 /* Functions for testing ioACUser bits. */
311 pascal Boolean userIsOwner(SInt8 ioACUser) argument
313 return ( (ioACUser & kioACUserNotOwnerMask) == 0 );
316 pascal Boolean userHasFullAccess(SInt8 ioACUser) argument
318 return ( (ioACUser & acUserAccessMask) == acUserFull );
321 pascal Boolean userHasDropBoxAccess(SInt8 ioACUser) argument
323 return ( (ioACUser & acUserAccessMask) == acUserDropBox );
326 pascal Boolean userHasBulletinBoard(SInt8 ioACUser) argument
328 return ( (ioACUser & acUserAccessMask) == acUserBulletinBoard );
331 pascal Boolean userHasNoAccess(SInt8 ioACUser) argument
1607 GetIOACUser(short vRefNum, long dirID, ConstStr255Param name, SInt8 *ioACUser) argument
1640 FSpGetIOACUser(const FSSpec *spec, SInt8 *ioACUser) argument
[all...]
H A DFileCopy.c146 pb.dirInfo.ioACUser = 0; /* ioACUser used to be filler2, clear it before calling GetCatInfo */
151 *isDropBox = userHasDropBoxAccess(pb.dirInfo.ioACUser);
H A DFSpCompat.c716 catInfoSource.hFileInfo.ioACUser = 0; /* ioACUser used to be filler2 */
732 catInfoDest.hFileInfo.ioACUser = 0; /* ioACUser used to be filler2 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFilesExtras.h65 ** Bit masks and macros to get common information out of ioACUser returned
66 ** by PBGetCatInfo (remember to clear ioACUser before calling PBGetCatInfo
70 ** functions to retrieve the ioACUser access restrictions byte for
415 /* Functions for testing ioACUser bits. */
418 userIsOwner(SInt8 ioACUser); variable
422 userHasFullAccess(SInt8 ioACUser); variable
426 userHasDropBoxAccess(SInt8 ioACUser); variable
430 userHasBulletinBoard(SInt8 ioACUser); variable
434 userHasNoAccess(SInt8 ioACUser); variable
1359 SInt8 * ioACUser);
[all...]
H A DMoreFilesExtras.c309 /* Functions for testing ioACUser bits. */
311 pascal Boolean userIsOwner(SInt8 ioACUser) argument
313 return ( (ioACUser & kioACUserNotOwnerMask) == 0 );
316 pascal Boolean userHasFullAccess(SInt8 ioACUser) argument
318 return ( (ioACUser & acUserAccessMask) == acUserFull );
321 pascal Boolean userHasDropBoxAccess(SInt8 ioACUser) argument
323 return ( (ioACUser & acUserAccessMask) == acUserDropBox );
326 pascal Boolean userHasBulletinBoard(SInt8 ioACUser) argument
328 return ( (ioACUser & acUserAccessMask) == acUserBulletinBoard );
331 pascal Boolean userHasNoAccess(SInt8 ioACUser) argument
1607 GetIOACUser(short vRefNum, long dirID, ConstStr255Param name, SInt8 *ioACUser) argument
1640 FSpGetIOACUser(const FSSpec *spec, SInt8 *ioACUser) argument
[all...]
H A DFileCopy.c146 pb.dirInfo.ioACUser = 0; /* ioACUser used to be filler2, clear it before calling GetCatInfo */
151 *isDropBox = userHasDropBoxAccess(pb.dirInfo.ioACUser);
H A DFSpCompat.c716 catInfoSource.hFileInfo.ioACUser = 0; /* ioACUser used to be filler2 */
732 catInfoDest.hFileInfo.ioACUser = 0; /* ioACUser used to be filler2 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c1353 fpb.hFileInfo.ioACUser = mi->fpb.hFileInfo.ioACUser;
1774 mi->fpb.hFileInfo.ioACUser = *buff; buff += 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dextrafld.c704 *ef++ = (char)(MacZip.fpb.hFileInfo.ioACUser);

Completed in 282 milliseconds