Searched defs:ExitOnError (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h193 #define ExitOnError( result ) do { if ( ( result ) != noErr ) goto ErrorExit; } while(0) macro

Completed in 33 milliseconds