Home
last modified time | relevance | path

Searched refs:nel (Results 1 – 25 of 99) sorted by relevance

1234

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c197 int nel; in do_key2code() local
212 nel = 0; in do_key2code()
214 while (nel < MAXKEY - 1) { in do_key2code()
215 key[nel++] = beginp; in do_key2code()
222 key[nel] = NULL; in do_key2code()
251 int nel; in do_code2key() local
284 for (nel = 0; key[nel]; nel++) { in do_code2key()
285 if (nel) in do_code2key()
287 (void) strcat(keystr, key[nel]); in do_code2key()
293 for (nel = 0; key[nel]; nel++) in do_code2key()
[all …]
H A Ddiagcode.c386 int nel; in fm_dc_key2code() local
391 for (nel = 0; key[nel]; nel++) in fm_dc_key2code()
392 (void) fprintf(stderr, "\"%s\" ", key[nel]); in fm_dc_key2code()
483 int nel; in fm_dc_code2key() local
523 nel = 0; in fm_dc_code2key()
529 key[nel] = NULL; in fm_dc_code2key()
532 if (nel >= maxkey - 1) { in fm_dc_code2key()
625 int nel; in sortkey() local
630 for (nel = 0; key[nel]; nel++) in sortkey()
633 if (nel < 2) in sortkey()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1884 uint_t nel; in platform_payloadprop_values() local
2041 uint_t nel; in platform_payloadprop_values() local
2055 uint_t nel; in platform_payloadprop_values() local
2069 uint_t nel; in platform_payloadprop_values() local
2084 uint_t nel; in platform_payloadprop_values() local
2098 uint_t nel; in platform_payloadprop_values() local
2112 uint_t nel; in platform_payloadprop_values() local
2126 uint_t nel; in platform_payloadprop_values() local
2140 uint_t nel; in platform_payloadprop_values() local
2154 uint_t nel; in platform_payloadprop_values() local
[all …]
/illumos-gate/usr/src/common/util/
H A Dbsearch.c44 size_t nel, /* Number of elements in the table */ in bsearch() argument
52 if (nel == 0) in bsearch()
57 last = base + width * (nel - 1); in bsearch()
/illumos-gate/usr/src/cmd/troff/
H A Dn7.c132 un += quant(nel / 2, HOR); in tbreak()
134 un += nel; in tbreak()
320 adsp = nel; in text()
322 adsp = nel / (nwd - 1); in text()
443 nel -= w; in storeline()
683 if (wne > nel && !hyoff && hyf && (!nwd || nel > 3 * sps) &&
707 if (nel >= 0) {
727 if (nel < hys) {
735 nel -= w;
748 nel += w;
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhsearch.c53 hcreate(nel)
54 u_int nel;
58 info.nelem = nel;
/illumos-gate/usr/src/cmd/sendmail/db/hsearch/
H A Dhsearch.c67 __db_hcreate(nel) in __db_hcreate() argument
68 size_t nel; in __db_hcreate()
75 dbinfo.h_nelem = (u_int32_t)nel; /* XXX: Possible overflow. */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dhsearch.c94 int hcreate(size_t nel) in hcreate() argument
96 int hcreate(nel) in hcreate()
97 size_t nel; in hcreate()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsort.c301 int nel; in ldap_sort_values() local
312 for ( nel = 0; vals[nel] != NULL; nel++ ) in ldap_sort_values()
315 XP_QSORT( vals, nel, sizeof(char *), (LDAP_VOIDCMP_CALLBACK *)cmp ); in ldap_sort_values()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Doid.c177 const gss_OID_desc *array[], size_t nel) in __OID_copy_set_from_array() argument
191 set->elements = New(gss_OID_desc, nel); in __OID_copy_set_from_array()
197 set->count = nel; in __OID_copy_set_from_array()
H A Doid.h47 const gss_OID_desc *array[], size_t nel);
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.split3128 4 nel nel nel
H A Dt.e13 3 nel
H A Dt.set0b382 nel
383 nel
384 nel
H A Dt.set0a382 nel
383 1 nel
384 nel
H A Dt.printf128 %: nel ... 3 3 nel
H A Dt.set2128 nel nel
H A Dt.in132 127 nel 3
H A Dt.nameval127 nel 3
H A Dt.printf2130 %: nel ... 3 3 nel 0 0 0  n
H A Dt.vf3128 nel nel
H A Dt.8.y128 nel nel
H A Dt.cat509 nel 3
510 3 is nel
511 nel is 3
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.h80 #define IPMP_LIST_SIZE(listtype, elsize, nel) \ argument
81 ((sizeof (ipmp_ ## listtype ## _t) - (elsize)) + ((nel) * (elsize)))
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c583 register size_t nel; in f_asort() local
604 nel = 1; in f_asort()
606 ++nel; in f_asort()
630 alist = (NODE **) emalloc(nel*sizeof(NODE *)); in f_asort()
641 qsort((wchar_t *)alist, nel-1, sizeof (NODE *), asortcmp); in f_asort()

1234