File descriptor options

Option

Default

-fds

26

Changes the default set of file descriptors used by Purify in case they clash with the ones used by your program. For example, to use file descriptors 57 and 58 instead of the default 26 and 27, use: -fds=57

 

-fds-inuse-at-exit

yes

Specifies whether file descriptors in use should be reported at program exit. Use -fds-inuse-at-exit=no to suppress printing file descriptor messages.

File descriptors in use are file descriptors that have been opened or duplicated by the current program, or inherited from the parent process.