Searched defs:oe (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dfts_fix.c43 FTSENT* oe; local
47 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0))))
49 *ne = *oe;
50 oe = ne;
55 return oe;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_opt.c234 krb5_gic_opt_ext *oe; local
236 oe = krb5int_gic_opte_alloc(context);
237 if (NULL == oe)
241 oe->flags = opt->flags;
242 oe->tkt_life = opt->tkt_life;
243 oe->renew_life = opt->renew_life;
244 oe->forwardable = opt->forwardable;
245 oe->proxiable = opt->proxiable;
246 oe->etype_list = opt->etype_list;
247 oe
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c300 * oe and ne are ends (not end+1) of subarrays.
307 Pos_t* oe; local
316 DEBUG_CODE(0x0080,{sfprintf(sfstdout, " %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (oe = os; oe < oend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n %-*.*snew ", (level + 3) * 4, (level + 3) * 4, "");for (oe = ns; oe < nen
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c126 char* oe; /* end of old string */ member in struct:Push_s
1216 tsp->oe = e;
1260 tsp->oe = e;
1380 e = psp->oe;

Completed in 27 milliseconds