| /freebsd-12-stable/lib/libc/gen/ |
| D | psignal.c | 56 (void)_write(STDERR_FILENO, s, strlen(s)); in psignal() 57 (void)_write(STDERR_FILENO, ": ", 2); in psignal() 59 (void)_write(STDERR_FILENO, c, strlen(c)); in psignal() 60 (void)_write(STDERR_FILENO, "\n", 1); in psignal()
|
| D | fstab.c | 294 (void)_write(STDERR_FILENO, "fstab: ", 7); in error() 295 (void)_write(STDERR_FILENO, path_fstab, strlen(path_fstab)); in error() 296 (void)_write(STDERR_FILENO, ":", 1); in error() 298 (void)_write(STDERR_FILENO, num, strlen(num)); in error() 300 (void)_write(STDERR_FILENO, p, strlen(p)); in error() 301 (void)_write(STDERR_FILENO, "\n", 1); in error()
|
| D | exec.c | 206 (void)_write(STDERR_FILENO, execvPe_err_preamble, in execvPe() 208 (void)_write(STDERR_FILENO, p, lp); in execvPe() 209 (void)_write(STDERR_FILENO, execvPe_err_trailer, in execvPe()
|
| D | readpassphrase.c | 127 (void)_write(output, prompt, strlen(prompt)); in readpassphrase() 146 (void)_write(output, "\n", 1); in readpassphrase()
|
| D | setjmperr.c | 52 (void)_write(STDERR_FILENO, ERRMSG, sizeof(ERRMSG) - 1); in longjmperror()
|
| /freebsd-12-stable/lib/libc/gmon/ |
| D | gmon.c | 62 #define ERR(s) _write(2, s, sizeof(s)) 173 _write(log, buf, len); in _mcleanup() 182 _write(fd, (char *)hdr, sizeof *hdr); in _mcleanup() 183 _write(fd, p->kcount, p->kcountsize); in _mcleanup() 198 _write(log, buf, len); in _mcleanup() 203 _write(fd, &rawarc, sizeof rawarc); in _mcleanup()
|
| /freebsd-12-stable/lib/libc/stdlib/ |
| D | set_constraint_handler_s.c | 91 (void) _write(STDERR_FILENO, ahs, sizeof(ahs) - 1); in abort_handler_s() 92 (void) _write(STDERR_FILENO, msg, strlen(msg)); in abort_handler_s() 93 (void) _write(STDERR_FILENO, "\n", 1); in abort_handler_s()
|
| D | getenv.c | 113 _write(STDERR_FILENO, _getprogname(), strlen(_getprogname())); in __env_warnx() 114 _write(STDERR_FILENO, progSep, sizeof(progSep) - 1); in __env_warnx() 115 _write(STDERR_FILENO, msg, strlen(msg)); in __env_warnx() 116 _write(STDERR_FILENO, name, nameLen); in __env_warnx() 117 _write(STDERR_FILENO, nl, sizeof(nl) - 1); in __env_warnx()
|
| /freebsd-12-stable/sys/arm/mv/ |
| D | mvwin.h | 340 pre ## _ ## reg ## _write(int i, uint32_t val) \ 347 pre ## _ ## reg ## _write(int i, int j, uint32_t val) \ 354 pre ## _ ## reg ## _write(uint32_t base, int i, uint32_t val) \ 361 pre ## _ ## reg ## _write(uint32_t base, int i, int j, uint32_t val) \ 382 pre ## _ ## reg ## _write(uint32_t val) \ 389 pre ## _ ## reg ## _write(uint32_t base, uint32_t val) \
|
| /freebsd-12-stable/crypto/heimdal/lib/roken/ |
| D | net_write.c | 80 count = _write (sock, cbuf, rem); in net_write() 90 count = _write (sock, cbuf, rem); in net_write()
|
| /freebsd-12-stable/sys/dev/bhnd/nvram/ |
| D | bhnd_nvram_iovar.h | 90 static bhnd_nvram_iop_write bhnd_nvram_ ## _n ## _write; \ 99 .write = bhnd_nvram_ ## _n ## _write, \
|
| /freebsd-12-stable/lib/libc/net/ |
| D | rcmd.c | 213 _write(s, "", 1); in rcmd_af() 224 if (_write(s, num, strlen(num)+1) != strlen(num)+1) { in rcmd_af() 289 (void)_write(s, locuser, strlen(locuser)+1); in rcmd_af() 290 (void)_write(s, remuser, strlen(remuser)+1); in rcmd_af() 291 (void)_write(s, cmd, strlen(cmd)+1); in rcmd_af() 299 (void)_write(STDERR_FILENO, &c, 1); in rcmd_af()
|
| /freebsd-12-stable/lib/libc/stdio/ |
| D | stdio.c | 67 return (_write(fp->_file, buf, (size_t)n)); in __swrite() 119 ret = (*fp->_write)(fp->_cookie, buf, n); in _swrite()
|
| D | gets.c | 62 (void) _write(STDERR_FILENO, w, sizeof(w) - 1); in gets()
|
| D | vdprintf.c | 64 f._write = __swrite; in vdprintf()
|
| D | funopen.c | 74 fp->_write = writefn; in funopen()
|
| D | fopen.c | 85 fp->_write = __swrite; in fopen()
|
| D | fdopen.c | 103 fp->_write = __swrite; in fdopen()
|
| /freebsd-12-stable/contrib/libpcap/testprogs/ |
| D | unix.h | 54 #define write _write
|
| /freebsd-12-stable/contrib/ntp/sntp/libopts/compat/ |
| D | windows-config.h | 96 #define write _write
|
| /freebsd-12-stable/lib/libc/db/hash/ |
| D | hash_page.c | 706 (void)_write(STDERR_FILENO, OVMSG, sizeof(OVMSG) - 1); in overflow_page() 720 (void)_write(STDERR_FILENO, OVMSG, sizeof(OVMSG) - 1); in overflow_page() 745 (void)_write(STDERR_FILENO, OVMSG, in overflow_page() 792 (void)_write(STDERR_FILENO, OVMSG, sizeof(OVMSG) - 1); in overflow_page()
|
| /freebsd-12-stable/sys/contrib/zlib/ |
| D | gzguts.h | 49 # define write _write
|
| /freebsd-12-stable/sys/contrib/zstd/zlibWrapper/ |
| D | gzguts.h | 54 # define write _write
|
| /freebsd-12-stable/crypto/openssl/crypto/bio/ |
| D | bio_local.h | 177 # define UP_write _write
|
| /freebsd-12-stable/lib/libc/db/recno/ |
| D | rec_close.c | 154 if (_write(t->bt_rfd, data.data, data.size) != in __rec_sync()
|