/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/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 */
|
/titanic_41/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()
|
/titanic_41/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;
|
/titanic_41/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 …]
|
H A D | tdef.h | 486 #define nel env._nel macro
|
H A D | n4.c | 138 i = nel; in setn()
|
/titanic_41/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. */
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/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);
|
/titanic_41/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)))
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/egrep/ |
H A D | egrep.y | 1146 int current, nel, i, last, length; in genrange() local 1168 nel = current; in genrange() 1170 qsort((char *)lower, nel, sizeof(wchar_t), compare); in genrange() 1171 qsort((char *)upper, nel, sizeof(wchar_t), compare); in genrange()
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | terminfo.src | 314 kcud1=^J, nel=^M^J, .kbs=^H, 528 kf2=\EOR, kf4=\EOS, khome=\E[H, nel=^M\ED, rc=\E8, ri=\EM, 578 kich1=\E[L, mc4=\E[4i, mc5=\E[5i, nel=\r\E[S, 737 kund=\EK, nel=^M^J, rc=\Ek, rev=\Ep, ri=\EI, rmso=\Eq, 755 knp=\Eb, kpp=\E\Ea, kund=\EK, ll=\E[24H, nel=\EE, 778 kich1=\EI, knp=\Eb, kpp=\Ea, kund=\EK, nel=\r\n$<2*/>, 795 kich1=\EI, knp=\Eb, kpp=\Ea, kund=\EK, nel=\r\n$<2*/>, 832 kil1=\E#R, kind=\E#2, kri=\E#8, lf0=f10, nel=^M^J, rc=\Ek, 855 nel=^M^J, op=\E[m, rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l, 908 kspd=^Z, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rmam=\E[?7l, [all …]
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | THANKS | 56 Hisazumi Kenji <nel@soraneko.com>
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 1242 dt_aggregate_qsort(dtrace_hdl_t *dtp, void *base, size_t nel, size_t width, in dt_aggregate_qsort() argument 1265 qsort(base, nel, width, compar); in dt_aggregate_qsort()
|
/titanic_41/usr/src/cmd/zonestat/zonestat/ |
H A D | zonestat.c | 1105 zonestat_qsort(void *base, size_t nel, size_t width, in zonestat_qsort() argument 1110 qsort(base, nel, width, compar); in zonestat_qsort()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | caps | 239 newline, "nel" "nw" Newline (behaves like cr followed by lf)
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 197 void *nis_get_static_storage(struct nis_sdata *bs, u_int el, u_int nel);
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 244 newline nel nw str Newline (behaves like cr followed by lf)
|