Home
last modified time | relevance | path

Searched refs:W (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/mirbsd/src/lib/libpcap/
Dscanner.l85 W ([0-9A-Fa-f][0-9A-Fa-f]?[0-9A-Fa-f]?[0-9A-Fa-f]?)
93 V680 {W}:{W}:{W}:{W}:{W}:{W}:{W}:{W}
95 V670 ::{W}:{W}:{W}:{W}:{W}:{W}:{W}
96 V671 {W}::{W}:{W}:{W}:{W}:{W}:{W}
97 V672 {W}:{W}::{W}:{W}:{W}:{W}:{W}
98 V673 {W}:{W}:{W}::{W}:{W}:{W}:{W}
99 V674 {W}:{W}:{W}:{W}::{W}:{W}:{W}
100 V675 {W}:{W}:{W}:{W}:{W}::{W}:{W}
101 V676 {W}:{W}:{W}:{W}:{W}:{W}::{W}
102 V677 {W}:{W}:{W}:{W}:{W}:{W}:{W}::
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
D3both1 Check interaction of $^W and lexical
5 # Check interaction of $^W and use warnings
11 { local $^W = 0 ;
19 # Check interaction of $^W and use warnings
25 { $^W = 0 ;
33 # Check interaction of $^W and use warnings
39 { local $^W = 1 ;
47 # Check interaction of $^W and use warnings
53 { $^W = 1 ;
61 # Check interaction of $^W and use warnings
[all …]
D1global1 Check existing $^W functionality
26 # warnable code, warnings enabled via compile time $^W
27 BEGIN { $^W = 1 }
34 # compile-time warnable code, warnings enabled via runtime $^W
36 $^W = 1 ;
42 # warnable code, warnings enabled via runtime $^W
43 $^W = 1 ;
50 BEGIN { $^W = 1 }
51 $^W = 0 ;
58 BEGIN { $^W = 0 }
[all …]
D4lint4 -W
5 # lint: check compile time $^W is zapped
6 BEGIN { $^W = 0 ;}
14 -W
15 # lint: check runtime $^W is zapped
16 $^W = 0 ;
21 -W
22 # lint: check runtime $^W is zapped
24 $^W = 0 ;
30 -W
[all …]
D5nolint5 # nolint: check compile time $^W is zapped
6 BEGIN { $^W = 1 ;}
13 # nolint: check runtime $^W is zapped
14 $^W = 1 ;
19 # nolint: check runtime $^W is zapped
21 $^W = 1 ;
45 $^W = 1 ;
76 BEGIN {$^W = 1}
81 $^W = 1 ;
88 BEGIN {$^W = 1}
[all …]
Dperl35 BEGIN { $^W =1 ; }
42 -W
69 BEGIN { $^W = 1 }
/mirbsd/src/gnu/usr.bin/perl/lib/unicore/
DEastAsianWidth.txt15 # "N", "A", "H", "W", "F", "Na"
112 0057;Na # LATIN CAPITAL LETTER W
144 0077;Na # LATIN SMALL LETTER W
397 0174;N # LATIN CAPITAL LETTER W WITH CIRCUMFLEX
398 0175;N # LATIN SMALL LETTER W WITH CIRCUMFLEX
664 028D;N # LATIN SMALL LETTER TURNED W
706 02B7;N # MODIFIER LETTER SMALL W
3180 1100;W # HANGUL CHOSEONG KIYEOK
3181 1101;W # HANGUL CHOSEONG SSANGKIYEOK
3182 1102;W # HANGUL CHOSEONG NIEUN
[all …]
/mirbsd/src/usr.sbin/pppd/pppstats/
Dpppstats.c156 #define W(offset) MAX0(ccs.offset - ocs.offset) macro
159 #define CRATE(x) RATIO(W(x.comp_bytes), W(x.inc_bytes), W(x.unc_bytes))
226 KBPS(W(d.comp_bytes)), W(d.comp_packets), in intpr()
227 KBPS(W(d.inc_bytes)), W(d.inc_packets), in intpr()
231 KBPS(W(c.comp_bytes)), W(c.comp_packets), in intpr()
232 KBPS(W(c.inc_bytes)), W(c.inc_packets), in intpr()
236 W(d.comp_bytes), W(d.comp_packets), in intpr()
237 W(d.inc_bytes), W(d.inc_packets), in intpr()
241 W(c.comp_bytes), W(c.comp_packets), in intpr()
242 W(c.inc_bytes), W(c.inc_packets), in intpr()
[all …]
/mirbsd/src/lib/libssl/src/crypto/sha/
Dsha_locl.h235 const SHA_LONG *W=d; in HASH_BLOCK_HOST_ORDER() local
252 BODY_00_15( 0,A,B,C,D,E,T,W[ 0]); in HASH_BLOCK_HOST_ORDER()
253 BODY_00_15( 1,T,A,B,C,D,E,W[ 1]); in HASH_BLOCK_HOST_ORDER()
254 BODY_00_15( 2,E,T,A,B,C,D,W[ 2]); in HASH_BLOCK_HOST_ORDER()
255 BODY_00_15( 3,D,E,T,A,B,C,W[ 3]); in HASH_BLOCK_HOST_ORDER()
256 BODY_00_15( 4,C,D,E,T,A,B,W[ 4]); in HASH_BLOCK_HOST_ORDER()
257 BODY_00_15( 5,B,C,D,E,T,A,W[ 5]); in HASH_BLOCK_HOST_ORDER()
258 BODY_00_15( 6,A,B,C,D,E,T,W[ 6]); in HASH_BLOCK_HOST_ORDER()
259 BODY_00_15( 7,T,A,B,C,D,E,W[ 7]); in HASH_BLOCK_HOST_ORDER()
260 BODY_00_15( 8,E,T,A,B,C,D,W[ 8]); in HASH_BLOCK_HOST_ORDER()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Di386.h88 { "mov", 2, 0xa0, X, Cpu64, bwlq_Suf|D|W, { Disp64, Acc, 0 } },
89 { "mov", 2, 0xa0, X, CpuNo64,bwl_Suf|D|W, { Disp16|Disp32, Acc, 0 } },
90 { "mov", 2, 0x88, X, 0, bwlq_Suf|D|W|Modrm, { Reg, Reg|AnyMem, 0} },
93 { "mov", 2, 0xb0, X, 0, bwl_Suf|W|ShortForm, { EncImm, Reg8|Reg16|Reg32, 0 } },
94 { "mov", 2, 0xc6, 0, 0, bwlq_Suf|W|Modrm, { EncImm, Reg|AnyMem, 0 } },
95 { "mov", 2, 0xb0, X, Cpu64, q_Suf|W|ShortForm, { Imm64, Reg64, 0 } },
116 { "movabs",2, 0xa0, X, Cpu64, bwlq_Suf|D|W, { Disp64, Acc, 0 } },
117 { "movabs",2, 0xb0, X, Cpu64, q_Suf|W|ShortForm, { Imm64, Reg64, 0 } },
195 {"xchg", 2, 0x86, X, 0, bwlq_Suf|W|Modrm, { Reg, Reg|AnyMem, 0 } },
196 {"xchg", 2, 0x86, X, 0, bwlq_Suf|W|Modrm, { Reg|AnyMem, Reg, 0 } },
[all …]
/mirbsd/src/usr.bin/mail/
Dcmdtab.c62 { "touch", { stouch }, W|MSGLIST, 0, MMNDEL },
63 { "preserve", { preserve }, W|MSGLIST, 0, MMNDEL },
64 { "delete", { deletecmd }, W|P|MSGLIST, 0, MMNDEL },
65 { "dp", { deltype }, W|MSGLIST, 0, MMNDEL },
66 { "dt", { deltype }, W|MSGLIST, 0, MMNDEL },
70 { "mbox", { mboxit }, W|MSGLIST, 0, 0 },
109 { "hold", { preserve }, W|MSGLIST, 0, MMNDEL },
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperllexwarn.pod9 flag B<-w> and the equivalent Perl variable, C<$^W>.
69 Note that neither the B<-w> flag or the C<$^W> can be used to
72 =head2 What's wrong with B<-w> and C<$^W>
81 Similarly, using C<$^W> to either disable or enable blocks of code is
86 local ($^W) = 0;
98 BEGIN { $^W = 0 }
103 The other big problem with C<$^W> is the way you can inadvertently
117 local ($^W) = 1;
121 This is a side-effect of C<$^W> being dynamically scoped.
141 =item B<-W>
[all …]
Dperldiag.pod10 (W) A warning (optional).
19 (W, D & S) can be controlled using the C<warnings> pragma.
26 and B<-W> switches. Warnings may be captured by setting C<$SIG{__WARN__}>
49 (W closed) You tried to do an accept on a closed socket. Did you forget
64 (W ambiguous) A subroutine you have declared has the same name as a Perl
88 (W ambiguous)(S) You said something that may not be interpreted the way
115 (W misc) The pattern match (C<//>), substitution (C<s///>), and
162 (W numeric) The indicated string was fed as an argument to an operator
168 (W layer) When pushing a layer with arguments onto the Perl I/O system you
196 (W threads)(S) When using threaded Perl, a thread (not necessarily the main
[all …]
/mirbsd/src/lib/libssl/src/crypto/dsa/
Ddsa_gen.c94 BIGNUM *r0,*W,*X,*c,*test; in DSA_generate_parameters() local
125 W = BN_CTX_get(ctx2); in DSA_generate_parameters()
201 if (!BN_zero(W)) goto err; in DSA_generate_parameters()
218 if (!BN_add(W,W,r0)) goto err; in DSA_generate_parameters()
222 if (!BN_mask_bits(W,bits-1)) goto err; in DSA_generate_parameters()
223 if (!BN_copy(X,W)) goto err; in DSA_generate_parameters()
/mirbsd/src/gnu/usr.bin/binutils/gdb/config/frv/
Dtm-frv.h33 #define STOPPED_BY_WATCHPOINT(W) \ argument
34 ((W).kind == TARGET_WAITKIND_STOPPED \
35 && (W).value.sig == TARGET_SIGNAL_TRAP \
/mirbsd/src/gnu/usr.sbin/sendmail/contrib/
Dmail.local.linux30 M'&W,P0((=TR'AG%+97@6@G3$U\8;])F1!D+Z\7>A4KW!`5T;T]$Q'PAPR/&&
38 M&:[*5J"D=>A(\7$7/ZGC<P:YZ"#(/S+G''3246?=R]@!.J%W%PH!W1IEJ%Q=
46 M,(4BO,]W(&C@%!08!!`FSTK`<X($GP""(EAA>A6<P@N9P`3G(0%Z19`>]>XG
50 M!W]-E(+QAE"_'5B0B?<+9A6:>"%34B$(FVRC+G-8/6OB[WM30"`/LZC!`%8!
69 MQNH!-'MOC"/XQ$<^\Z%O"NK[^?L"VL7Y^<Y^*\W?_OJG/!(.L(")%"DLEQ?!
76 MQ4(PU40SU3WIA($/Y4<ZQ5,5-%6_$U13152Y(W.^DU33`SQ-]50Q)57!]%."
84 M49#ZR([4"!W=\08+28T/N1\7R8QT0`:`\H\&R8T!Z8U<4R0;^8F(Q59N@5J-
89 MB0?DTA^8N1KG2`:<60:F"1W]T9>J"9F<:1\U0R-AL'($>1H#R9F8*8478@9D
100 M@`(#Z8GZ.9!I0Z[1J:Y\0"-WT`(^,)!?,*L,*B`Y$I4M.J;N":]W(*]J,I#:
103 M*9JDF4-Y=!IF``><F9!EH)S)80?&R:W#`20X6S4OR9E]20=N<"%/6`9;(`-T
[all …]
/mirbsd/src/gnu/usr.bin/perl/
DREADME.tw9 �ӯS�O�]�p��. �����榡���i�@�B��T, �аѦ� perlpod �u�W���.
21 Unicode �O��کʪ��з�, �չϲ[�\�@�ɤW�Ҧ����r��: ���@��, �F��@��,
26 ���; Perl ���禡�P��� (�Ҧp���W��ܦ����) �]��� Unicode �i��ާ@.
57 �o�ѨM�F�H�e Big5 �X���B�z�W�`�������D.
114 �O�W Perl �s�u�Q�װ� (�]�N�O�U�j BBS �� Perl �s�u��)
124 �O�W Perl ���s�դ@��
128 ���ߨ�u�W��ѫ�
142 Unix/Linux �W�� UTF-8 �� Unicode ���Ȱ�
/mirbsd/src/gnu/usr.bin/perl/lib/base/t/
Dfields-base.t8 my $W;
11 $W = 0;
14 $W++;
149 is( $W, 1, 'right warnings' );
/mirbsd/src/gnu/usr.bin/perl/uts/
Dsprintf_wrap.c177 int W = strlen(obuf); local
178 int diff = Width - W;
185 if(Width <= W) return obuf;
188 memmove(obuf+diff, obuf, W+1); /* "+1" to get '\0' at end */
191 for(i=W ; i < Width ; ++i)
/mirbsd/src/gnu/usr.bin/lynx/src/chrtrans/
Diso14_uni.tbl27 0xA8 U+1E80 # LATIN CAPITAL LETTER W WITH GRAVE
29 0xAA U+1E82 # LATIN CAPITAL LETTER W WITH ACUTE
43 0xB8 U+1E81 # LATIN SMALL LETTER W WITH GRAVE
45 0xBA U+1E83 # LATIN SMALL LETTER W WITH ACUTE
48 0xBD U+1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS
49 0xBE U+1E85 # LATIN SMALL LETTER W WITH DIAERESIS
67 0xD0 U+0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX
99 0xF0 U+0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX
/mirbsd/src/gnu/usr.bin/perl/lib/
DBenchmark.t221 like ($got, qr/timing $iterations iterations of\s+Bar\W+Baz\W+Foo\W*?\.\.\./s,
400 like ($got, qr/running\W+a\W+b.*?for at least 0\.1 CPU second/s,
422 unlike ($got, qr/running\W+a\W+b.*?for at least 0\.1 CPU second/s,
442 like ($got, qr/timing 10 iterations of\s+Bar\W+Foo\W*?\.\.\./s,
/mirbsd/src/gnu/usr.bin/perl/lib/Text/Balanced/t/
Dextmul.t29 local $^W;
100 expect [ eval{local$^W;scalar extract_multiple($text,undef,2)} ],
117 expect [ eval{local$^W;scalar extract_multiple($text,undef,3)} ],
134 expect [ eval{local$^W;scalar extract_multiple($text,undef,4)} ],
152 expect [ eval{local$^W;scalar extract_multiple($text,undef,5)} ],
240 expect [ eval{local$^W;scalar extract_multiple($text,[\&extract_quotelike],2,1)} ],
/mirbsd/src/share/dict/papers/
DRv7man2 %A B. W. Lampson
17 %A B. W. Kernighan
30 %A B. W. Kernighan
67 %A B. W. Kernighan
91 %A B. W. Lampson
125 %A E. W. Dijkstra
135 %A W. B. Meyer
161 %A B. W. Kernighan
328 %A J. W. Hunt
392 %O Reprinted as pp. 229-247 in \fICompiler Techniques\fR, ed. B. W. Pollack, Auerbach, Princeton NJ…
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dsigaction.t22 $^W=1;
80 local($^W)=0;
129 local($^W)=0;
/mirbsd/src/usr.bin/m4/
DNOTES19 Kernighan, Brian W. and P. J. Plauger, SOFTWARE
22 Kernighan, Brian W. and P. J. Plauger, SOFTWARE
25 Kernighan, Brian W. and Dennis M. Ritchie,

12345678910>>...15