Home
last modified time | relevance | path

Searched refs:mandatory (Results 1 – 25 of 149) sorted by relevance

123456

/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DValidator.pm99 'abstract' => { mandatory => 1, value => \&string },
100 'author' => { mandatory => 1, list => { value => \&string } },
101 'dynamic_config' => { mandatory => 1, value => \&boolean },
102 'generated_by' => { mandatory => 1, value => \&string },
103 'license' => { mandatory => 1, list => { value => \&license } },
105 mandatory => 1,
107 version => { mandatory => 1, value => \&version},
112 'name' => { mandatory => 1, value => \&string },
113 'release_status' => { mandatory => 1, value => \&release_status },
114 'version' => { mandatory => 1, value => \&version },
[all …]
/openbsd-src/lib/libssl/test/
H A DCAtsa.cnf129 serial = $dir/tsa_serial # The current serial number (mandatory)
139 digests = md5, sha1 # Acceptable message digests (mandatory)
153 serial = $dir/tsa_serial # The current serial number (mandatory)
163 digests = md5, sha1 # Acceptable message digests (mandatory)
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_tputs.c375 bool mandatory; in NCURSES_SP_NAME() local
401 mandatory = FALSE; in NCURSES_SP_NAME()
407 mandatory = TRUE; in NCURSES_SP_NAME()
415 || mandatory)) in NCURSES_SP_NAME()
/openbsd-src/gnu/llvm/lldb/examples/customization/bin-utils/
H A DREADME24 args[0] (mandatory) is the integer to be converted
25 args[1] (mandatory) is the bit width of the two's complement representation
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPackingElement.pm2047 my ($dir, @mandatory) = split(/\,/, $fullpkgpath);
2050 mandatory => {map {($_, 1)} @mandatory},
2052 my @sub = grep {/^\-/} @mandatory;
2065 if(%{$self->{mandatory}}) {
2066 my $m = join(",", keys %{$self->{mandatory}});
2103 my %h = %{$other->{mandatory}};
2104 if (!$self->trim($other->{mandatory}, \%h, $self->{mandatory})) {
2107 if ($self->match2($other->{mandatory}, \%h)) {
H A DUstar.pod95 mandatory. Thus, client code can control whether it wants to extract archive
117 Actual writing is performed through C<$o-E<gt>write> and is not mandatory
122 In particular, this is mandatory for write access, since valid archives
/openbsd-src/usr.bin/file/magdir/
H A Dmup9 # and is not a mandatory header because of old mup input file
/openbsd-src/sys/arch/luna88k/conf/
H A DRAMDISK22 option M88100 # 88100 support; mandatory
H A DGENERIC17 option M88100 # 88100 support; mandatory
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h413 size_t RemoveOrphans(bool mandatory);
463 static size_t RemoveOrphanSharedModules(bool mandatory);
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DBundle.pm246 … $obj->{viabundle} ||= { id => $id, reqtype => $self->{reqtype}, optional => !$self->{mandatory}};
250 …:Queue->queue_item(qmod => $obj->id, reqtype => $self->{reqtype}, optional => !$self->{mandatory});
H A DShell.pm1148 $id = "(optional) $id" if ! $d->{mandatory};
1160 !! $d->{mandatory},
1168 !! $d->{mandatory},
1818 $obj->{mandatory} ||= ! $optional; # once mandatory, always mandatory
1821 $obj->{mandatory} ||= ! $optional; # once mandatory, always mandatory
1823 $d->{mandatory} ||= ! $optional; # once mandatory, always mandatory
1920 && $obj->{mandatory}
/openbsd-src/sys/arch/hppa/include/
H A Dsom.h87 u_int mandatory : 1; member
/openbsd-src/share/snmp/
H A DBRIDGE-MIB.txt160 -- Implementation of the dot1dBase subtree is mandatory for all
1357 "Implementation of this group is mandatory for bridges
1362 "Implementation of this group is mandatory for bridges
1367 "Implementation of this group is mandatory for bridges
1373 "Implementation of this group is mandatory for bridges
1379 "Implementation of this group is mandatory for bridges
1414 "Implementation of this group is mandatory for
1426 "Implementation of this group is mandatory for
1431 "Implementation of this group is mandatory for bridges
1444 "Implementation of this group is mandatory for
[all …]
H A DIF-MIB.txt1016 -- This group of objects is mandatory for all types of
1162 "This group is mandatory for those network interfaces which
1170 "This group is mandatory for those network interfaces which
1178 "This group is mandatory for those network interfaces which
1185 "This group is mandatory only for those network interfaces
1193 "This group is mandatory only for those network interfaces
1200 "This group is mandatory for those network interfaces that
1204 mandatory)."
1367 -- MIB may make implementation of this group mandatory.
1673 "This group is mandatory for all network interfaces which
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DVOPDInstructions.td139 // If X or Y is MADK (have a mandatory immediate), all src operands which
142 // operand form. If Both X and Y are MADK, the mandatory literal of X
/openbsd-src/gnu/llvm/clang/docs/analyzer/user-docs/
H A DTaintAnalysisConfiguration.rst121 …<http://llvm.org/docs/YamlIO.html#introduction-to-yaml>`_ object with the following mandatory keys:
137 …<http://llvm.org/docs/YamlIO.html#introduction-to-yaml>`_ object with the following mandatory keys:
163 …<http://llvm.org/docs/YamlIO.html#introduction-to-yaml>`_ object with the following mandatory keys:
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp347 size_t ModuleList::RemoveOrphans(bool mandatory) { in RemoveOrphans() argument
350 if (mandatory) { in RemoveOrphans()
781 size_t ModuleList::RemoveOrphanSharedModules(bool mandatory) { in RemoveOrphanSharedModules() argument
782 return GetSharedModuleList().RemoveOrphans(mandatory); in RemoveOrphanSharedModules()
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.krl135 The "is_critical" indicates whether this extension is mandatory or
187 The "is_critical" indicates whether this extension is mandatory or
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModule.cpp677 const bool mandatory = false; in GarbageCollectAllocatedModules() local
678 ModuleList::RemoveOrphanSharedModules(mandatory); in GarbageCollectAllocatedModules()
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-cris.texi58 option makes a @samp{$} register prefix mandatory.
241 register name in an instruction operand but is mandatory when
293 registers mandatory. It overrides a previous setting, including
/openbsd-src/lib/libssl/doc/
H A Dopenssl.cnf329 serial = $dir/tsaserial # The current serial number (mandatory)
340 digests = md5, sha1 # Acceptable message digests (mandatory)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-cris.texi59 option makes a @samp{$} register prefix mandatory.
329 register name in an instruction operand but is mandatory when
381 registers mandatory. It overrides a previous setting, including
/openbsd-src/usr.sbin/unbound/sldns/
H A Dstr2wire.c686 uint8_t* mandatory = NULL; in sldns_str2wire_check_svcbparams() local
698 mandatory = svcparams[i]; in sldns_str2wire_check_svcbparams()
702 if(mandatory) { in sldns_str2wire_check_svcbparams()
704 uint16_t mandatory_nkeys = sldns_read_uint16(mandatory + 2) / sizeof(uint16_t); in sldns_str2wire_check_svcbparams()
711 mandatory in sldns_str2wire_check_svcbparams()
/openbsd-src/sbin/unwind/libunbound/sldns/
H A Dstr2wire.c686 uint8_t* mandatory = NULL; in sldns_str2wire_check_svcbparams() local
698 mandatory = svcparams[i]; in sldns_str2wire_check_svcbparams()
702 if(mandatory) { in sldns_str2wire_check_svcbparams()
704 uint16_t mandatory_nkeys = sldns_read_uint16(mandatory + 2) / sizeof(uint16_t); in sldns_str2wire_check_svcbparams()
711 mandatory in sldns_str2wire_check_svcbparams()

123456