Searched refs:subopts (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Util.pm | 275 my %subopts = (); 277 $subopts{delimiters} = 1; 278 $subopts{indent} = $opts{indent} + 4 if defined $opts{indent}; 293 dump_data(\$_, %subopts) 305 quotify1($_) . " => " . dump_data($ref->{$_}, %subopts);
|
| /src/usr.sbin/bsnmpd/tools/libbsnmptools/ |
| H A D | bsnmptools.c | 485 const char *const subopts[] = { in parse_authentication() local 493 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) { in parse_authentication() 540 const char *const subopts[] = { in parse_privacy() local 548 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) { in parse_privacy() 593 const char *const subopts[] = { in parse_context() local 601 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) { in parse_context() 635 const char *const subopts[] = { in parse_user_security() local 645 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) { in parse_user_security() 720 const char *const subopts[] = { in parse_include() local 745 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) { in parse_include()
|