Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dsetitimer.c16 struct itimerval *ovalue) in __setitimer() argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c73 if(nosub<0 && lvalue->ovalue) in scope()
74 return((Namval_t*)lvalue->ovalue); in scope()
75 lvalue->ovalue = 0; in scope()
454 lvalue->ovalue = (char*)np; in arith()
/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h75 char *ovalue; member
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c791 char *ovalue; in smb_validate_property() local
818 ovalue = sa_get_property_attr(oprop, "value"); in smb_validate_property()
819 if (ovalue != NULL) { in smb_validate_property()
820 ret = check_rorw(value, ovalue); in smb_validate_property()
821 sa_free_attr_string(ovalue); in smb_validate_property()
/illumos-gate/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()