Searched refs:same (Results 1 - 25 of 199) sorted by relevance

12345678

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/warnings/
H A Dregister.pm17 Create a warnings category with the same name as the current package.
/osnet-11/usr/src/lib/libcmd/common/
H A Djoin.c160 char* same; member in struct:Join_s
179 if (jp->same)
180 free(jp->same);
648 register int same; local
657 same = 0;
664 sfprintf(sfstdout, "[C#%d:%d(%c-%c),%d,%lld,%lld%s]", __LINE__, cmp, *cp1, *cp2, same, lo, hi, (jp->outmode & C_COMMON) ? ",COMMON" : "");
675 same = 1;
708 if (same)
710 same = 0;
715 if (!(jp->same
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dt-qic.c182 /* use same buffer for in and out */
185 bool same; local
187 same = strcmp(inout[i].qic_in, inout[i].qic_out) == 0;
207 SM_TEST(!same);
208 if (same)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DNox.pm36 This package has the same functionality as CPAN.pm, but tries to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dif.pm38 the same as of
H A DDigest.pm94 for instance depends on it being "impossible" to generate the same
99 All C<Digest::> modules provide the same programming interface. A
127 The functional interface is simply importable functions with the same
183 message, thus all these lines will have the same effect on the state
222 length($data) * 8 >>, then this method would do the same as C<<
231 This example shows two calls that should have the same effect:
314 modify it under the same terms as Perl itself.
H A Dwarnings.pm55 Creates a new warnings category with the same name as the package where
60 Use the warnings category with the same name as the current package.
84 Use the warnings category with the same name as the current package.
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s66 bz .stringsequal1 ! yup, same string, done
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm62 adds support for JIS X 0212-1990. That means you can use the same
71 yield the same result but
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm5 # modify it under the same terms as Perl itself.
125 C<udp>. The result will be a time value in the same units as returned
145 it under the same terms as Perl itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToRtf.pm57 specify that RTF files should be opened the same as they are when you
74 under the same terms as Perl itself.
H A DToPod.pm5 # Note that this isn't the same as just passing thru whatever
58 (That's currently the same as the following:)
79 under the same terms as Perl itself.
H A DToXml.pm52 under the same terms as Perl itself.
H A DToChecker.pm61 under the same terms as Perl itself.
H A DToText.pm80 under the same terms as Perl itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
H A DQuotedPrint.pm92 the same terms as Perl itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl33 same, 1 if they differ. Each of $file1 and $file2 may be a filenames,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSysV.pm5 # modify it under the same terms as Perl itself.
101 under the same terms as Perl itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm70 B<suffix> together in that order, the result will denote the same
104 by calling fileparse() with the same arguments, except that it always
112 second element of the list produced by calling fileparse() with the same
117 is usually the same as the behavior of fileparse(), but differs in some
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dwsncmp.s41 cmpq %rdi,%rsi / same string?
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s35 cmpl %esi,%edi / same string?
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmyconfig.SH15 : This forces SH files to create target in same directory as SH file.
H A Dwritemain.SH14 : This forces SH files to create target in same directory as SH file.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH14 : This forces SH files to create target in same directory as SH file.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm62 same result on many platforms, but not all.
99 modify it under the same terms as Perl itself.

Completed in 88 milliseconds

12345678