Searched refs:subopts (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkUtil.cpp | 31 namespace subopts { global() namespace
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 256 my %subopts = (); 258 $subopts{delimiters} = 1; 259 $subopts{indent} = $opts{indent} + 4 if defined $opts{indent}; 274 dump_data(\$_, %subopts) 286 quotify1($_) . " => " . dump_data($ref->{$_}, %subopts);
|
/freebsd/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()
|