/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | MP_SetProprietaryProperties.c | 32 MP_SetProprietaryProperties(MP_OID oid, MP_UINT32 count, argument 43 " - count: %d", 44 count);
|
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcGetEventBuffer.cc | 39 PHBA_EVENTINFO buffer, HBA_UINT32 *count) { 38 Sun_fcGetEventBuffer(HBA_HANDLE handle, PHBA_EVENTINFO buffer, HBA_UINT32 *count) argument
|
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasGetNumberOfAdapters.c | 35 int count; local 40 for (count = 0, hba_ptr = global_hba_head; 41 hba_ptr != NULL; hba_ptr = hba_ptr->next, count++) {} 45 return (count);
|
/osnet-11/usr/src/lib/libresolv2/common/bsd/ |
H A D | readv.c | 24 int count = 0; local 31 count += bytes; 36 return (count);
|
/osnet-11/usr/src/lib/libc/port/print/ |
H A D | vprintf.c | 61 ssize_t count; local 82 count = _ndoprnt(format, ap, stdout, _F_INTMAX32); 84 count = _ndoprnt(format, ap, stdout, 0); 87 if (FERROR(stdout) || count == EOF) { 95 if ((size_t)count > MAXINT) { 99 return ((int)count);
|
H A D | printf.c | 46 ssize_t count; local 69 count = _ndoprnt(format, ap, stdout, 0); 73 if (FERROR(stdout) || count == EOF) { 81 if ((size_t)count > MAXINT) { 85 return ((int)count); 104 ssize_t count; local 108 count = _vprintf_c89(format, ap); 110 return ((int)count);
|
H A D | sprintf.c | 47 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 D | vfprintf.c | 60 ssize_t count; local 81 count = _ndoprnt(format, ap, iop, _F_INTMAX32); 83 count = _ndoprnt(format, ap, iop, 0); 87 if (FERROR(iop) || count == EOF) { 95 if ((size_t)count > MAXINT) { 99 return ((int)count);
|
H A D | vsprintf.c | 61 ssize_t count; local 68 count = _ndoprnt(format, ap, &siop, _F_INTMAX32); 70 count = _ndoprnt(format, ap, &siop, 0); 74 if (count == EOF) { 78 if ((size_t)count > MAXINT) { 82 return ((int)count);
|
H A D | fprintf.c | 52 ssize_t count; local 75 count = _ndoprnt(format, ap, iop, 0); 78 if (FERROR(iop) || count == EOF) { 86 if ((size_t)count > MAXINT) { 90 return ((int)count); 108 ssize_t count; local 112 count = _vfprintf_c89(iop, format, ap); 114 return ((int)count);
|
H A D | snprintf.c | 47 ssize_t count; local 82 count = _ndoprnt(format, ap, &siop, 0); 87 if (count == EOF) 91 if ((size_t)count > max) { 95 return ((int)count); 114 ssize_t count; local 118 count = _vsnprintf_c89(string, n, format, ap); 120 return ((int)count);
|
H A D | vsnprintf.c | 61 ssize_t count; local 96 count = _ndoprnt(format, ap, &siop, _F_INTMAX32); 98 count = _ndoprnt(format, ap, &siop, 0); 104 if ((size_t)count > max) { 108 return ((int)count);
|
/osnet-11/usr/src/lib/libxcurses/src/libc/wide/ |
H A D | wio_put.c | 60 int count, mb_len; local 85 for (ptr = wio->_mb, count = 0; count < mb_len; ++ptr, ++count) 91 wio->_next = count; 93 return count;
|
/osnet-11/usr/src/lib/libgen/common/ |
H A D | strccpy.c | 60 int count; local 93 count = 0; 97 if (++count > 1) { /* 3 digits max */
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | etype_list.c | 37 size_t count; local 39 for (count = 0; list[count]; count++); 40 return count; 47 size_t count; local 51 count = krb5int_count_etypes(old_list); 52 list = malloc(sizeof(krb5_enctype) * (count + 1)); 55 memcpy(list, old_list, sizeof(krb5_enctype) * (count + 1));
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/wide/ |
H A D | wio_put.c | 61 int count, mb_len; local 87 for (ptr = wio->_mb, count = 0; count < mb_len; ++ptr, ++count) 93 wio->_next = count; 95 return (count);
|
/osnet-11/usr/src/lib/libsasl/include/ |
H A D | md5_private.h | 41 UINT4 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon2474
|
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | safe-read.c | 56 safe_rw (int fd, void const *buf, size_t count) argument 66 ssize_t result = rw (fd, buf, count); 72 else if (errno == EINVAL && BUGGY_READ_MAXIMUM < count) 73 count = BUGGY_READ_MAXIMUM;
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | tputcfent.c | 47 int count, status; local 164 status = count = 0; 178 if ((++count % 5) == 0) { 181 count = 0;
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | memSset.c | 56 int count; /* %r8 */ local 60 count = (n - 1) * sizeof (chtype); 61 if (count > 0) { 68 /* bcopy (count, to, from) */ 69 } else if (count == 0) 77 int count; /* %r8 */ 79 count = (n - 1) * sizeof (chtype); 80 if (count > 0) { 89 asm(" movw %r8,%r2"); /* count */ 93 } else if (count 110 memcpy(char *to, char *from, int count) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | rmd.h | 30 int count; member in struct:__anon536
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | rmd.h | 33 int count; member in struct:__anon580
|
/osnet-11/usr/src/lib/abi/apptrace/common/ |
H A D | interceptlib.c | 48 static volatile int count; variable 69 count++; 74 count = 1; 89 count--; 90 if (count <= 0) { 91 count = 0;
|
/osnet-11/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_curadj.c | 74 int count; /* !!!: Has to contain max number of cursors. */ local 92 for (count = 0, dbc = TAILQ_FIRST(&dbp->active_queue); 102 ++count; 107 return (count);
|
/osnet-11/usr/src/lib/libast/common/stdio/ |
H A D | fcloseall.c | 35 int count; local 41 { nclose = count = 0; 48 { count += 1; 53 if(nclose == count)
|