Searched refs:both (Results 1 - 25 of 92) sorted by relevance

1234

/osnet-11/usr/src/lib/libwrap/
H A Deval.c112 static char both[2 * STRING_LENGTH]; local
120 sprintf(both, "%s@%s", request->user, hostinfo);
121 return (both);
132 static char both[2 * STRING_LENGTH]; local
137 sprintf(both, "%s@%s", daemon, host);
138 return (both);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/uni/
H A Dcase.pl27 my $both;
32 $both++;
37 exit(1) if $both;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dutf8hash.t45 # first we generate a nasty hash which keys include both utf8
202 my $both = $bypass ? $orig : ${thaw freeze \$orig};
203 class_test ($both, $package);
205 cmp_ok (scalar keys %$both, '==', 2, "2 keys?");
206 cmp_ok ($both->{$bytes}, '==', length $bytes, "bytes key present?");
207 cmp_ok ($both->{$char}, '==', length $char, "utf8 key present?");
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s73 subcc %o2, 4, %o2 ! then both will be aligned.
80 ! Section of code dealing with case where source and target are both 8-byte
128 ! Section of code where either source or target, but not both, are 8-byte
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFindBin.pm32 C<STDIN> then FindBin sets both C<$Bin> and C<$RealBin> to the current
69 exists in the users C<$ENV{PATH}> which satisfies both B<-x> and B<-T> then FindBin
H A DEnglish.pm26 For those variables that have an B<awk> version, both long
H A Dbase.pm178 Allows you to both load one or more modules, while setting up inheritance from
H A DAutoSplit.pm32 module can handle. It is used by both the standard perl libraries and by
38 both forward declaration of all package routines, and as timestamp for the
88 In both usages of the autosplitter, only subroutines defined following the
H A Dopen.pm179 you can control both input and output streams simultaneously.
225 for input/output handles. For example, if both input and out are
H A DFatal.pm161 replaced. You may wrap both user-defined functions and overridable
H A Dutf8.pm165 on B<or> if string is held as bytes (both these states are 'consistent').
190 unportability: since both package names and subroutine names may need
H A Ddiagnostics.pm26 This module extends the terse diagnostics normally emitted by both the
70 The following file is certain to trigger a few errors at both
H A Dbigrat.pm238 B<both> the original and the copy beeing destroyed:
H A Dsort.pm157 expect, because I<both> pragmas take effect at compile time, before
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm15 IPC::Open2, open2 - open a process for both reading and writing
45 from it directly. In both cases, there will be a dup(2) instead of a
66 assumes it's going to talk to something like B<bc>, both writing
H A DOpen3.pm40 In both cases, there will be a dup(2) instead of a pipe(2) made.
73 going to talk to something like B<bc>, both writing to it and reading
111 # '>&', then the child will send output directly to that fd. In both
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm450 backslashes and forward slashes are both accepted, and preserved.
485 name pattern like "*HD:"), i.e. a glob like <:*:> will find both directories
494 rule of thumb (applies to both single- and double-quoted strings): escape
500 escape both '\' and '*' : '\\\*'
503 (Internally, the glob routine sees a '\\\*', which means that both '\' and
H A DCompare.pm57 # If both are opened files we know they differ if their size differ
158 a line comparison function, which returns 0 when both lines are considered
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm138 As you can see both modules have a broadly similar structure. They both
139 make use of the C<Filter::Util::Call> module and both have an C<import>
199 context information using both I<method filters> and I<closure
232 Next, both C<filter_read> and C<filter_read_exact> will append any
298 implemented both as I<method filters> and as I<closure filters>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm71 other directives are. It has both compile-time and run-time effects.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DSoundex.pm143 example, both C<Hilbert> and C<Heilbronn> end up with a soundex code
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv157 Therefore, when both -f and -t are omitted, B<piconv> just acts
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm148 get too old, have been used too often, or both. You tell C<Memoize> to
162 If you specify both arguments, data will be discarded from the cache
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm225 a single integer to a hash element will cause both the access and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm44 both functions will stop processing switches when they see the argument

Completed in 59 milliseconds

1234