Searched refs:machines (Results 1 - 20 of 20) sorted by relevance
/osnet-11/usr/src/lib/librstp/common/ |
H A D | statmch.h | 64 abstr->next = this->machines; \ 65 this->machines = abstr; \
|
H A D | stpm.c | 48 /* state machines per bridge */ 49 for (stater = this->machines; stater; stater = stater->next) { 57 /* state machines per port */ 59 for (stater = port->machines; stater; stater = stater->next) { 141 this->machines = NULL; 186 for (stater = this->machines; stater; ) { 189 this->machines = stater = (STATE_MACH_T*) pv;
|
H A D | stpm.h | 58 STATE_MACH_T* machines; member in struct:stpm_t
|
H A D | port.c | 62 this->machines = NULL; 88 /* create and bind port state machines */ 175 for (stater = this->machines; stater; ) { 210 for (stater = this->machines; stater; stater = stater->next) {
|
H A D | port.h | 59 /* per Port state machines */ 70 STATE_MACH_T* machines; /* list of machines */ member in struct:port_t
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/ |
H A D | Makefile.PL | 85 /* machines that do not support unaligned integer read/write */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | AnyDBM_File.pm | 71 on mixed universe machines, may be in the bsd compat library,
|
H A D | integer.pm | 18 of the enclosing BLOCK. On many machines, this doesn't matter a great 39 $a = 2**31 - 1; # Largest positive integer on 32-bit machines
|
H A D | PerlIO.pm | 125 characters. (Which really is UTF-8 on ASCII machines, but is 126 UTF-EBCDIC on EBCDIC machines.) This allows any character perl can
|
H A D | AutoSplit.pm | 122 potential file naming conflicts on machines with drastically limited
|
H A D | Digest.pm | 93 algorithms are analyzed and machines grow faster. If your application
|
H A D | CPAN.pm | 2896 my($fh,@machines,$hasdefault); 2913 push @machines, shift @tokens; 2922 'mach' => [@machines], 6735 CPAN.pm works nicely without network too. If you maintain machines 6741 of a personal CPAN. CPAN.pm on the non-networked machines works nicely
|
H A D | CGI.pm | 213 # doesn't accept CRLF -- instead it wants a LR. EBCDIC machines don't 7047 Web servers running on any of the machines "www.capricorn.com",
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Netrc.pm | 249 thereby giving the user automatic anonymous login to machines
|
H A D | FTP.pm | 1253 files between networked machines. The protocol defines a client 1276 between the two machines (in theory - in practice you should only use 1373 B<Hint>: If both server and client machines use the same line ending for
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/ |
H A D | pwent.pm | 245 C<comment> or C<class>. Some machines do not support C<expire>,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/ |
H A D | via.pm | 233 be converted to "41" (on ASCII-based machines, on EBCDIC platforms
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Cookie.pm | 309 Web servers running on any of the machines "www.capricorn.com",
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | Encode.pm | 421 ASCII data (or EBCDIC on EBCDIC machines). See L</"The UTF-8 flag">
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MM_Unix.pm | 3881 For some reason which I forget, Unix machines like to have
|
Completed in 94 milliseconds