Searched refs:UMAX_CONFIG_FILE (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | umax1220u.c | 64 #define UMAX_CONFIG_FILE "umax1220u.conf" macro 604 fp = sanei_config_open (UMAX_CONFIG_FILE); in sane_init() 613 DBG (3, "reading configure file %s\n", UMAX_CONFIG_FILE); in sane_init()
|
H A D | umax.c | 101 #define UMAX_CONFIG_FILE "umax.conf" macro 5947 DBG(DBG_error, "ERROR: invalid value \"%s\" for option %s in %s\n", value_str, test_name, UMAX_CONFIG_FILE); in umax_test_configure_option() 5953 DBG(DBG_error, "ERROR: value \"%d\" is too small for option %s in %s\n", value, test_name, UMAX_CONFIG_FILE); in umax_test_configure_option() 5958 DBG(DBG_error, "ERROR: value \"%d\" is too large for option %s in %s\n", value, test_name, UMAX_CONFIG_FILE); in umax_test_configure_option() 6013 fp = sanei_config_open(UMAX_CONFIG_FILE); in sane_init() 6024 DBG(DBG_info, "reading configure file %s\n", UMAX_CONFIG_FILE); in sane_init() 6058 DBG(DBG_error,"ERROR: unknown option \"%s\" in %s\n", option_str, UMAX_CONFIG_FILE); in sane_init()
|
Completed in 10 milliseconds