Searched refs:count (Results 51 - 75 of 2103) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/print/
H A Dsprintf.c47 ssize_t count; local
56 count = _ndoprnt(format, ap, &siop, 0);
59 if (count == EOF) {
64 if ((size_t)count > MAXINT) {
68 return ((int)count);
87 ssize_t count; local
91 count = _vsprintf_c89(string, format, ap);
93 return ((int)count);
H A Dvwprintf.c65 ssize_t count; local
85 count = _wndoprnt(format, ap, stdout, _F_INTMAX32);
87 count = _wndoprnt(format, ap, stdout, 0);
90 if (FERROR(stdout) || count == EOF) {
96 if ((size_t)count > MAXINT) {
100 return ((int)count);
111 ssize_t count; local
132 count = _wndoprnt(format, ap, iop, _F_INTMAX32);
134 count = _wndoprnt(format, ap, iop, 0);
136 if (FERROR(iop) || count
157 ssize_t count; local
[all...]
H A Dvfprintf.c62 ssize_t count; local
83 count = _ndoprnt(format, ap, iop, _F_INTMAX32);
85 count = _ndoprnt(format, ap, iop, 0);
89 if (FERROR(iop) || count == EOF) {
97 if ((size_t)count > MAXINT) {
101 return ((int)count);
/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Dputnext.d29 @calls[stringof(args[0]->q_qinfo->qi_minfo->mi_idname)] = count();
/illumos-gate/usr/src/cmd/dtrace/demo/out/
H A Dprinta.d29 @a[caller] = count();
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Derr.D_PDESC_ZERO.malformedoverflow.d39 @[probename] = count();
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.def.d41 @a = count();
H A Dtst.fmt.d40 @a = count();
H A Dtst.manyval.d41 @a = count();
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dlist.c45 int count; local
57 for (count = 0; (*list)[count] != NULL; count++)
60 if ((count + 1) % __list_increment == 0) { /* expand the list */
62 int new_size = LIST_SIZE(count + 1);
68 for (count = 0; (*list)[count] != NULL; count++)
69 new_list[count]
112 int count = 0; local
146 int i = 0, count; local
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dovprintf.c47 _strout(string, count, adjust, file, fillch)
49 register count;
56 count--;
61 while (--count>=0)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.count3.d31 * Test multiple count() calls.
48 @counts1[execname] = count();
49 @counts2[execname, arg0] = count();
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dprintf.c41 int count; local
55 count = _doprnt(format, ap, stdout);
57 return (count);
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dvprintf.c46 int count; local
58 count = _doprnt(format, ap, stdout);
59 return (ferror(stdout)? EOF: count);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.noprivdrop.ksh33 count=$(/usr/sbin/dtrace -q -s /dev/stdin <<EOF
37 @ = count();
47 @ = count();
66 if [[ $count -gt $max ]]; then
67 echo "count ($count) is greater than allowed max ($max)"
71 echo "count ($count) is within allowed max ($max)"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.rw.d41 @[rw_read_held((krwlock_t *)&`clock)] = count();
42 @[rw_read_held((krwlock_t *)rand())] = count();
48 @[rw_write_held((krwlock_t *)&`clock)] = count();
49 @[rw_write_held((krwlock_t *)rand())] = count();
55 @[rw_iswriter((krwlock_t *)&`clock)] = count();
56 @[rw_iswriter((krwlock_t *)rand())] = count();
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c31 volatile long long count = 0; variable
37 while (count != -1) {
38 count++;
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dvfprintf.c53 int count; local
65 count = _doprnt((char *) format, ap, iop);
66 return (count);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h107 #define QL_DUMP_1(bp, wdsize, count) \
108 ql_dump_buffer((uint8_t *)bp, (uint8_t)wdsize, (uint32_t)count)
111 #define QL_DUMP_1(bp, wdsize, count)
117 #define QL_DUMP_2(bp, wdsize, count) \
118 ql_dump_buffer((uint8_t *)bp, (uint8_t)wdsize, (uint32_t)count)
121 #define QL_DUMP_2(bp, wdsize, count)
127 #define QL_DUMP_3(bp, wdsize, count) \
128 ql_dump_buffer((uint8_t *)bp, (uint8_t)wdsize, (uint32_t)count)
131 #define QL_DUMP_3(bp, wdsize, count)
137 #define QL_DUMP_4(bp, wdsize, count) \
[all...]
/illumos-gate/usr/src/lib/libsec/common/
H A Daclcheck.c48 int count; member in struct:entry
85 if (tally.user_obj.count > 0) {
91 tally.user_obj.count = 1;
96 if (tally.group_obj.count > 0) {
102 tally.group_obj.count = 1;
107 if (tally.other_obj.count > 0) {
113 tally.other_obj.count = 1;
118 if (tally.class_obj.count > 0) {
124 tally.class_obj.count = 1;
133 cnt = (tally.def_user.count)
283 check_dup(int count, uid_t *ids, uid_t newid, struct entry_stat *tallyp) argument
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_crypto.c39 crypto_free_provider_list(crypto_provider_entry_t *array, uint_t count) argument
41 if (count == 0 || array == NULL)
44 kmem_free(array, count * sizeof (crypto_provider_entry_t));
50 uint_t *count, crypto_mech_name_t **array)
56 array, count, KM_SLEEP));
49 crypto_get_provider_mechanisms(crypto_minor_t *cm, crypto_provider_id_t id, uint_t *count, crypto_mech_name_t **array) argument
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6722134_background_CHLD_trap.sh83 integer count
84 (( count=$(fgrep "got_child" <<< "$s" | wc -l) )) || err_exit "counting failed."
85 (( count == 2 )) || err_exit "Expected count==2, got count==${count}."
117 (( count=$(fgrep "got_child" <<< "$s" | wc -l) )) || err_exit "counting failed."
118 (( count == 3 )) || err_exit "Expected count==3, got count
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dreplica.c45 * errors worthy of an error message unless count == -1, which means
60 free_replica(struct replica *list, int count) argument
64 for (i = 0; i < count; i++) {
74 parse_replica(char *special, int *count) argument
82 *count = 0;
112 if ((list = realloc(list, (*count + 1) *
115 bzero(&list[(*count)++], sizeof (struct replica));
117 list[*count-1].host = strdup(proot);
118 if (!list[*count-1].host)
145 if ((list = realloc(list, (*count
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadr.c54 adr_char(adr_t *adr, char *cp, int count) argument
56 while (count-- > 0)
64 adr_short(adr_t *adr, short *sp, int count) argument
67 for (; count-- > 0; sp++) {
77 adr_ushort(adr_t *adr, ushort_t *sp, int count) argument
80 for (; count-- > 0; sp++) {
91 adr_long(adr_t *adr, int32_t *lp, int count);
93 adr_int32(adr_t *adr, int32_t *lp, int count) argument
98 for (; count-- > 0; lp++) {
112 adr_uid(adr_t *adr, uid_t *up, int count) argument
130 adr_int64(adr_t *adr, int64_t *lp, int count) argument
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_put.c60 int count, mb_len; local
85 for (ptr = wio->_mb, count = 0; count < mb_len; ++ptr, ++count)
91 wio->_next = count;
93 return count;

Completed in 105 milliseconds

1234567891011>>