/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_vers.cc | 40 /* Constructor that makes copy of 'other'. */ 41 vers::vers(vers* other) argument 44 assign(other); 48 vers::assign(vers* other) argument 51 if (other == NULL) { 55 time_sec = other->time_sec; 56 time_usec = other->time_usec; 57 vers_low = other->vers_low; 58 vers_high = other->vers_high; 128 * Predicate indicating whether this vers is earlier than 'other' i 132 earlier_than(vers *other) argument 187 equal( vers *other) argument [all...] |
H A D | db_item.cc | 85 item::equal(item* other, bool_t casein) argument 88 return ((len == other->len) && 89 (!strncasecmp(value, other->value, len))); 91 return ((len == other->len) && 92 (!memcmp(value, other->value, len))); 96 item::equal(char* other, int olen, bool_t casein) argument 99 return ((len == olen) && (!strncasecmp(value, other, len))); 101 return ((len == olen) && (!memcmp(value, other, len)));
|
H A D | db_vers_c.x | 68 %/* Constructor that makes copy of 'other'. */ 69 % vers( vers *other ); 87 % void assign( vers *other ); 89 %/* Predicate indicating whether this vers is earlier than 'other' in 91 % bool_t earlier_than( vers *other ); 99 %/* Predicate indicating whether this vers is equal to 'other'. */ 100 % bool_t equal( vers *other);
|
H A D | db_index_entry.cc | 78 other, // current pointer of updated list2 local 93 /* find 'current' in 'other' list */ 95 for (other = otherstart; 96 other != NULL; 97 other = other->next_result) { 98 if (current->location == other->location) 101 otherprev = other; 103 if (other != NULL) { /* found */ 104 /* delete 'other' fro [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/ |
H A D | callback.t | 24 head_end => [qw( other test test test test 25 other header other other )], 26 head_fail => [qw( other test test test test 27 other header other other )], 39 vms_nit => [qw( header other test test )], 40 with_comments => [qw( other heade [all...] |
/osnet-11/usr/src/grub/grub2/tests/ |
H A D | grub_script_expansion.in | 21 other=`echo insmod regexp\; echo \* | @builddir@/grub-shell` 24 if echo "$other" | grep "$d" >/dev/null; then 29 if ! echo "$other" | grep "$d" >/dev/null; then 36 other=`echo insmod regexp\; echo '(*)' | @builddir@/grub-shell` 38 if ! echo "$other" | grep "$d" >/dev/null; then
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/ |
H A D | tell.t | 58 open(other, 'harness') || (die "Can't open harness: $!"); 59 binmode other if (($^O eq 'MSWin32') || ($^O eq 'NetWare')); 66 tell other; 70 scalar <other>; 79 scalar <other>; 88 tell other; 92 close(other); 93 if (tell(other) == -1) { print "ok 22\n"; } else { print "not ok 22\n"; }
|
H A D | nargv.t | 23 other(); 35 other(); 46 sub other { subroutine 47 print STDOUT "# Calling other\n";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/ |
H A D | demo_cycle.pl | 24 my $other : Selfish(["you","them","who?"]); 25 print "$other\n";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | utf8_heavy.pl | 324 my $other = $self->{$name}->SWASHGET($start, $len); 327 $swatch |= $other; 331 vec($swatch, $key, $bits) = vec($other, $key, $otherbits); 337 $swatch |= ~$other; 341 if (!vec($other, $key, $otherbits)) { 349 $swatch &= ~$other; 353 if (vec($other, $key, $otherbits)) {
|
H A D | sort.pm | 112 distinguished in some other way. That means that simple numerical 127 C<sort()> to merge several sorted arrays. On the other hand, quicksort 179 Reset to default options before selecting other subpragmas
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | freeze.t | 88 $other = freeze($root); 89 print "not " unless length($other) == length($f2); 92 $root2 = thaw($other);
|
/osnet-11/usr/src/cmd/sendmail/db/ |
H A D | THIRDPARTYLICENSE | 7 or sell Berkeley DB software under conditions other than those described here, 28 * documentation and/or other materials provided with the distribution. 64 * documentation and/or other materials provided with the distribution. 96 * documentation and/or other materials provided with the distribution.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | basic.t | 160 $install_out = run("$make install PREFIX= DESTDIR=other"); 166 ok( -d 'other', ' destdir created' ); 171 }, 'other' ); 180 unlike(<PERLLOCAL>, qr/other/, 'DESTDIR should not appear in perllocal'); 189 # unlike(<PACKLIST>, qr/other/, 'DESTDIR should not appear in .packlist'); 193 rmtree('other'); 200 $install_out = run("$make install PREFIX=elsewhere DESTDIR=other/"); 207 ok( -d 'other/elsewhere', ' destdir created' ); 209 find( sub { $files{$_} = $File::Find::name; }, 'other/elsewhere' ); 214 rmtree('other'); [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/ |
H A D | cpan | 32 ignores any other command line options. 98 * add options for other CPAN::Shell functions 144 print STDERR "Printing help message -- ignoring other arguments\n" 152 print STDERR "Printing version message -- ignoring other arguments\n" 165 print STDERR "Creating autobundle -- ignoring other arguments\n" 173 print STDERR "Creating autobundle -- ignoring other arguments\n"
|
/osnet-11/usr/src/lib/libpam/ |
H A D | Makefile | 59 other \
|
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | fuse_common.h | 72 Available in all other file operations */ 235 # error Compatibility with API version other than 21, 22, 24, 25 and 11 not supported
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/ |
H A D | IO.pm | 52 Some other IO modules don't belong to the perl core but can be loaded
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/ |
H A D | hash.t | 110 my ($test_sub, $key, $keys, $message, @other) = @_; 119 &$test_sub (\%hash, $key, $printable, $message, @other); 120 &$test_sub (\%tiehash, $key, $printable, "$message tie", @other);
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | bootconfig.py | 384 SPARC menu.lst)-- any other state files that store boot 514 # DiskBootConfig does not support platforms other than native 747 # NetBootConfig is a bit different from the other BootConfig classes 879 def update(self, other): 881 other. The 'default' property IS NOT updated.""" 884 newval = getattr(other, key) 890 def compare (self, other, cmp_default=True): 891 """Returns True if self is the same as other (attributes and 893 if self.__class__ != other.__class__: 897 if len(set(keys) - set(other [all...] |
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 55 % It is possible to adapt texinfo.tex for other languages, to some 71 \chardef\other=12 570 \catcode`\{ = \other \catcode`\} = \other 572 \catcode`\! = 0 \catcode`\\ = \other 764 % page breaks. On the other hand, we don't want to actually break the 768 % page at this \penalty, if there are no other feasible breakpoints in 869 \catcode`\\=\other 870 \catcode`~=\other 871 \catcode`^=\other [all...] |
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | memcmp.s | 164 srl %g1, 8, %g2 ! merge with the other half 187 srl %g1, 24, %g2 ! merge with the other half 209 srl %g1, 16, %g2 ! merge with the other half
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | memcmp.s | 161 srl %g1, 8, %g5 ! merge with the other half 184 srl %g1, 24, %g5 ! merge with the other half 205 srl %g1, 16, %g5 ! merge with the other half
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/ |
H A D | Opcode.pm | 125 consequential, indirect or other similar damages arising from the use 226 Most of the other Opcode functions call verify_opset automatically 243 ensure uniqueness and thus avoid clashes with other modules. 279 within the opset. In other words both sides of a bit vector operator 377 filehandles are available for use. To create new filehandles other ops 447 then you should not rely on the definition of this, or indeed any other, optag! 475 :default optag. Like :default (and indeed all the other optags) its 490 open_dir closedir -- other dir ops are in :base_io 574 Split out from Safe module version 1, named opcode tags and other
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/ |
H A D | Functions.pm | 65 other platforms. For further information, please see L<File::Spec::Mac>,
|