| /onnv-gate/usr/src/lib/fm/libdiagcode/common/ |
| H A D | diagcode_test.c | 199 int nel; in do_key2code() local 214 nel = 0; in do_key2code() 216 while (nel < MAXKEY - 1) { in do_key2code() 217 key[nel++] = beginp; in do_key2code() 224 key[nel] = NULL; in do_key2code() 253 int nel; in do_code2key() local 286 for (nel = 0; key[nel]; nel++) { in do_code2key() 287 if (nel) in do_code2key() 289 (void) strcat(keystr, key[nel]); in do_code2key() 295 for (nel = 0; key[nel]; nel++) in do_code2key() [all …]
|
| H A D | diagcode.c | 388 int nel; in fm_dc_key2code() local 393 for (nel = 0; key[nel]; nel++) in fm_dc_key2code() 394 (void) fprintf(stderr, "\"%s\" ", key[nel]); in fm_dc_key2code() 485 int nel; in fm_dc_code2key() local 525 nel = 0; in fm_dc_code2key() 531 key[nel] = NULL; in fm_dc_code2key() 534 if (nel >= maxkey - 1) { in fm_dc_code2key() 546 if ((key[nel++] = strdup(beginp)) == NULL) { in fm_dc_code2key() 627 int nel; in sortkey() local 632 for (nel = 0; key[nel]; nel++) in sortkey() [all …]
|
| /onnv-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| H A D | platform.c | 1882 uint_t nel; in platform_payloadprop_values() local 1890 if (nvpair_value_nvlist_array(nvpair, &nvap, &nel) != 0) in platform_payloadprop_values() 1894 for (i = 0; i < nel; i++) { in platform_payloadprop_values() 1909 for (i = 0; i < nel; i++) { in platform_payloadprop_values() 2039 uint_t nel; in platform_payloadprop_values() local 2042 (void) nvpair_value_boolean_array(nvpair, &val, &nel); in platform_payloadprop_values() 2043 *nvals = nel; in platform_payloadprop_values() 2044 retvals = MALLOC(sizeof (struct evalue) * nel); in platform_payloadprop_values() 2045 for (i = 0; i < nel; i++) { in platform_payloadprop_values() 2053 uint_t nel; in platform_payloadprop_values() local [all …]
|
| /onnv-gate/usr/src/lib/libldap4/common/ |
| H A D | sort.c | 172 size_t nel; in ldap_sort_values() local 174 for ( nel = 0; vals[nel] != NULL; nel++ ) in ldap_sort_values() 177 qsort( vals, nel, sizeof(char *), cmp ); in ldap_sort_values()
|
| /onnv-gate/usr/src/common/util/ |
| H A D | bsearch.c | 46 size_t nel, /* Number of elements in the table */ in bsearch() argument 54 if (nel == 0) in bsearch() 59 last = base + width * (nel - 1); in bsearch()
|
| /onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | bsearch.c | 36 bsearch(key, base, nel, width, compar) in bsearch() argument 39 unsigned nel; /* Number of elements in the table */ 44 POINTER last = base + width * (nel - 1); /* Last element in table */
|
| /onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
| H A D | hsearch.c | 55 hcreate(nel) 56 u_int nel; 60 info.nelem = nel;
|
| /onnv-gate/usr/src/cmd/troff/ |
| H A D | n7.c | 134 un += quant(nel / 2, HOR); in tbreak() 136 un += nel; in tbreak() 322 adsp = nel; in text() 324 adsp = nel / (nwd - 1); in text() 326 adrem = nel - adsp*(nwd-1); in text() 381 if ((i = quant(nel / 2, HOR)) > 0) in nofill() 446 nel -= w; 686 if (wne > nel && !hyoff && hyf && (!nwd || nel > 3 * sps) && 710 if (nel >= 0) { 730 if (nel < hys) { [all …]
|
| /onnv-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. */
|
| /onnv-gate/usr/src/lib/libast/common/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()
|
| /onnv-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | sort.c | 303 int nel; in ldap_sort_values() local 314 for ( nel = 0; vals[nel] != NULL; nel++ ) in ldap_sort_values() 317 XP_QSORT( vals, nel, sizeof(char *), (LDAP_VOIDCMP_CALLBACK *)cmp ); in ldap_sort_values()
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
| H A D | oid.c | 179 const gss_OID_desc *array[], size_t nel) in __OID_copy_set_from_array() argument 193 set->elements = New(gss_OID_desc, nel); in __OID_copy_set_from_array() 199 set->count = nel; in __OID_copy_set_from_array()
|
| H A D | oid.h | 49 const gss_OID_desc *array[], size_t nel);
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/ |
| H A D | misc.c | 384 size_t nel; in get_lrusort() local 430 nel = (int)(to - pnd->lrupage); in get_lrusort() 431 if (nel > 0) { in get_lrusort() 432 if (nel > 1) in get_lrusort() 433 qsort(pnd->lrupage, nel, sizeof (dn_rec_list_t *), in get_lrusort() 435 for (to = pnd->lrupage; nel > 0; to++, nel--) in get_lrusort()
|
| /onnv-gate/usr/src/lib/libipmp/common/ |
| H A D | ipmp_query.h | 78 #define IPMP_LIST_SIZE(listtype, elsize, nel) \ argument 79 ((sizeof (ipmp_ ## listtype ## _t) - (elsize)) + ((nel) * (elsize)))
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | charnames.t | 202 my $nel = ord("A") == 193 ? qr/^(?:\x15|\x25)$/ : qr/^\x85$/; 204 print "not " unless "\N{NEXT LINE (NEL)}" =~ $nel; 207 print "not " unless "\N{NEXT LINE}" =~ $nel; 210 print "not " unless "\N{NEL}" =~ $nel;
|
| /onnv-gate/usr/src/cmd/awk_xpg4/ |
| H A D | awk4.c | 584 register size_t nel; in f_asort() local 605 nel = 1; in f_asort() 607 ++nel; in f_asort() 631 alist = (NODE **) emalloc(nel*sizeof(NODE *)); in f_asort() 642 qsort((wchar_t *)alist, nel-1, sizeof (NODE *), asortcmp); in f_asort()
|
| /onnv-gate/usr/src/cmd/terminfo/ |
| H A D | hds.ti | 267 kbs=\b, nel=\r\n, ind=\n, 276 kcud1=\n, kcub1=\b, nel=\r\n, 282 kcud1=\n, kcub1=\b, nel=\r\n, 288 kcud1=\n, kcub1=\b, nel=\r\n, 294 kcub1=\b, nel=\r\n, ind=\n, 300 kcub1=\b, nel=\r\n, ind=\n, 306 kcub1=\b, nel=\r\n, ind=\n, 312 kcub1=\b, nel=\r\n, ind=\n,
|
| H A D | screen.ti | 48 kich1=\E[2~, knp=\E[6~, kpp=\E[5~, nel=\EE, 72 kich1=\E[2~, knp=\E[6~, kpp=\E[5~, nel=\EE,
|
| H A D | fortune.ti | 87 nel=\r\n,
|
| H A D | cvt.sed | 99 s/\<nw\>/nel/g
|
| H A D | att.ti | 202 khome=\E[H, kll=\E[24;1H, ll=\E[24H, nel=\r\n, 440 nel=\r\n, 516 clear=\E[H\E[2J, ed=\EJ, el=\Ez, nel=\EE, hts=\EH, tbc=\EF, 562 mc4=\E[4i, mc5=\E[5i, nel=\r\n, 647 nel=^M^J, 746 nel=\EE, 869 nel=\EE, 934 mc5=\E[?98l\E[?4i, nel=\EE, 961 ht=^I, nel=^J, 1144 nel=\EE, [all …]
|
| /onnv-gate/usr/src/lib/libnsl/nis/gen/ |
| H A D | nis_subr.c | 857 uint_t nel) /* Number of elements */ in nis_get_static_storage() argument 861 sz = nel * el; in nis_get_static_storage()
|
| /onnv-gate/usr/src/cmd/egrep/ |
| H A D | egrep.y | 1134 int current, nel, i, last, length; in genrange() local 1156 nel = current; in genrange() 1158 qsort((char *)lower, nel, sizeof(wchar_t), compare); in genrange() 1159 qsort((char *)upper, nel, sizeof(wchar_t), compare); in genrange()
|
| /onnv-gate/usr/src/cmd/lp/terminfo/ |
| H A D | 57x.ti | 96 nel@,
|