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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.h38 struct evalue { struct
56 int try, struct evalue *valuep);
H A Dfme.c907 struct evalue *evp = (struct evalue *)right;
1041 struct evalue *ep;
1046 if ((ep = (struct evalue *)lut_lookup(sp->serdprops,
1051 if ((ep = (struct evalue *)lut_lookup(sp->serdprops,
1056 if ((ep = (struct evalue *)lut_lookup(sp->serdprops,
1061 if ((ep = (struct evalue *)lut_lookup(sp->serdprops,
1096 struct evalue *gval;
1948 struct evalue value;
2257 addpayloadprop(const char *lhs, struct evalue *rh
2870 struct evalue evalue; local
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_crypt.c190 evalue(char *ptr) function
198 * points to as that is what evalue does below.
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprint.c542 char *evalue; local
604 vlen = strlen(evalue = cexpand(value));
606 vlen = strlen(evalue = iexpand(value));
665 evalue);
674 evalue);
680 evalue);
/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c962 char *evalue; local
981 evalue = value + strcspn(value, " \t");
982 if (*evalue) {
984 *ep = evalue;

Completed in 83 milliseconds