Searched refs:enabled (Results 1 - 25 of 433) sorted by last modified time

1234567891011>>

/openbsd-current/usr.bin/ssh/
H A Dsshconnect2.c338 int *enabled; /* flag in option struct that enables method */ member in struct:cauthmethod
548 method->enabled = NULL;
2265 if (method->enabled == NULL || *method->enabled == 0)
2267 /* return false if batch mode is enabled but method needs interactive mode */
H A Dpacket.c401 if (mac && mac->enabled) {
978 mac->enabled = 1;
996 state->after_authentication)) && comp->enabled == 0) {
1006 comp->enabled = 1;
1083 * Delayed compression for SSH2 is enabled after authentication:
1104 if (comp && !comp->enabled && comp->type == COMP_DELAYED) {
1114 comp->enabled = 1;
1161 aadlen = (mac && mac->enabled && mac->etm) || authlen ? 4 : 0;
1171 if (comp && comp->enabled) {
1245 if (mac && mac->enabled
[all...]
H A Dkex.h113 int enabled; member in struct:sshenc
122 int enabled; member in struct:sshcomp
H A Dkex.c801 enc->enabled = 0;
824 mac->enabled = 0;
H A Dauth2.c305 "no authentication methods enabled");
456 if (authmethods[i]->cfg->enabled == NULL ||
457 *(authmethods[i]->cfg->enabled) == 0)
497 if (method->cfg->enabled == NULL || *(method->cfg->enabled) == 0) {
498 debug3_f("method %s not enabled", name);
514 * enabled should consult options.num_auth_methods directly.
H A Dauth.h101 int *enabled; member in struct:authmethod_cfg
H A Dauth2-methods.c33 * Configuration of enabled authentication methods. Separate to the rest of
88 * non-zero, then also require that the methods are enabled.
112 if (cfg->enabled == NULL ||
113 *(cfg->enabled) == 0) {
/openbsd-current/sys/dev/pv/
H A Dviogpu.c438 if (!info.pmodes[0].enabled) {
439 printf("%s: pmodes[0] is not enabled\n", sc->sc_dev.dv_xname);
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dwarnings.pl564 #define G_WARN_ONCE 8 /* set if 'once' ever enabled */
617 These return a boolean as to whether or not warnings are enabled for any of
620 Should any of the categories by default be enabled even if not within the
632 default enabled even if not within the scope of S<C<use warnings>>.
903 # &enabled and &fatal_enabled
906 # &warnif, and the category is neither enabled as warning nor as fatal
926 # category is enabled
961 sub enabled
1017 # Standard warnings are enabled by use v5.35 or above
1027 if (warnings::enabled()) {
[all...]
H A Dfeature.pl51 # NOTE: If a feature is ever enabled in a non-contiguous range of Perl
539 constructs, can be enabled by C<use feature 'foo'>, and will be parsed
639 available starting with Perl 5.16, and are enabled by default by a
645 them, so the feature can be enabled and disabled. Details are at
682 In Perl versions prior to 5.26, this feature enabled
695 not only no longer experimental, but it is enabled for all Perl code,
723 not only no longer experimental, but it is enabled for all Perl code,
748 enabled automatically by C<use v5.36> (or higher).
815 code that disables it). This feature is now considered stable, and is enabled
822 Foo 1, 2;>. It is enabled b
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm1857 # if strictures are enabled, it may need to be
7134 fatal, and others are merely enabled, you can pass the B<warnings>
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dwarnings.pm514 # &enabled and &fatal_enabled
517 # &warnif, and the category is neither enabled as warning nor as fatal
537 # category is enabled
572 sub enabled subroutine
628 # Standard warnings are enabled by use v5.35 or above
638 if (warnings::enabled()) {
642 if (warnings::enabled("void")) {
646 if (warnings::enabled($object)) {
656 The C<warnings> pragma gives control over which warnings are enabled in
671 All warnings are enabled i
[all...]
H A Dperl5db.pl321 =item * 8 - Adds parameter information to messages, and overloaded stringify and tied FETCH is enabled on the printed arguments. Ignored if C<4> is not on.
878 print "Threads support enabled\n";
1724 $client_editor ? "enabled" : "available", ".\n"
1748 # Inform us about "Stack dump during die enabled ..." in dieLevel().
1836 # If the breakpoint is temporary, then delete its enabled status.
4371 enabled by setting C<$frame>. It notes what sub the autoloader got called for,
4755 _get_breakpoint_data_ref($filename, $line)->{'enabled'} =
4788 return ($data_ref->{'enabled'} || $data_ref->{'temp_enabled'});
7733 _db_warn("Too late to set IN/OUT filehandles, enabled on next 'R'!\n");
7799 _db_warn("Too late to set TTY, enabled o
[all...]
H A Doverload.pm157 if (warnings::enabled) {
314 If the "bitwise" feature is enabled (see L<feature>), a fifth
697 method. If the "bitwise" feature is enabled (see L<feature>),
732 C<fallback>, magic autogeneration is enabled.
1572 overloading enabled, and it is what is used by the C<Overloaded>
H A Dfeature.pm117 constructs, can be enabled by C<use feature 'foo'>, and will be parsed
217 available starting with Perl 5.16, and are enabled by default by a
223 them, so the feature can be enabled and disabled. Details are at
260 In Perl versions prior to 5.26, this feature enabled
273 not only no longer experimental, but it is enabled for all Perl code,
301 not only no longer experimental, but it is enabled for all Perl code,
326 enabled automatically by C<use v5.36> (or higher).
393 code that disables it). This feature is now considered stable, and is enabled
400 Foo 1, 2;>. It is enabled by default, but can be turned off to
413 C<< $foo{join($;, $x, $y)} >>. It is enabled b
[all...]
H A DBenchmark.t644 is ($out->read(), '', "There was no STDOUT output with debug enabled");
645 isnt ($debug->read(), '', "There was STDERR debug output with debug enabled");
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm181 if (! warnings::enabled('regexp')) {
507 obtained by running a C<-DDEBUGGING>-enabled perl interpreter with the
684 starting in 5.30 on a C<-DDEBUGGING>-enabled perl interpreter, use
697 Enable the options enabled by "All", plus STATE, TRIEC, and TRIEM.
/openbsd-current/gnu/usr.bin/perl/ext/attributes/
H A Dattributes.pm71 return unless warnings::enabled('reserved');
236 are enabled. In other words, you should only do this if you really know
255 If illegalproto warnings are enabled, the prototype declared inside this
/openbsd-current/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.pm390 other ops such as open would need to be enabled, if you don't take into
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm283 if !Internals::SvREADONLY(%$hash) && warnings::enabled;
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.pm328 B<1> - enabled).
343 Returns true if memory mapping is enabled.
353 If memory mapping is enabled, returns the size of memory mapping. With
/openbsd-current/gnu/usr.bin/perl/ext/DynaLoader/
H A DDynaLoader_pm.PL712 Internal debugging messages are enabled when $dl_debug is set true.
720 variable added to the C code (see dlutils.c) and enabled if Perl was
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs480 int iss, enabled;
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm69 # autodeferment is enabled by default
1152 # Deferred writing is enabled, either explicitly ($self->{defer})
1245 # If autodeferring was enabled, cut it out and discard the history
1371 # Unless deferred writing is enabled, it should be empty
2396 If you resize the array with deferred writing enabled, the file will
2625 enabled. When it sees the hit rate get high enough, it enables
/openbsd-current/gnu/usr.bin/perl/dist/Safe/
H A DSafe.pm755 package namespace adjusted and the opmask enabled.

Completed in 436 milliseconds

1234567891011>>