Searched refs:rerr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregerror.c54 static struct rerr { struct
86 struct rerr *r;
125 struct rerr *r;
/freebsd-11-stable/contrib/nvi/regex/
H A Dregerror.c84 static struct rerr { struct
116 struct rerr *r;
156 struct rerr *r;
/freebsd-11-stable/lib/libc/regex/
H A Dregerror.c84 static struct rerr { struct
120 struct rerr *r;
164 struct rerr *r;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c51 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; local
81 nicenum(vs->vs_read_errors, rerr, sizeof (rerr));
92 rops, wops, rbytes, wbytes, rerr, werr, cerr);
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp.c328 int rerr; local
380 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
382 if (rerr) {
384 rerr, gai_strerror(rerr), host);

Completed in 170 milliseconds