Searched refs:look (Results 1 - 25 of 62) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.t47 my $pos = look *DICT, "Ababa";
54 $pos = look *DICT, "foo";
60 my $pos = look *DICT, "abash";
68 $pos = look *DICT, "FOO";
74 my $pos = look *DICT, "Abba";
80 $pos = look *DICT, "aarhus", 1, 1;
H A DDict.pm9 our @EXPORT = qw(look);
13 Search::Dict, look - search for key in dictionary file
18 look *FILEHANDLE, $key, $dict, $fold;
21 look *FILEHANDLE, $params;
50 sub look { subroutine
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dnetname.c181 struct __nsw_lookup *look; local
203 * itself requires a netname to look up. As we clearly
216 for (look = conf->lookups; look; look = look->next) {
218 if (strcmp(look->service_name, "ldap") == 0 ||
219 strcmp(look->service_name, "nis") == 0 ||
220 strcmp(look->service_name, "files") == 0)
227 look
[all...]
H A Dnetnamer.c377 struct __nsw_lookup *look; local
421 for (look = conf->lookups; look; look = look->next) {
422 if (strcmp(look->service_name, "nis") == 0)
424 else if (strcmp(look->service_name, "files") == 0)
426 else if (strcmp(look->service_name, "ldap") == 0)
431 "info '%s'\n", look->service_name);
434 switch (look
[all...]
/osnet-11/usr/src/lib/libnsl/key/
H A Dpublickey.c552 struct __nsw_lookup *look; local
565 for (look = conf->lookups; look; look = look->next) {
566 if (strcmp(look->service_name, "ldap") == 0) {
572 strcmp(look->service_name, "nis") == 0)
576 strcmp(look->service_name, "files") == 0)
581 look->service_name);
585 switch (look
634 struct __nsw_lookup *look; local
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c815 lookup(register Lookup_t* look, const char* name, unsigned int flags) argument
827 look->flags = 0;
828 look->call = -1;
829 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1;
830 look->section = -1;
839 if (look->standard >= 0)
841 look->standard = p->standard;
845 if (look->call >= 0)
847 look->call = p->call;
851 look
952 print(Sfio_t* sp, register Lookup_t* look, const char* name, const char* path, int listflags, Error_f conferror) argument
1367 Lookup_t look; local
1526 Lookup_t look; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpireTest.pm12 If you are looking for an example, I recommend that you look at the
H A DExpire.pm223 Given a function argument, look up the corresponding function value in
339 certain day. Memoize will look at the clock and see 12:00:00. Then
341 will look at the clock and see 12:00:10 and conclude that the value
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlook.pl1 ;# Usage: &look(*FILEHANDLE,$key,$dict,$fold)
12 sub look { subroutine
H A DAutoLoader.pm216 F</usr/local/lib/perl5/POSIX.pm>, B<AutoLoader> will look for perl
H A DNEXT.pm214 past the current class -- to look for a suitable method in other
522 look-up sequence. In the presence of diamond inheritance patterns
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm52 first look in Food::Fish, then Food, then Matter, then Life::Fungus,
105 * The Class::ISA functions just look at @ISAs. But theoretically, I
123 * When you call them, the Class::ISA functions look at @ISAs anew --
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_util.c271 int look; local
276 look = t_look(fd);
277 switch (look) {
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.s90 test $0x000000ff, %ecx / look for character's position in word
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c1062 struct __nsw_lookup_v1 *look; local
1066 for (look = config->lookups; look != NULL; look = look->next)
1067 len += strlen(look->service_name) + 1;
1072 for (look = config->lookups; look != NULL; look = look
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm89 it should look. The trick, then, is to know what the raw datatype is
90 supposed to look like when it gets to Perl. This document offers some tips
229 current PV field is valid. Because POK is set we look at the PV item
232 If the FLAGS had been IOK we would look
255 being evaluated as a number. Because IOK is set we look at the IV item to
439 an XSUB which uses something like the T_PTROBJ map might look something like
461 doesn't bless the object, might look something like this:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm116 recommended you look at L<Test::More>.
194 More testing functions! Once you outgrow Test::Simple, look at
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm180 constants. (Often this means having to look directly at the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1674 * available to look up hosts by their IP addresses.
1680 * available to look up host names in some data base or other.
1686 * available to look up host names in some data base or another.
1721 * available to look up networks by their IP addresses.
1727 * available to look up networks by their names.
1733 * available to look up network names in some data base or another.
1739 * available to look up protocols in some data base or another.
1756 * routine is available to look up protocols by their name.
1760 * routine is available to look up protocols by their number.
1774 * available to look u
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm117 A typical FastCGI script will look like this:
H A DPretty.pm59 # What it does is look for tags that shouldn't be indented (e.g. PRE)
267 look different than what would be expected. If you wish to add more tags to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm43 To allow programs to process arguments that look like switches, but aren't,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm76 With newer perls another format is used, which may look like this:
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s118 bne 2b ! no, go back and look again
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm172 An entry of the form C<-La:\foo> specifies the C<a:\foo> directory to look
247 When using GCC, that entry specifies that MakeMaker should first look

Completed in 72 milliseconds

123