Go to the documentation of this file.
18 #define FSM_VERBOSE 0x8000
19 #define FSM_INTERNAL 0x4000
20 #define FSM_SYSCALL 0x2000
21 #define FSM_DEAD 0x1000
23 #define _fv(_a) ((_a) | FSM_VERBOSE)
24 #define _fi(_a) ((_a) | FSM_INTERNAL)
25 #define _fs(_a) ((_a) | (FSM_INTERNAL | FSM_SYSCALL))
26 #define _fd(_a) ((_a) | (FSM_INTERNAL | FSM_DEAD))
266 unsigned int * archiveSize,
267 const char ** failedFile)