HomeSort by relevance Sort by last modified time
    Searched refs:them (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
subs.pm 17 in the list, allowing you to use them without parentheses
English.pm 23 which get triggered just by accessing them (like $0) will still
43 all applications which use them.>
vars.pm 64 in the list, allowing you to use them under "use strict", and
Exporter.pm 77 # Otherwise we could have aliased them to export().
172 However if you use them for methods it is up to you to figure out
186 them to load your module and import its symbols:
355 symbols into @EXPORT_FAIL by default and then take them out if someone
356 actually tries to use them and an expensive check shows that they are
diagnostics.pm 27 perl compiler and the perl interpreter, augmenting them with the more
43 you may not use C<no diagnostics> to turn them off at compiletime.
45 disable() and enable() methods to turn them off and on respectively.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
assembler.t 10 instructions, then disassemble them, and check that we've completed the
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
cpan 30 them in this order: [ahvr]. Once the script finds one, it ignores
57 them in alphabetical order.
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bio/
bss_conn.c 90 struct sockaddr_in them; member in struct:bio_connect_st
201 memset((char *)&c->them,0,sizeof(c->them));
202 c->them.sin_family=AF_INET;
203 c->them.sin_port=htons((unsigned short)c->port);
209 c->them.sin_addr.s_addr=htonl(l);
256 (struct sockaddr *)&c->them,
257 sizeof(c->them));
337 memset((char *)&ret->them,0,sizeof(ret->them));
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/apps/
s_socket.c 247 struct sockaddr_in them; local
252 memset((char *)&them,0,sizeof(them));
253 them.sin_family=AF_INET;
254 them.sin_port=htons((unsigned short)port);
260 them.sin_addr.s_addr=htonl(addr);
278 if (connect(s,(struct sockaddr *)&them,sizeof(them)) == -1)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
grent.pm 65 and getgrnam() functions, replacing them with versions that return
pwent.pm 218 and getpwnam() functions, replacing them with versions that return
251 was built on by asking the importable C<pw_has> function about them.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
htmlescp.t 45 instead of escaping them as &lt; and &gt;.</p>
  /onnv/onnv-gate/usr/src/cmd/vi/
README 55 want them to go. This path must be the same as
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
hostent.pm 78 gethostbyaddr() functions, replacing them with versions that return
protoent.pm 65 getprotobyname(), and getnetbyport() functions, replacing them with
servent.pm 68 getnetbyport() functions, replacing them with versions that return
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
Liblist.pm 28 ExtUtils::Liblist - determine libraries to use and how to use them
116 prefixes, since the Unix-OS/2 version of ext() requires them.
142 names, and filter them out or convert them to their VMS equivalents, as
179 names, one more attempt is made to find them using either C<foo.a> or
191 prefixes, since the Unix-OS/2 version of ext() requires them.
221 distinguish between them.
  /onnv/onnv-gate/usr/src/cmd/terminfo/
README 40 They should be compiled (separately or by catting them together into
91 Capabilities were cheap in termcap, since no code supported them
93 the structure and the binaries, so don't add them in mass quantities.
132 (Invis may be useful for colored fields with no information in them.)
149 to decode these sequences, but I have no experience with them.
  /onnv/onnv-gate/usr/src/cmd/sgs/prof/sparc/
README 52 copies of these files and will fix bugs in them only as they relate to their
  /onnv/onnv-gate/usr/src/lib/fm/libdiagcode/common/tests/
README 33 special comments embedded in them that the test driver (tstdiagcode.c)
  /onnv/onnv-gate/usr/src/common/mpi/
THIRDPARTYLICENSE 31 * decision by deleting the provisions above and replace them with the notice
69 * decision by deleting the provisions above and replace them with the notice
106 * decision by deleting the provisions above and replace them with the notice
143 * decision by deleting the provisions above and replace them with the notice
181 * decision by deleting the provisions above and replace them with the notice
217 * decision by deleting the provisions above and replace them with the notice
256 * decision by deleting the provisions above and replace them with the notice
292 * decision by deleting the provisions above and replace them with the notice
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
ISA.pm 123 * When you call them, the Class::ISA functions look at @ISAs anew --
205 # before), push them, in order, onto the stack of classes I need to
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
door.s 123 pushl %esi / and use them to hold the
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
README.caching 137 repopulate them by performing datastore lookups. Finally, any
  /onnv/onnv-gate/usr/src/cmd/filesync/
README 146 sibling and child pointers to give them tree structure
177 them.
313 code without having read them at all.
385 the "file" structure contains a bunch of flags. Many of them
450 because this is the easiest way to pull them

Completed in 1730 milliseconds

1 2 3 4 5