/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | file_decim.c | 36 file_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar, pf, pnread) in file_to_decimal() argument 38 int nmax; 59 if (nread < nmax) \ 68 if (nread < nmax) {
|
H A D | func_decim.c | 36 func_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar, pget, pnread, punget) in func_to_decimal() argument 38 int nmax; 60 if (nread < nmax) \ 69 if ((nread < nmax) && (punget != NULL)) {
|
H A D | string_decim.c | 36 string_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar) in string_to_decimal() argument 38 int nmax; 56 if (nread < nmax) \
|
H A D | char_to_decimal.h | 73 if ((nread >= nmax) && (CURRENT == NULL)) { /* Used up field width. */ 134 nmax++; /* 1083219 */ 147 nmax++; /* 1083219 */ 193 nmax++; /* 1083219 */ 198 nmax++; /* 1083219 */
|
/titanic_44/usr/src/lib/libc/port/fp/ |
H A D | string_decim.c | 37 string_to_decimal(char **ppc, int nmax, int fortran_conventions, in string_to_decimal() argument 49 if (nread < nmax) { \ in string_to_decimal()
|
H A D | func_decim.c | 37 func_to_decimal(char **ppc, int nmax, int fortran_conventions, in func_to_decimal() argument 48 if (nread < nmax) { \ in func_to_decimal()
|
H A D | file_decim.c | 52 file_to_decimal(char **ppc, int nmax, int fortran_conventions, in file_to_decimal() argument 63 if (nread < nmax) { \ in file_to_decimal()
|
/titanic_44/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 1166 uint_t nmax; in port_getn() local 1365 nmax = max < portq->portq_nent ? max : portq->portq_nent; in port_getn() 1384 kevp = kmem_alloc(eventsz * nmax, KM_NOSLEEP); in port_getn() 1386 if (nmax > pp->port_max_list) in port_getn() 1387 nmax = pp->port_max_list; in port_getn() 1388 kevp = kmem_alloc(eventsz * nmax, KM_SLEEP); in port_getn() 1392 for (nevents = 0; nevents < nmax; ) { in port_getn() 1426 kevp32 = kmem_alloc(eventsz * nmax, KM_NOSLEEP); in port_getn() 1428 if (nmax > pp->port_max_list) in port_getn() 1429 nmax = pp->port_max_list; in port_getn() [all …]
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_list.c | 738 const size_t nmax = ptrlist[ibe]->be_node_num_snapshots; in be_sort_list() local 740 malloc(sizeof (be_snapshot_list_t *) * (nmax + 1)); in be_sort_list() 749 ns < nmax && p != NULL; in be_sort_list() 768 const size_t nmax = ptrlist[ibe]->be_node_num_datasets; in be_sort_list() local 770 malloc(sizeof (be_dataset_list_t *) * (nmax + 1)); in be_sort_list() 779 ns < nmax && p != NULL; in be_sort_list()
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | cplfile.c | 778 int nmax = nammax < slen ? nammax : slen; in cf_read_name() local 783 namlen < nmax && (slen-namlen < FS_DIR_SEP_LEN || in cf_read_name()
|
/titanic_44/usr/src/cmd/more/ |
H A D | more.c | 218 static void ttyin(char buf[], register int nmax, char pchar); 1576 ttyin(char buf[], register int nmax, char pchar) in ttyin() argument 1590 while (sptr - buf < nmax) { in ttyin() 1664 if (sptr - buf >= nmax - 1) in ttyin()
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | cpuid.c | 1755 uint_t n, nmax; in cpuid_pass2() local 1767 if ((nmax = cpi->cpi_maxeax + 1) > NMAX_CPI_STD) in cpuid_pass2() 1768 nmax = NMAX_CPI_STD; in cpuid_pass2() 1772 for (n = 2, cp = &cpi->cpi_std[2]; n < nmax; n++, cp++) { in cpuid_pass2() 2067 if ((nmax = cpi->cpi_xmaxeax - 0x80000000 + 1) > NMAX_CPI_EXTD) in cpuid_pass2() 2068 nmax = NMAX_CPI_EXTD; in cpuid_pass2() 2074 for (n = 2, cp = &cpi->cpi_extd[2]; n < nmax; cp++, n++) { in cpuid_pass2()
|
/titanic_44/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 1013 size_t nmax = urpw->urpw_max ? (urpw->urpw_max << 1) : 1; in umem_read_ptc_walk_buf() local 1014 void **new = mdb_zalloc(nmax * sizeof (void *), UM_SLEEP); in umem_read_ptc_walk_buf() 1016 if (nmax > 1) { in umem_read_ptc_walk_buf() 1023 urpw->urpw_max = nmax; in umem_read_ptc_walk_buf()
|