Searched defs:nel (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libpower/common/
H A Dlibpower_error.c72 size_t nel; local
75 nel = sizeof (pm_errors) / sizeof (struct pm_error_info);
77 while (i < nel && pm_errors[i].e_code != code) {
80 if (i < nel) {
/osnet-11/usr/src/lib/libast/common/comp/
H A Dhsearch.c94 int hcreate(size_t nel) argument
96 int hcreate(nel)
97 size_t nel;
/osnet-11/usr/src/lib/libldap4/common/
H A Dsort.c172 size_t nel; local
174 for ( nel = 0; vals[nel] != NULL; nel++ )
177 qsort( vals, nel, sizeof(char *), cmp );
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Doid.c179 const gss_OID_desc *array[], size_t nel)
193 set->elements = New(gss_OID_desc, nel);
199 set->count = nel;
178 __OID_copy_set_from_array(gss_OID_set *dest, const gss_OID_desc *array[], size_t nel) argument
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsort.c303 int nel; local
314 for ( nel = 0; vals[nel] != NULL; nel++ )
317 XP_QSORT( vals, nel, sizeof(char *), (LDAP_VOIDCMP_CALLBACK *)cmp );
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c199 int nel; local
214 nel = 0;
216 while (nel < MAXKEY - 1) {
217 key[nel++] = beginp;
224 key[nel] = NULL;
253 int nel; local
286 for (nel = 0; key[nel]; nel++) {
287 if (nel)
[all...]
H A Ddiagcode.c388 int nel; local
393 for (nel = 0; key[nel]; nel++)
394 (void) fprintf(stderr, "\"%s\" ", key[nel]);
485 int nel; local
525 nel = 0;
531 key[nel] = NULL;
534 if (nel >= maxkey - 1) {
546 if ((key[nel
627 int nel; local
[all...]
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c854 uint_t nel) /* Number of elements */
858 sz = nel * el;
851 nis_get_static_storage( struct nis_sdata *bs, uint_t el, uint_t nel) argument
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1269 dt_aggregate_qsort(dtrace_hdl_t *dtp, void *base, size_t nel, size_t width, argument
1292 qsort(base, nel, width, compar);

Completed in 27 milliseconds