Searched defs:elt (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dheap.c106 float_up(heap_context ctx, int i, void *elt) { argument
110 i > 1 && ctx->higher_priority(elt, ctx->heap[p]);
116 ctx->heap[i] = elt;
122 sink_down(heap_context ctx, int i, void *elt) { argument
133 if (ctx->higher_priority(elt, ctx->heap[j]))
140 ctx->heap[i] = elt;
146 heap_insert(heap_context ctx, void *elt) { argument
149 if (ctx == NULL || elt == NULL) {
158 float_up(ctx, i, elt);
165 void *elt; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c340 const void *elt, *eltptr; local
349 elt = LOADPTR(eltptr, a);
350 if (elt == NULL)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddump.c1217 SV** elt = av_fetch((AV*)sv,count,0); local
1220 if (elt)
1221 do_sv_dump(level+1, file, *elt, nest+1, maxnest, dumpops, pvlim);
1297 SV *elt, *keysv; local
1304 elt = hv_iterval(hv, he);
1311 do_sv_dump(level+1, file, elt, nest+1, maxnest, dumpops, pvlim);
H A Dmg.c969 char pathbuf[256], eltbuf[256], *cp, *elt = s; local
975 if ( ((cp = strchr(elt,'[')) || (cp = strchr(elt,'<'))) ) {
977 cando_by_name(S_IWUSR,0,elt) ) {
982 if ((cp = strchr(elt, ':')) != Nullch)
984 if (my_trnlnm(elt, eltbuf, j++))
985 elt = eltbuf;
990 } while (my_trnlnm(s, pathbuf, i++) && (elt = pathbuf));
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c584 Ckey_t elt; local
586 mbxfrm(elt, key, COLL_KEY_MAX);
596 if (!strcmp((char*)ce->beg, (char*)elt))
600 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max)
604 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswlower(c) || !iswupper(c)))
608 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswupper(c) || !iswlower(c)))
659 Ckey_t elt; local
[all...]

Completed in 45 milliseconds