/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | byteorder64.c | 34 #error Use ISA-dependent byteorder64.c only on a 32-bit little-endian machine.
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | byteorder.c | 33 #error Use ISA-specific byteorder.s on a little-endian machine. 41 * On little endian machines, these functions byte swap.
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | byteorder.c | 33 #error Use ISA-specific byteorder.s on a little-endian machine. 41 * On little endian machines, these functions byte swap.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | util.h | 29 char * instr ( char *big, char *little );
|
H A D | util.c | 134 /* return ptr to little string in big string, NULL if not found */ 137 instr(char *big, char *little) argument 142 for (x=t,s=little; *s; x++,s++) {
|
H A D | find2perl.PL | 723 find2perl is a little translator to convert find command lines to
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/ |
H A D | Makefile.PL | 113 (*up == 1 << (8*(3-i))) /* little-endian */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | util.c | 246 /* return ptr to little string in big string, NULL if not found */ 250 Perl_instr(pTHX_ register const char *big, register const char *little) argument 255 if (!little) 257 first = *little++; 263 for (x=big,s=little; *s; /**/ ) { 280 Perl_ninstr(pTHX_ register const char *big, register const char *bigend, const char *little, const char *lend) argument 283 register I32 first = *little; 286 if (!first && little >= littleend) 288 if (bigend - big < littleend - little) 290 bigend -= littleend - little 309 Perl_rninstr(pTHX_ register const char *big, const char *bigend, const char *little, const char *lend) argument 434 register unsigned char *little = (unsigned char *)SvPV(littlestr,l); local 633 register unsigned char *little; local [all...] |
H A D | pp.c | 3144 SV *little; local 3156 little = POPs; 3166 (unsigned char*)tmps + biglen, little, 0))) 3180 SV *little; local 3191 little = POPs; 3193 tmps2 = SvPV(little, llen);
|
H A D | regexec.c | 1972 char *little = SvPV(float_real, len); local 1975 if (memEQ(strend - len + 1, little, len - 1)) 1978 last = memEQ(strend - len, little, len) 1985 last = rninstr(s, strend, little, little + len); 2246 * maybe save a little bit of pushing and popping on the stack. It also takes
|
H A D | proto.h | 290 PERL_CALLCONV char* Perl_instr(pTHX_ const char* big, const char* little); 534 PERL_CALLCONV char* Perl_ninstr(pTHX_ const char* big, const char* bigend, const char* little, const char* lend); 604 PERL_CALLCONV char* Perl_rninstr(pTHX_ const char* big, const char* bigend, const char* little, const char* lend); 727 PERL_CALLCONV void Perl_sv_insert(pTHX_ SV* bigsv, STRLEN offset, STRLEN len, char* little, STRLEN littlelen);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/ |
H A D | Utils.pm | 46 A consolidation of little utility functions used through out the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Shell.pm | 135 Here's one that'll whack your mind a little out.
|
H A D | Memoize.pm | 490 the way it behaves a little. To supply options, invoke C<memoize> 929 works just fine. For some storage methods, you need a little glue. 979 slightly different C<caller()> and will perform a little more slowly
|
H A D | Benchmark.pm | 145 little bit more time is spent. The benchmark output will, however, 732 # and we guess a little low). This does not noticably affect 971 # A little wierdness to set the first column width properly
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | Array.pm | 280 Very little consideration has been given to the behaviour of tied arrays
|
/osnet-11/usr/src/grub/grub-0.97/ |
H A D | config.sub | 827 ppcle | powerpclittle | ppc-le | powerpc-little) 837 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
|
/osnet-11/usr/src/grub/grub2/build-aux/ |
H A D | config.sub | 860 ppcle | powerpclittle | ppc-le | powerpc-little) 870 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | Encoding.pm | 293 but gives the fixup routine very little context.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/ |
H A D | INET.pm | 330 which is in non-blocking mode is of little use. This is because the
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4159 ** little -- the little (sub) string. 4162 ** A pointer to the first instance of little in big. 4163 ** big if little is the null string. 4164 ** NULL if little is not contained in big. 4170 strstr(big, little) 4172 char *little; 4177 if (*little == '\0') 4179 l = strlen(little); 4181 while ((p = strchr(p, *little)) ! [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/ |
H A D | Call.pm | 295 most of them are of little practical use.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | ANSIColor.pm | 450 and the latter is available for free, there seems little reason to obtain
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | c2ph.PL | 264 It's a little tricker with c2ph because you have to get the includes right. 927 local($little) = &scrunch($template); 928 push(@typedef, "'$little', \t# $fieldname");
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
H A D | enc2xs | 1056 If you want to know as little about Perl as possible but need to
|