Definition in file options.h.
Go to the source code of this file.
Enumerations | |
enum | OPT_RETURN { OPT_NO = 0, OPT_YES = 1, OPT_ERROR = -1 } |
Functions | |
OPT_RETURN | option_sync_io (const char *path) |
OPT_RETURN | option_async_io (const char *path) |
|
Definition at line 5 of file options.h. Referenced by option_async_io(), and option_sync_io(). |
|
Definition at line 55 of file options.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FAIL, errno, OPT_ERROR, OPT_NO, OPT_RETURN, OPT_YES, and pathconf(). Referenced by main(). |
|
Definition at line 24 of file options.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FAIL, errno, OPT_ERROR, OPT_NO, OPT_RETURN, OPT_YES, and pathconf(). Referenced by synctest(). |