Home
last modified time | relevance | path

Searched refs:rstatus (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/dhcpcd/compat/
H A D_strtoi.h52 __TYPE lo, __TYPE hi, int * rstatus) in _FUNCNAME() argument
64 if (rstatus == NULL) in _FUNCNAME()
65 rstatus = &rep; in _FUNCNAME()
72 *rstatus = errno; in _FUNCNAME()
75 if (*rstatus == 0) { in _FUNCNAME()
78 *rstatus = ECANCELED; in _FUNCNAME()
81 *rstatus = ENOTSUP; in _FUNCNAME()
85 if (*rstatus == 0) in _FUNCNAME()
86 *rstatus = ERANGE; in _FUNCNAME()
90 if (*rstatus == 0) in _FUNCNAME()
[all …]
H A Dstrtoi.h42 int base, intmax_t lo, intmax_t hi, int *rstatus);
44 int base, uintmax_t lo, uintmax_t hi, int *rstatus);
/dragonfly/crypto/openssh/
H A Dsftp-client.c753 u_int rstatus; in do_lsreaddir() local
755 if ((r = sshbuf_get_u32(msg, &rstatus)) != 0) in do_lsreaddir()
757 debug3("Received SSH2_FXP_STATUS %d", rstatus); in do_lsreaddir()
758 if (rstatus == SSH2_FX_EOF) in do_lsreaddir()
760 error("Couldn't read directory: %s", fx2txt(rstatus)); in do_lsreaddir()
/dragonfly/contrib/binutils-2.27/gold/
H A Dx86_64.cc3583 typename Reloc_funcs::Reloc_status rstatus = Reloc_funcs::RELOC_OK; in relocate() local
3602 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
3607 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
3613 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend, in relocate()
3644 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend, in relocate()
3824 if (rstatus == Reloc_funcs::RELOC_OVERFLOW) in relocate()
/dragonfly/contrib/binutils-2.34/gold/
H A Dx86_64.cc4745 typename Reloc_funcs::Reloc_status rstatus = Reloc_funcs::RELOC_OK; in relocate() local
4764 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
4769 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
4775 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend, in relocate()
4806 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend, in relocate()
4989 if (rstatus == Reloc_funcs::RELOC_OVERFLOW) in relocate()
/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecNumber.c2805 uInt rstatus; /* .. */ in decNumberSquareRoot() local
2988 rstatus=0; /* clear status */ in decNumberSquareRoot()
2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in decNumberSquareRoot()
2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in decNumberSquareRoot()
2995 if (rstatus&DEC_Overflow) { in decNumberSquareRoot()
2996 status=rstatus; /* use the status as-is */ in decNumberSquareRoot()
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in decNumberSquareRoot()
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecNumber.c2805 uInt rstatus; /* .. */ in decNumberSquareRoot() local
2988 rstatus=0; /* clear status */ in decNumberSquareRoot()
2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in decNumberSquareRoot()
2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in decNumberSquareRoot()
2995 if (rstatus&DEC_Overflow) { in decNumberSquareRoot()
2996 status=rstatus; /* use the status as-is */ in decNumberSquareRoot()
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in decNumberSquareRoot()
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecNumber.c2805 uInt rstatus; /* .. */ in decNumberSquareRoot() local
2988 rstatus=0; /* clear status */ in decNumberSquareRoot()
2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in decNumberSquareRoot()
2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in decNumberSquareRoot()
2995 if (rstatus&DEC_Overflow) { in decNumberSquareRoot()
2996 status=rstatus; /* use the status as-is */ in decNumberSquareRoot()
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in decNumberSquareRoot()
/dragonfly/sys/dev/raid/asr/
H A Dasr.c299 U32 rstatus; member
564 Reply_Ptr = &sc->ha_statusmem->rstatus; in ASR_resetIOP()
2298 offsetof(struct Asr_status_mem, rstatus); in asr_status_cb()