Searched defs:nmax (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/fp/
H A Dfile_decim.c52 file_to_decimal(char **ppc, int nmax, int fortran_conventions, argument
63 if (nread < nmax) { \
H A Dfunc_decim.c37 func_to_decimal(char **ppc, int nmax, int fortran_conventions, argument
48 if (nread < nmax) { \
H A Dstring_decim.c37 string_to_decimal(char **ppc, int nmax, int fortran_conventions, argument
49 if (nread < nmax) { \
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_list.c634 const size_t nmax = ptrlist[ibe]->be_node_num_snapshots; local
636 malloc(sizeof (be_snapshot_list_t *) * (nmax + 1));
643 ns < nmax && p != NULL;
662 const size_t nmax = ptrlist[ibe]->be_node_num_datasets; local
664 malloc(sizeof (be_dataset_list_t *) * (nmax + 1));
671 ns < nmax && p != NULL;

Completed in 24 milliseconds