HomeSort by: relevance | last modified time | path
    Searched defs:opt_arg (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
find.c 346 char * opt_arg; local
347 int nm_len = parse_opt(&opt_name, &opt_arg, name_buf, sizeof(name_buf));
369 case 1: return opt_set(opts, opt_arg, idx, disable, state);
370 case 0: return opt_unknown(opts, opt_name, opt_arg, state);
  /src/lib/libwrap/
options.c 124 #define OPT_ARG (1<<3) /* option has optional argument */
128 #define opt_arg(o) ((o)->flags & OPT_ARG) macro
129 #define permit_arg(o) ((o)->flags & (NEED_ARG | OPT_ARG))
143 { "rfc931", rfc931_option, OPT_ARG },
145 { "nice", nice_option, OPT_ARG },
  /src/crypto/external/bsd/openssl.old/dist/apps/
opt.c 470 otmp = OBJ_txt2obj(opt_arg(), 0);
472 BIO_printf(bio_err, "%s: Invalid Policy %s\n", prog, opt_arg());
479 i = X509_PURPOSE_get_by_sname(opt_arg());
481 BIO_printf(bio_err, "%s: Invalid purpose %s\n", prog, opt_arg());
494 prog, opt_arg());
499 vtmp = X509_VERIFY_PARAM_lookup(opt_arg());
502 prog, opt_arg());
508 i = atoi(opt_arg());
513 i = atoi(opt_arg());
518 if (!opt_imax(opt_arg(), &t)
758 char *opt_arg(void) function
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/lib/
opt.c 738 otmp = OBJ_txt2obj(opt_arg(), 0);
740 opt_printf_stderr("%s: Invalid Policy %s\n", prog, opt_arg());
746 prog, opt_arg());
752 i = X509_PURPOSE_get_by_sname(opt_arg());
754 opt_printf_stderr("%s: Invalid purpose %s\n", prog, opt_arg());
766 prog, opt_arg());
771 vtmp = X509_VERIFY_PARAM_lookup(opt_arg());
774 prog, opt_arg());
780 i = atoi(opt_arg());
785 i = atoi(opt_arg());
1037 char *opt_arg(void) function
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/lib/
opt.c 694 otmp = OBJ_txt2obj(opt_arg(), 0);
696 opt_printf_stderr("%s: Invalid Policy %s\n", prog, opt_arg());
702 prog, opt_arg());
708 i = X509_PURPOSE_get_by_sname(opt_arg());
710 opt_printf_stderr("%s: Invalid purpose %s\n", prog, opt_arg());
722 prog, opt_arg());
727 vtmp = X509_VERIFY_PARAM_lookup(opt_arg());
730 prog, opt_arg());
736 i = atoi(opt_arg());
741 i = atoi(opt_arg());
987 char *opt_arg(void) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 7287 gfc_actual_arglist* opt_arg; local
7296 opt_arg = NULL;
7304 opt_arg = arg;
7311 gcc_assert (opt_arg);
7316 if (prim_arg->expr->ts.type == BT_CHARACTER && !opt_arg->expr)
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 7309 gfc_actual_arglist* opt_arg; local
7318 opt_arg = NULL;
7326 opt_arg = arg;
7333 gcc_assert (opt_arg);
7338 if (prim_arg->expr->ts.type == BT_CHARACTER && !opt_arg->expr)

Completed in 32 milliseconds