Home
last modified time | relevance | path

Searched defs:opt (Results 2251 - 2275 of 2526) sorted by relevance

1...<<919293949596979899100>>...102

/third_party/backends/backend/
H A Dcanon_lide70-common.c65 SANE_Option_Descriptor opt[num_options]; member
H A Dfujitsu.c2861 SANE_Option_Descriptor *opt = &s->opt[option]; sane_get_option_descriptor() local
[all...]
H A Depjitsu.c1059 SANE_Option_Descriptor *opt = &s->opt[option]; sane_get_option_descriptor() local
[all...]
H A Depjitsu.h129 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Depson.h236 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Dcanon.h264 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Dcoolscan.h121 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Dhs2p.h261 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Dibm.h277 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Dsharp.h235 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Dnec.c1321 clip_value(const SANE_Option_Descriptor * opt, void * value) clip_value() argument
[all...]
H A Dmustek_usb_high.h324 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Dnec.h226 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Dplustek.h402 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Du12.h316 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Dteco2.h418 SANE_Option_Descriptor opt[OPT_NUM_OPTIONS]; member
H A Dpieusb_specific.h273 SANE_Option_Descriptor opt[NUM_OPTIONS]; member
H A Dsharp.c1682 clip_value(const SANE_Option_Descriptor * opt, void * value) clip_value() argument
[all...]
/third_party/backends/frontend/
H A Dsaned.c1967 SANE_Option_Descriptor_Array opt; local
H A Dscanimage.c374 print_option (SANE_Device * device, int opt_num, const SANE_Option_Descriptor *opt) in print_option() argument
702 parse_scalar(const SANE_Option_Descriptor * opt, const char *str, SANE_Word * value) parse_scalar() argument
807 parse_vector(const SANE_Option_Descriptor * opt, const char *str, SANE_Word * vector, size_t vector_length) parse_vector() argument
896 const SANE_Option_Descriptor *opt; fetch_options() local
1022 const SANE_Option_Descriptor *opt; set_option() local
1076 const SANE_Option_Descriptor *opt; process_backend_option() local
2017 const SANE_Option_Descriptor *opt; print_options() local
[all...]
/third_party/backends/backend/pixma/
H A Dpixma.c108 option_descriptor_t opt[opt_last]; member
562 option_descriptor_t *opt = &(OPT_IN_CTX[n]); in control_scalar_option() local
626 option_descriptor_t *opt = &(OPT_IN_CTX[n]); control_string_option() local
1828 option_descriptor_t *opt; sane_control_option() local
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c249 static void free_option(option_t *opt) in free_option() argument
281 option_t *opt; options_free() local
323 option_t *opt; option_count() local
333 option_t *opt; find_option() local
350 option_t *opt, *last; assure_option() local
397 option_has_name(option_t *opt, const char *name) option_has_name() argument
408 option_is_composite(option_t *opt) option_is_composite() argument
413 option_is_ps_command(option_t *opt) option_is_ps_command() argument
418 option_is_jcl_arg(option_t *opt) option_is_jcl_arg() argument
423 option_is_commandline_arg(option_t *opt) option_is_commandline_arg() argument
428 option_get_section(option_t *opt) option_get_section() argument
433 option_find_value(option_t *opt, int optionset) option_find_value() argument
447 option_assure_value(option_t *opt, int optionset) option_assure_value() argument
466 option_find_param_index(option_t *opt, const char *name, int *idx) option_find_param_index() argument
482 option_find_choice(option_t *opt, const char *name) option_find_choice() argument
493 free_paramvalues(option_t *opt, char **paramvalues) free_paramvalues() argument
503 get_valid_param_string(option_t *opt, param_t *param, const char *str) get_valid_param_string() argument
581 get_valid_param_string_int(option_t *opt, param_t *param, int value) get_valid_param_string_int() argument
588 get_valid_param_string_float(option_t *opt, param_t *param, float value) get_valid_param_string_float() argument
610 paramvalues_from_string(option_t *opt, const char *str) paramvalues_from_string() argument
685 paramvalues_to_string(option_t *opt, char **paramvalues) paramvalues_to_string() argument
718 get_valid_value_string(option_t *opt, const char *value) get_valid_value_string() argument
791 option_get_value(option_t *opt, int optionset) option_get_value() argument
799 option_use_foomatic_prototype(option_t *opt) option_use_foomatic_prototype() argument
813 build_foomatic_custom_command(dstr_t *cmd, option_t *opt, const char *values) build_foomatic_custom_command() argument
847 build_cups_custom_ps_command(dstr_t *cmd, option_t *opt, const char *values) build_cups_custom_ps_command() argument
860 build_cups_custom_jcl_command(dstr_t *cmd, option_t *opt, const char *values) build_cups_custom_jcl_command() argument
875 composite_get_command(dstr_t *cmd, option_t *opt, int optionset, int section) composite_get_command() argument
917 option_is_in_section(option_t *opt, int section) option_is_in_section() argument
926 option_is_custom_value(option_t *opt, const char *value) option_is_custom_value() argument
934 option_get_command(dstr_t *cmd, option_t *opt, int optionset, int section) option_get_command() argument
983 composite_set_values(option_t *opt, int optionset, const char *values) composite_set_values() argument
1019 option_set_value(option_t *opt, int optionset, const char *value) option_set_value() argument
1052 option_accepts_value(option_t *opt, const char *value) option_accepts_value() argument
1061 option_has_choice(option_t *opt, const char *choice) option_has_choice() argument
1066 option_text(option_t *opt) option_text() argument
1073 option_type(option_t *opt) option_type() argument
1078 option_set_order(option_t *opt, double order) option_set_order() argument
1111 option_set_from_string(option_t *opt, const char *str) option_set_from_string() argument
1129 option_assure_choice(option_t *opt, const char *name) option_assure_choice() argument
1304 option_set_choice(option_t *opt, const char *name, const char *text, const char *code) option_set_choice() argument
1365 option_set_custom_command(option_t *opt, const char *cmd) option_set_custom_command() argument
1373 option_add_custom_param_from_string(option_t *opt, const char *name, const char *text, const char *str) option_add_custom_param_from_string() argument
1436 option_assure_foomatic_param(option_t *opt) option_assure_foomatic_param() argument
1489 option_t *opt; optionset_copy_values() local
1504 option_t *opt; optionset_delete_values() local
1529 option_t *opt; optionset_equal() local
1566 option_t *opt, *current_opt = NULL; read_ppd_file() local
1892 option_t *opt; ppd_supports_pdf() local
1931 option_t *opt; build_commandline() local
2241 option_t *opt; set_options_for_page() local
[all...]
/third_party/libcoap/src/
H A Dcoap_block.c617 coap_opt_t *opt; in coap_add_data_large_internal() local
1891 coap_opt_t *opt = coap_check_option(pdu, COAP_OPTION_OBSERVE, in track_fetch_observe() local
2917 coap_opt_t *opt = coap_check_option(rcvd, COAP_OPTION_ECHO, &opt_iter); check_freshness() local
2998 coap_opt_t *opt = coap_check_option(rcvd, COAP_OPTION_ECHO, &opt_iter); track_echo() local
[all...]
/third_party/libcoap/examples/
H A Dcoap-client.c907 uint16_t opt; in set_blocksize() local
1590 int opt; in main() local
[all...]
/third_party/ltp/lib/
H A Dtst_test.c636 static void parse_topt(unsigned int topts_len, int opt, char *optarg) in parse_topt() argument
664 int opt; in parse_opts() local

Completed in 47 milliseconds

1...<<919293949596979899100>>...102