Home
last modified time | relevance | path

Searched refs:_write (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-12.1/lib/libc/gen/
H A Dpsignal.c56 (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()
H A Dfstab.c294 (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()
H A Dexec.c196 (void)_write(STDERR_FILENO, "execvP: ", 8); in execvPe()
197 (void)_write(STDERR_FILENO, p, lp); in execvPe()
198 (void)_write(STDERR_FILENO, ": path too long\n", in execvPe()
H A Dreadpassphrase.c127 (void)_write(output, prompt, strlen(prompt)); in readpassphrase()
146 (void)_write(output, "\n", 1); in readpassphrase()
H A Dsetjmperr.c52 (void)_write(STDERR_FILENO, ERRMSG, sizeof(ERRMSG) - 1); in longjmperror()
/freebsd-12.1/lib/libc/gmon/
H A Dgmon.c62 #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.1/lib/libc/stdlib/
H A Dset_constraint_handler_s.c91 (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()
H A Dgetenv.c113 _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.1/sys/arm/mv/
H A Dmvwin.h340 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.1/crypto/heimdal/lib/roken/
H A Dnet_write.c80 count = _write (sock, cbuf, rem); in net_write()
90 count = _write (sock, cbuf, rem); in net_write()
/freebsd-12.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iovar.h90 static bhnd_nvram_iop_write bhnd_nvram_ ## _n ## _write; \
99 .write = bhnd_nvram_ ## _n ## _write, \
/freebsd-12.1/lib/libc/net/
H A Drcmd.c213 _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.1/lib/libc/stdio/
H A Dstdio.c67 return (_write(fp->_file, buf, (size_t)n)); in __swrite()
119 ret = (*fp->_write)(fp->_cookie, buf, n); in _swrite()
H A Dgets.c62 (void) _write(STDERR_FILENO, w, sizeof(w) - 1); in gets()
H A Dvdprintf.c64 f._write = __swrite; in vdprintf()
H A Dfunopen.c74 fp->_write = writefn; in funopen()
H A Dfopen.c85 fp->_write = __swrite; in fopen()
H A Dfdopen.c103 fp->_write = __swrite; in fdopen()
H A Dfindfp.c66 ._write = __swrite, \
/freebsd-12.1/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h96 #define write _write
/freebsd-12.1/lib/libc/db/hash/
H A Dhash_page.c706 (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.1/sys/contrib/zlib/
H A Dgzguts.h49 # define write _write
/freebsd-12.1/crypto/openssl/crypto/bio/
H A Dbio_lcl.h177 # define UP_write _write
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h54 # define write _write
/freebsd-12.1/lib/libc/db/recno/
H A Drec_close.c154 if (_write(t->bt_rfd, data.data, data.size) != in __rec_sync()

12