Home
last modified time | relevance | path

Searched refs:ovalue (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/vi/port/
H A Dex_set.c278 op->ovalue = 1 - no; in set()
300 op->ovalue = getnum(); in set()
424 if (op->ovalue == op->odefault) in propts()
450 viprintf("%s%s", op->ovalue ? "" : "no", name); in propt()
454 viprintf("%s=%d", name, op->ovalue); in propt()
H A Dex.h138 short ovalue; /* Current value */ member
147 #define value(a) options[a].ovalue
/titanic_44/usr/src/psm/promif/ieee1275/common/
H A Dprom_prop.c284 caddr_t ovalue = NULL; in prom_setprop() local
287 ovalue = value; in prom_setprop()
292 promplat_bcopy(ovalue, value, len); in prom_setprop()
316 if (ovalue != NULL) in prom_setprop()
/titanic_44/usr/src/lib/libc/port/rt/
H A Dclock_timer.c148 itimerspec_t *ovalue) in timer_settime() argument
150 return (__timer_settime(timerid, flags, value, ovalue)); in timer_settime()
/titanic_44/usr/src/lib/libresolv2/common/bsd/
H A Dsetitimer.c20 struct itimerval *ovalue) in __setitimer() argument
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Daudit.c820 Addr ovalue = sym->st_value; in _audit_pltenter() local
833 alp->al_libname, name, ovalue)); in _audit_pltenter()
847 if (ovalue != sym->st_value) { in _audit_pltenter()
985 Addr ovalue = sym->st_value; in _audit_symbind() local
1012 alp->al_libname, name, ovalue, oflags)); in _audit_symbind()
1033 if ((ovalue != sym->st_value) && in _audit_symbind()
1037 if ((ovalue != sym->st_value) || (oflags != *flags)) { in _audit_symbind()
/titanic_44/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c812 char *ovalue; in smb_validate_property() local
839 ovalue = sa_get_property_attr(oprop, "value"); in smb_validate_property()
840 if (ovalue != NULL) { in smb_validate_property()
841 ret = check_rorw(value, ovalue); in smb_validate_property()
842 sa_free_attr_string(ovalue); in smb_validate_property()
/titanic_44/usr/src/common/bignum/
H A Dbignumimpl.c2793 BIG_CHUNK_TYPE ovalue[BIGTMPSIZE]; in big_isprime_pos_ext() local
2811 if ((err = big_init1(&o, n->len, ovalue, arraysize(ovalue))) != in big_isprime_pos_ext()