Searched refs:_write (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-13-stable/lib/libc/gen/
H A Dpsignal.c56 (void)_write(STDERR_FILENO, s, strlen(s));
57 (void)_write(STDERR_FILENO, ": ", 2);
59 (void)_write(STDERR_FILENO, c, strlen(c));
60 (void)_write(STDERR_FILENO, "\n", 1);
H A Dsetjmperr.c52 (void)_write(STDERR_FILENO, ERRMSG, sizeof(ERRMSG) - 1);
H A Deventfd.c53 return (sizeof(value) == _write(fd, &value, sizeof(value)) ? 0 : -1);
H A Dfstab.c294 (void)_write(STDERR_FILENO, "fstab: ", 7);
295 (void)_write(STDERR_FILENO, path_fstab, strlen(path_fstab));
296 (void)_write(STDERR_FILENO, ":", 1);
298 (void)_write(STDERR_FILENO, num, strlen(num));
300 (void)_write(STDERR_FILENO, p, strlen(p));
301 (void)_write(STDERR_FILENO, "\n", 1);
H A Dreadpassphrase.c127 (void)_write(output, prompt, strlen(prompt));
146 (void)_write(output, "\n", 1);
H A Dexec.c206 (void)_write(STDERR_FILENO, execvPe_err_preamble,
208 (void)_write(STDERR_FILENO, p, lp);
209 (void)_write(STDERR_FILENO, execvPe_err_trailer,
/freebsd-13-stable/contrib/libpcap/testprogs/
H A Dunix.h54 #define write _write
/freebsd-13-stable/lib/libc/stdlib/
H A Dset_constraint_handler_s.c91 (void) _write(STDERR_FILENO, ahs, sizeof(ahs) - 1);
92 (void) _write(STDERR_FILENO, msg, strlen(msg));
93 (void) _write(STDERR_FILENO, "\n", 1);
H A Dgetenv.c113 _write(STDERR_FILENO, _getprogname(), strlen(_getprogname()));
114 _write(STDERR_FILENO, progSep, sizeof(progSep) - 1);
115 _write(STDERR_FILENO, msg, strlen(msg));
116 _write(STDERR_FILENO, name, nameLen);
117 _write(STDERR_FILENO, nl, sizeof(nl) - 1);
/freebsd-13-stable/lib/libc/stdio/
H A Dgets.c60 (void) _write(STDERR_FILENO, w, sizeof(w) - 1);
H A Dfunopen.c74 fp->_write = writefn;
H A Dvdprintf.c64 f._write = __swrite;
H A Dstdio.c67 return (_write(fp->_file, buf, (size_t)n));
119 ret = (*fp->_write)(fp->_cookie, buf, n);
H A Dfdopen.c103 fp->_write = __swrite;
H A Dfopen.c85 fp->_write = __swrite;
/freebsd-13-stable/tools/build/libc-bootstrap/
H A Dnamespace.h44 #define _write(a, b, c) write(a, b, c) macro
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dnet_write.c80 count = _write (sock, cbuf, rem);
90 count = _write (sock, cbuf, rem);
/freebsd-13-stable/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-13-stable/lib/libc/gmon/
H A Dgmon.c62 #define ERR(s) _write(2, s, sizeof(s))
173 _write(log, buf, len);
182 _write(fd, (char *)hdr, sizeof *hdr);
183 _write(fd, p->kcount, p->kcountsize);
198 _write(log, buf, len);
203 _write(fd, &rawarc, sizeof rawarc);
/freebsd-13-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h96 #define write _write
/freebsd-13-stable/sys/arm/mv/
H A Dmvwin.h338 pre ## _ ## reg ## _write(int i, uint32_t val) \
345 pre ## _ ## reg ## _write(int i, int j, uint32_t val) \
352 pre ## _ ## reg ## _write(uint32_t base, int i, uint32_t val) \
359 pre ## _ ## reg ## _write(uint32_t base, int i, int j, uint32_t val) \
380 pre ## _ ## reg ## _write(uint32_t val) \
387 pre ## _ ## reg ## _write(uint32_t base, uint32_t val) \
/freebsd-13-stable/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h86 #define _write(fd, buf, nbytes) __sys_write(fd, buf, nbytes) macro
/freebsd-13-stable/lib/libc/net/
H A Drcmd.c213 _write(s, "", 1);
224 if (_write(s, num, strlen(num)+1) != strlen(num)+1) {
289 (void)_write(s, locuser, strlen(locuser)+1);
290 (void)_write(s, remuser, strlen(remuser)+1);
291 (void)_write(s, cmd, strlen(cmd)+1);
299 (void)_write(STDERR_FILENO, &c, 1);
/freebsd-13-stable/sys/contrib/zlib/
H A Dgzguts.h49 # define write _write
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h56 # define write _write

Completed in 282 milliseconds

12