Searched refs:nxt (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtbuf.c34 static char* nxt = buf; variable
47 if (n > (&buf[elementsof(buf)] - nxt))
63 nxt = buf;
65 cur = nxt;
66 nxt += n;
H A Dtok.c41 struct Tok_s* nxt; /* next in free list */ member in union:Tok_s::__anon1187
60 freelist = freelist->ptr.nxt;
80 p->ptr.nxt = freelist;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcc_runtime.h49 #define PP_EVAL(ppaddr, nxt) do { \
58 if (PL_op != nxt) CALLRUNOPS(); \
65 if (PL_restartop && PL_restartop != nxt) \
68 PL_op = nxt; \
H A Dregcomp.c1158 regnode *nxt = NEXTOPER(oscan) + EXTRA_STEP_2ARGS; local
1159 regnode *nxt1 = nxt;
1165 nxt = regnext(nxt);
1166 if (!strchr((char*)PL_simple,OP(nxt))
1167 && !(PL_regkind[(U8)OP(nxt)] == EXACT
1168 && STR_LEN(nxt) == 1))
1171 nxt2 = nxt;
1173 nxt = regnext(nxt);
1198 regnode *nxt = NEXTOPER(oscan) + EXTRA_STEP_2ARGS; /* OPEN */ local
1253 regnode *nxt = oscan + NEXT_OFF(oscan); local
[all...]
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_archive.c190 int array_size, last, n, nxt, ret; local
261 for (last = nxt = 0; nxt < n;) {
264 * to return to the user, nxt is the next slot that we're
267 if (last != nxt) {
268 array[last] = array[nxt];
269 array[nxt] = NULL;
271 for (++nxt; nxt < n &&
272 strcmp(array[last], array[nxt])
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c625 indx_t full, half, nxt, off, skip, top, used; local
640 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
647 src = bi = GETBINTERNAL(h, nxt);
652 src = bl = GETBLEAF(h, nxt);
657 src = GETRINTERNAL(h, nxt);
662 src = rl = GETRLEAF(h, nxt);
677 || nxt == top - 1) {
684 ++nxt;
716 if (c->pg.index < nxt) /* Lef
823 indx_t nxt, top; local
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dcat.c131 unsigned char* nxt; local
190 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0)))
204 cp = buf = nxt;
274 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0)))
288 buf = nxt;
351 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0)))
367 buf = nxt;
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_split.c930 __bam_copy(dbp, pp, cp, nxt, stop)
933 u_int32_t nxt, stop;
941 for (off = 0; nxt < stop; ++nxt, ++NUM_ENT(cp), ++off) {
944 if (B_TYPE(GET_BINTERNAL(pp, nxt)->type) == B_KEYDATA)
946 BINTERNAL_SIZE(GET_BINTERNAL(pp, nxt)->len);
955 if (off != 0 && (nxt % P_INDX) == 0 &&
956 pp->inp[nxt] == pp->inp[nxt - P_INDX]) {
962 if (B_TYPE(GET_BKEYDATA(pp, nxt)
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c90 #define PUT(b,c) (((b)->nxt<(b)->end)?(*(b)->nxt++=(c)):((c),(-1)))
92 #define USE(b) ((b)->siz=(b)->nxt-(b)->buf,(b)->nxt=(b)->buf,(b)->siz)
93 #define SIZ(b) ((b)->nxt-(b)->buf)
94 #define END(b) (*((b)->nxt>=(b)->end?((b)->nxt=(b)->end-1):(b)->nxt)=0,(b)->nxt-(b)->buf)
103 char* nxt; member in struct:Buffer_s
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_frm_kdc.c55 unsigned int cur, nxt; member in struct:cc_tgts
197 ts->cc_tgts.nxt = 1;
216 i = rb->cur = rb->nxt;
222 rb->nxt = i;
471 * The following assertion is not be true for the case when ts->nxt points
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c618 collic(register Celt_t* ce, char* key, register char* nxt, int c, int x) argument
634 while (*nxt)
636 if (collic(ce, key, nxt + 1, c, x))
638 if (islower(*nxt))
639 *nxt = toupper(*nxt);
640 else if (isupper(*nxt))
641 *nxt = tolower(*nxt);
644 nxt
[all...]
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.c513 hash_elem_t *nxt; local
528 nxt = cur->next;
529 while (nxt != NULL) {
530 if (nxt->hdl == hash_val) {
531 cur->next = nxt->next;
532 free(nxt);
535 cur = nxt;
536 nxt = nxt->next;
/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c101 strset_t cur, nxt; local
103 for (cur = *ssp; cur != 0; cur = nxt) {
104 nxt = cur->next;

Completed in 70 milliseconds