Searched refs:ovalue (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_set.c | 278 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 D | ex.h | 138 short ovalue; /* Current value */ member 147 #define value(a) options[a].ovalue
|
/titanic_44/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_prop.c | 284 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 D | clock_timer.c | 148 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 D | setitimer.c | 20 struct itimerval *ovalue) in __setitimer() argument
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | audit.c | 820 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 D | libshare_smb.c | 812 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 D | bignumimpl.c | 2793 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()
|