Searched refs:count (Results 851 - 875 of 878) sorted by relevance

<<313233343536

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dlsar_svc.c582 ru->audit_events.count = 1;
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c485 oid_set.count = 1;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dext2.c254 grub_uint32_t count; member in struct:grub_ext3_journal_revoke_header
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1269 size_t fread(void *_RESTRICT_KYWD ptr, size_t size, size_t count,
1279 size_t fwrite(const void *_RESTRICT_KYWD ptr1, size_t size, size_t count,
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c96 int count; local
98 for (count = 0; n != 0; count++)
100 return (count);
2346 * does not count as a rename, but we still need to check the
H A Dlibzfs_dataset.c5578 size_t count; local
5587 &dependents, &count) != 0)
5590 for (i = 0; i < count; i++) {
5602 for (i = 0; i < count; i++)
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h334 uint32_t obj_refcnt; /* object reference count */
359 uint32_t count; /* current total objs in the list */ member in struct:obj_to_be_freed_list
752 /* count to become zero */
761 * count by one. This is to prevent this object from being deleted by
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1283 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1285 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1287 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1288 \def\numsubsubsecentry##1##2##3##4{% count is always zero
2860 % A count to remember the depth of nesting.
2890 % example, to count as an @ifset for nesting.)
3883 % \unnumberedno is an oxymoron, of course. But we count the unnumbered
3944 \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count
5061 % make each space count
5095 % make each space count
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1114 # Can not check for argument count since we can have any
1286 # Can not check for argument count since we can have any
1719 Finally, on NFS file systems the link count of the file handle does
1745 print "Link count = $fh[3] \n" if $DEBUG;
1747 # Make sure that the link count is zero
1749 # on Win9x the link count remains 1
1750 # On NFS the link count may still be 1 but we cant know that
1770 Returns false if the stat information differs or if the link count is
H A DFind.pm296 that do not have an C<nlink> count matching the number of sub-directories.
616 # a symbolic link to a directory doesn't increase the link count
864 # if dir has wrong nlink count, force switch to slower stat method
/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c2010 * this option doesn't bump the token count
/osnet-11/usr/src/lib/libldap4/common/
H A Dresult.c1626 int count; local
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h928 (*get_next_monotonic_count) (grub_efi_uint64_t *count);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm1903 # return the nth decimal digit, negative values count backward, 0 is right
2085 # count of 0's to pad, from left (+) or right (-): 9 - +6 => 3, or |-6| => 6
2212 # return $count+1 elements, the first will be a classname. This is because
2215 # over @_. If the given count is 0, all arguments will be used.
2235 my $count = abs(shift || 0);
2259 #print "Now in objectify, my class is today $a[0], count = $count\n";
2260 if ($count == 0)
2279 while ($count > 0)
2281 $count
[all...]
/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1522 oid_set_desc.count = 1;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c2738 int count; local
2740 count = 0;
2744 if (count++ > 1000)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm888 carp "extract_multiple reset maximal count to 1 in scalar context"
1941 <defer: {if ($count>10) {$count--}} >
1945 <defer: {if ($count>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c50 av, hv...) contains type and reference count information, as well as a
2737 /* if that shift count is out of range then Configure's test is
5297 Increment an SV's reference count. Use the C<SvREFCNT_inc()> wrapper
5314 Decrement an SV's reference count, and if it drops to zero, call
5600 Converts the value pointed to by offsetp from a count of UTF-8 chars from
5601 the start of the string, to a count of the equivalent number of bytes; if
5678 Converts the value pointed to by offsetp from a count of bytes from the
5679 start of the string, to a count of the equivalent number of UTF-8 chars.
6266 cnt = PerlIO_get_cnt(fp); /* get count into register */
6766 Creates a new null SV which is mortal. The reference count o
9393 int count = r->data->count; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl5434 =head2 dump_trace(skip[,count])
5441 from the most current. C<count> determines the total number of frames to
5442 be returned; all of them (well, the first 10^9) are returned if C<count>
5472 my $count = shift || 1e9;
5475 # the current one. Add $skip to the count of frames so we have a
5476 # simple stop criterion, counting from $skip to $count+$skip.
5478 $count += $skip;
5493 # Start out at the skip count.
5501 $i < $count
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s2328 mov %r8,%rcx # %rcx = count
2329 shrq $3,%rcx # 8-byte word count
2485 mov %r8,%rcx # count
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm169 count of skipped tests is included in the generated output.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex1500 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1502 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1504 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1505 \def\numsubsubsecentry##1##2##3##4{% count is always zero
3612 % A count to remember the depth of nesting.
3644 % example, to count as an @ifset for nesting.)
4708 % \unnumberedno is an oxymoron, of course. But we count the unnumbered
4773 \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count
6018 % make each space count
6090 % make each space count
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh1080 bs=1024k count=1 2>/dev/null
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c1688 * count the number of '=' char
2649 unsigned int count = 0; local
2769 &count, &cookie->ctrlCookie);
4492 /* Delete cookie and decrement active cookie count */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL882 atom; B<\{>I<count>B<\}>, specifying that many repetitions;

Completed in 2276 milliseconds

<<313233343536