Searched refs:werr (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.bin/localedef/ |
H A D | wide.c | 164 werr(const char *fmt, ...) in werr() function 184 werr("invalid or unsupported multibyte locale"); in towide_none() 195 werr("invalid or unsupported multibyte locale"); in tomb_none() 238 werr("utf8 encoding too large (%s)", show_mb(mb)); in towide_utf8() 242 werr("incomplete utf8 sequence (%s)", show_mb(mb)); in towide_utf8() 248 werr("illegal utf8 byte (%x)", s[i]); in towide_utf8() 256 werr("illegal redundant utf8 encoding (%s)", show_mb(mb)); in towide_utf8() 286 werr("illegal uf8 char (%x)", wc); in tomb_utf8() 324 werr("incomplete character sequence (%s)", show_mb(mb)); in towide_dbcs() 414 werr("incomplete character sequence (%s)", show_mb(mb)); in towide_gb18030() [all …]
|
H A D | localedef.h | 172 void werr(const char *, ...);
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | util.c | 55 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; in show_vdev_stats() local 97 nicenum(vs->vs_write_errors, werr, sizeof (werr)); in show_vdev_stats() 107 rops, wops, rbytes, wbytes, rerr, werr, cerr); in show_vdev_stats()
|
/freebsd/contrib/nvi/common/ |
H A D | recover.c | 386 goto werr; in rcv_mailfile() 391 goto werr; in rcv_mailfile() 407 goto werr; in rcv_mailfile() 461 goto werr; in rcv_mailfile() 472 werr: msgq(sp, M_SYSERR, "065|Recovery file"); in rcv_mailfile()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ftp.c | 590 int werr = 0; in copy_stream() local 647 werr = sec_write (fileno (to), buf, n); in copy_stream() 648 if (werr < 0) in copy_stream() 650 bytes += werr; in copy_stream() 660 if (werr < 0) { in copy_stream()
|
/freebsd/crypto/heimdal/appl/ftp/ |
H A D | ChangeLog | 950 * ftp/ftp.c (copy_stream): initialize `werr'
|