Searched defs:total (Results 26 - 50 of 71) sorted by relevance

123

/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dcmdarg.h60 size_t args; /* total args */
61 size_t commands; /* total commands */
62 } total; member in struct:__anon1224
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dcmdarg.h60 size_t args; /* total args */
61 size_t commands; /* total commands */
62 } total; member in struct:__anon1246
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_hash.c149 * Return the total number of items in the table. Returns -1 if the
588 size_t total; local
621 total = handle->ht_table_size;
622 for (index = iterator->hti_index + 1; index < total; ++index) {
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dio.c72 ber_uint_t need, have, total; local
81 total = have * EXBUFSIZ + need * EXBUFSIZ;
86 if ((ber->ber_buf = (char *)malloc((size_t)total))
95 (size_t)total)) == NULL) {
104 oldbuf, (size_t)total)) == NULL) {
111 ber->ber_end = ber->ber_buf + total;
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c142 unsigned int total = 0; local
162 total = j+1;
172 total += j+1;
178 *outl = total;
489 int total = 0; local
496 while (total < inlen) {
501 i = get_line(in + total, inlen - total, buf, sizeof (buf));
512 total += i + 1;
539 while (total < inle
[all...]
H A Dclient.c125 int filefd, bytes, n, total = 0; local
166 total += n;
/osnet-11/usr/src/lib/libldap4/ber/
H A Dio.c281 size_t need, have, total; local
288 total = have * EXBUFSIZ + need * EXBUFSIZ;
293 if ( (ber->ber_buf = (char *) malloc( (size_t)total )) == NULL )
296 (size_t)total )) == NULL )
299 ber->ber_end = ber->ber_buf + total;
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcompress.c326 s64 br, to_read, ofs, total, total2; local
364 total = total2 = 0;
421 if (total)
422 return total;
433 total += to_read;
466 if (total)
467 return total;
471 total += br;
514 if (total)
515 return total;
[all...]
H A Ddevice.c193 s64 br, total; local
217 for (total = 0; count; count -= br, total += br) {
218 br = _pread(dev, (char*)b + total, count, pos + total);
223 if (!br || total)
224 return total;
239 return total;
280 s64 written, total; local
311 for (total
[all...]
H A Dvolume.c788 s64 br, total = 0; local
797 br = ntfs_attr_pread(vol->mftbmp_na, total,
801 total += br;
808 if (!total || br < 0) {
829 s64 br, total = 0; local
838 br = ntfs_attr_pread(vol->lcnbmp_na, total,
842 total += br;
849 if (!total || br < 0) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dclstdup.c383 FatFragment total; local
385 total = 0;
389 total++;
392 return total;
/osnet-11/usr/src/lib/libcmd/common/
H A Dcksum.c50 "[a:all?List the checksum for all files. Use with \b--total\b to list both"
51 " individual and total checksums and block counts.]"
83 "[t:total?List only the total checksum and block count of all files."
84 " \b--all\b \b--total\b lists each checksum and the total. The"
85 " total checksum and block count may be different from the checksum"
137 int total; /* list totals only */ member in struct:State_s
231 if (!state->total || state->all)
506 state.total
[all...]
H A Dgrep.c80 "[t:total?Only print a single matching line count for all files.]"
132 Sfulong_t total; /* total hits */ member in struct:Item_s
166 Sfulong_t hits; /* total matched pattern count */
598 x->total += x->hits;
917 sfprintf(sfstdout, "%s:%I*u\n", x->string, sizeof(x->total), x->total);
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java52 private transient double total; field in class:Distribution
74 total = 0;
78 total += frequency;
111 // 2. Compute total (transient property derived from buckets)
112 total = 0;
122 total += frequency;
318 * Gets the total frequency across all buckets.
326 return total;
331 * distributions by overall magnitude, defined as the sum total of
615 buf.append(", total
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Dmm.c289 /* Return the total number of pages. */
296 grub_efi_uint64_t total = 0; local
301 total += desc->num_pages;
303 return total;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsfsasl.c293 size_t ret = 0, total = 0; local
333 &outbuf[total], outlen);
337 total += ret;
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h101 int32_t total; member in struct:_bam_cadjust_args
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c759 CK_ULONG len, total; local
764 rc = ber_encode_INTEGER(TRUE, NULL, &total, version, sizeof (version));
769 len += total;
773 rc = ber_encode_OCTET_STRING(TRUE, NULL, &total,
779 len += total;
785 rc = ber_encode_SEQUENCE(TRUE, NULL, &total, NULL, len);
788 *data_len = total;
797 rc = ber_encode_INTEGER(FALSE, &tmp, &total, version, sizeof (version));
801 (void) memcpy(buf + len, tmp, total);
802 len += total;
[all...]
/osnet-11/usr/src/lib/liblgrp/common/
H A Dlgrp.c826 int total; local
850 total = 0;
862 total += ncpus;
880 return (total);
/osnet-11/usr/src/lib/libmalloc/common/
H A Dmalloc.c845 size_t total = num * size; local
848 if (num != 0 && (total / num) != size) {
852 if ((mp = malloc(total)) == NULL)
854 (void) memset(mp, 0, total);
972 /* return total space used */
/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c695 double total, exp, tens; local
751 total = 0.0;
754 total += (*sp -'0') * tens;
760 total += (*sp - '0') * tens;
763 total *= (double)neg;
778 total *= pow(10.0, exp);
780 return total;
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_auth.c225 * The total length of all auth blocks read is placed in *total.
230 const char *authblocks, size_t len, int n, size_t *total) {
324 *total = off;
229 slp_verify(struct iovec *authiov, int authiov_len, const char *authblocks, size_t len, int n, size_t *total) argument
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c232 ber_uint_t need, have, total; local
241 total = have * EXBUFSIZ + need * EXBUFSIZ;
246 if ( (ber->ber_buf = (char *)NSLBERI_MALLOC( (size_t)total ))
255 (size_t)total )) == NULL ) {
263 ber->ber_buf,(size_t)total )) == NULL ) {
269 ber->ber_end = ber->ber_buf + total;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h112 int total; /* inclusive total since epoch */ member in struct:__anon1118
/osnet-11/usr/src/lib/libast/common/include/
H A Dtm.h103 int total; /* inclusive total since epoch */ member in struct:__anon1150

Completed in 116 milliseconds

123