Home
last modified time | relevance | path

Searched full:rerr (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregerror.c54 static struct rerr { struct
86 struct rerr *r; in llvm_regerror()
125 struct rerr *r; in regatoi()
/freebsd/crypto/openssh/
H A Dssh-sk-client.c161 u_int rtype, rerr; in client_converse() local
207 if ((r = sshbuf_get_u32(resp, &rerr)) != 0) { in client_converse()
211 debug_f("helper returned error -%u", rerr); in client_converse()
213 if (rerr == 0 || rerr >= INT_MAX) in client_converse()
216 r = -(int)rerr; in client_converse()
/freebsd/lib/libc/regex/
H A Dregerror.c78 static struct rerr { struct
114 struct rerr *r; in regerror()
158 struct rerr *r; in regatoi()
/freebsd/contrib/nvi/regex/
H A Dregerror.c84 static struct rerr { struct
116 struct rerr *r; in regerror()
156 struct rerr *r; in regatoi()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c57 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; in show_vdev_stats() local
98 nicenum(vs->vs_read_errors, rerr, sizeof (rerr)); in show_vdev_stats()
109 rops, wops, rbytes, wbytes, rerr, werr, cerr); in show_vdev_stats()
/freebsd/contrib/tcpdump/
H A Dprint-aodv.c277 ND_PRINT(" rerr %s [items %u] [%u]:", in aodv_rerr()
366 ND_PRINT(" rerr %s [items %u] [%u]:", in aodv_v6_rerr()
455 ND_PRINT(" rerr %s [items %u] [%u]:", in aodv_v6_draft_01_rerr()
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp.c328 int rerr; in subscr_addr_add_url() local
380 rerr = getaddrinfo(host, NULL /* fill in port ourselves */, in subscr_addr_add_url()
382 if (rerr) { in subscr_addr_add_url()
384 rerr, gai_strerror(rerr), host); in subscr_addr_add_url()
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c133 ret_val = GET_TGEC_CNTR_64(rerr); in fman_tgec_get_counter()
H A Dfman_memac.c421 ret_val = GET_MEMAC_CNTR_64(rerr); in fman_memac_get_counter()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c135572 double rErr; /* Error term for Kahan-Babushka-Neumaier summation */ member
135594 pSum->rErr += (s - t) + r;
135596 pSum->rErr += (r - t) + s;
135626 p->rErr = (double)iSm;
135629 p->rErr = 0.0;
135719 }else if( !sqlite3IsOverflow(p->rErr) ){
135720 sqlite3_result_double(context, p->rSum+p->rErr);
135736 if( !sqlite3IsOverflow(p->rErr) ) r += p->rErr;
135750 if( !sqlite3IsOverflow(p->rErr) ) r += p->rErr;