Home
last modified time | relevance | path

Searched refs:OPT_BATCH (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dreq.c87 OPT_PKEYOPT, OPT_SIGOPT, OPT_VFYOPT, OPT_BATCH, OPT_NEWHDR, OPT_MODULUS, enumerator
159 {"batch", OPT_BATCH, '-',
369 case OPT_BATCH: in req_main()
H A Dcmp.c243 OPT_BATCH, OPT_REPEAT, enumerator
462 {"batch", OPT_BATCH, '-',
2567 case OPT_BATCH: in get_opts()
H A Dca.c152 OPT_SIGOPT, OPT_NOTEXT, OPT_BATCH, OPT_PRESERVEDN, OPT_NOEMAILDN, enumerator
176 {"batch", OPT_BATCH, '-', "Don't ask questions"},
421 case OPT_BATCH: in ca_main()
/third_party/openssl/apps/
H A Dreq.c87 OPT_PKEYOPT, OPT_SIGOPT, OPT_VFYOPT, OPT_BATCH, OPT_NEWHDR, OPT_MODULUS, enumerator
159 {"batch", OPT_BATCH, '-',
369 case OPT_BATCH: in req_main()
H A Dcmp.c243 OPT_BATCH, OPT_REPEAT, enumerator
462 {"batch", OPT_BATCH, '-',
2566 case OPT_BATCH: in get_opts()
H A Dca.c152 OPT_SIGOPT, OPT_NOTEXT, OPT_BATCH, OPT_PRESERVEDN, OPT_NOEMAILDN, enumerator
176 {"batch", OPT_BATCH, '-', "Don't ask questions"},
421 case OPT_BATCH: in ca_main()
/third_party/backends/backend/
H A Dbh.c1706 if (_OPT_VAL_WORD(s, OPT_BATCH) == SANE_TRUE) in start_setup()
2513 s->opt[OPT_BATCH].name = SANE_NAME_BATCH; in init_options()
2514 s->opt[OPT_BATCH].title = SANE_TITLE_BATCH; in init_options()
2515 s->opt[OPT_BATCH].desc = SANE_DESC_BATCH; in init_options()
2516 s->opt[OPT_BATCH].type = SANE_TYPE_BOOL; in init_options()
2517 s->opt[OPT_BATCH].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
2518 s->val[OPT_BATCH].w = s->hw->info.batch_default; in init_options()
3419 case OPT_BATCH: in sane_control_option()
3533 case OPT_BATCH: in sane_control_option()
3851 if (_OPT_VAL_WORD(s, OPT_BATCH) in sane_cancel()
[all...]
H A Dbh.h135 OPT_BATCH, enumerator

Completed in 24 milliseconds