/illumos-gate/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode_test.c | 197 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 D | diagcode.c | 386 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() 544 if ((key[nel++] = strdup(beginp)) == NULL) { in fm_dc_code2key() 625 int nel; in sortkey() local 630 for (nel = 0; key[nel]; nel++) in sortkey() [all …]
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 1884 uint_t nel; in platform_payloadprop_values() local 1892 if (nvpair_value_nvlist_array(nvpair, &nvap, &nel) != 0) in platform_payloadprop_values() 1896 for (i = 0; i < nel; i++) { in platform_payloadprop_values() 1911 for (i = 0; i < nel; i++) { in platform_payloadprop_values() 2041 uint_t nel; in platform_payloadprop_values() local 2044 (void) nvpair_value_boolean_array(nvpair, &val, &nel); in platform_payloadprop_values() 2045 *nvals = nel; in platform_payloadprop_values() 2046 retvals = MALLOC(sizeof (struct evalue) * nel); in platform_payloadprop_values() 2047 for (i = 0; i < nel; i++) { in platform_payloadprop_values() 2055 uint_t nel; in platform_payloadprop_values() local [all …]
|
/illumos-gate/usr/src/common/util/ |
H A D | bsearch.c | 44 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 D | n7.c | 132 un += quant(nel / 2, HOR); in tbreak() 134 un += nel; in tbreak() 320 adsp = nel; in text() 322 adsp = nel / (nwd - 1); in text() 324 adrem = nel - adsp*(nwd-1); in text() 379 if ((i = quant(nel / 2, HOR)) > 0) in nofill() 443 nel -= w; in storeline() 683 if (wne > nel && !hyoff && hyf && (!nwd || nel > 3 * sps) && 707 if (nel >= 0) { 727 if (nel < hys) { [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hsearch.c | 53 hcreate(nel) 54 u_int nel; 58 info.nelem = nel;
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | hsearch.c | 94 int hcreate(size_t nel) in hcreate() argument 96 int hcreate(nel) in hcreate() 97 size_t nel; in hcreate()
|
/illumos-gate/usr/src/cmd/sendmail/db/hsearch/ |
H A D | hsearch.c | 67 __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/lib/libldap5/sources/ldap/common/ |
H A D | sort.c | 301 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 D | oid.c | 177 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 D | oid.h | 47 const gss_OID_desc *array[], size_t nel);
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/ |
H A D | t.split3 | 128 4 nel nel nel
|
H A D | t.e | 13 3 nel
|
H A D | t.set0a | 382 nel 383 1 nel 384 nel
|
H A D | t.set0b | 382 nel 383 nel 384 nel
|
H A D | t.printf | 128 %: nel ... 3 3 nel
|
H A D | t.set2 | 128 nel nel
|
H A D | t.in1 | 32 127 nel 3
|
H A D | t.nameval | 127 nel 3
|
H A D | t.8.y | 128 nel nel
|
H A D | t.printf2 | 130 %: nel ... 3 3 nel 0 0 0 n
|
H A D | t.vf3 | 128 nel nel
|
H A D | t.cat | 509 nel 3 510 3 is nel 511 nel is 3
|
/illumos-gate/usr/src/lib/libipmp/common/ |
H A D | ipmp_query.h | 80 #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 D | awk4.c | 583 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()
|