Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/rpki-client/
Dometric.c49 struct ovalue { struct
50 STAILQ_ENTRY(ovalue) entry;
60 STAILQ_HEAD(ovalues, ovalue); argument
165 struct ovalue *ov; in ometric_free_all()
316 ometric_output_value(FILE *out, const struct ovalue *ov) in ometric_output_value()
356 struct ovalue *ov; in ometric_output_all()
391 struct ovalue *ov; in ometric_set_int_value()
421 struct ovalue *ov; in ometric_set_float()
443 struct ovalue *ov; in ometric_set_timespec()
/openbsd/src/usr.sbin/bgpctl/
Dometric.c49 struct ovalue { struct
50 STAILQ_ENTRY(ovalue) entry;
60 STAILQ_HEAD(ovalues, ovalue); argument
165 struct ovalue *ov; in ometric_free_all()
314 ometric_output_value(FILE *out, const struct ovalue *ov) in ometric_output_value()
354 struct ovalue *ov; in ometric_output_all()
389 struct ovalue *ov; in ometric_set_int_value()
419 struct ovalue *ov; in ometric_set_float()
441 struct ovalue *ov; in ometric_set_timespec()
/openbsd/src/lib/libc/sys/
Dtimer_settime.c12 struct itimerspec *ovalue) in timer_settime() argument
/openbsd/src/lib/libc/gen/
Dlogin_cap.c813 login_setenv(char *name, char *ovalue, const struct passwd *pwd, int ispath) in login_setenv() argument
818 if (*ovalue != '\0') in login_setenv()
819 value = expandstr(ovalue, pwd, ispath); in login_setenv()
820 error = setenv(name, value ? value : ovalue, 1); in login_setenv()
/openbsd/src/gnu/llvm/compiler-rt/include/sanitizer/
Dnetbsd_syscall_hooks.h1247 ovalue) \ argument
1250 (long long)(ovalue))
1252 value, ovalue) \ argument
1255 (long long)(ovalue))
2478 ovalue) \ argument
2481 (long long)(ovalue))
2483 ovalue) \ argument
2486 (long long)(ovalue))
3801 long long ovalue);
3806 long long ovalue);
[all …]
Dlinux_syscall_hooks.h182 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \ argument
184 (long)(ovalue))
185 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \ argument
187 (long)(ovalue))
2110 long ovalue);
2112 long ovalue);
/openbsd/src/gnu/gcc/gcc/
Dc-typeck.c3530 tree otype, ovalue; in build_c_cast() local
3638 ovalue = value; in build_c_cast()
3644 if (CONSTANT_CLASS_P (ovalue) in build_c_cast()
3645 && (TREE_OVERFLOW (ovalue) || TREE_CONSTANT_OVERFLOW (ovalue))) in build_c_cast()
3649 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue); in build_c_cast()
3650 TREE_CONSTANT_OVERFLOW (value) = TREE_CONSTANT_OVERFLOW (ovalue); in build_c_cast()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c5162 tree ovalue; local
5166 ovalue = value;
5172 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue);
5173 TREE_CONSTANT_OVERFLOW (value) = TREE_CONSTANT_OVERFLOW (ovalue);
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-typeck.c3688 tree otype, ovalue; local
3791 ovalue = value;
3797 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue);
3798 TREE_CONSTANT_OVERFLOW (value) = TREE_CONSTANT_OVERFLOW (ovalue);
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc465 PRE_SYSCALL(setitimer)(long which, void *value, void *ovalue) {}
467 POST_SYSCALL(setitimer)(long res, long which, void *value, void *ovalue) {
471 if (ovalue)
472 POST_WRITE(ovalue, struct_itimerval_sz);
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1967 /// struct itimerval *ovalue);