Home
last modified time | relevance | path

Searched refs:exit_status_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dmain.h14 enum exit_status_type { enum
24 extern void set_exit_status(enum exit_status_type new_status);
H A Dmain.c17 static enum exit_status_type exit_status = E_SUCCESS;
31 set_exit_status(enum exit_status_type new_status) in set_exit_status()
318 enum exit_status_type es = exit_status; in main()