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

12

/freebsd-10-stable/lib/libc/gen/
H A Dpsignal.c58 (void)_write(STDERR_FILENO, s, strlen(s));
59 (void)_write(STDERR_FILENO, ": ", 2);
61 (void)_write(STDERR_FILENO, c, strlen(c));
62 (void)_write(STDERR_FILENO, "\n", 1);
H A Dsetjmperr.c52 (void)_write(STDERR_FILENO, ERRMSG, sizeof(ERRMSG) - 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.c199 (void)_write(STDERR_FILENO, "execvP: ", 8);
200 (void)_write(STDERR_FILENO, p, lp);
201 (void)_write(STDERR_FILENO, ": path too long\n",
H A Dtermios.c269 if (c != _POSIX_VDISABLE && _write(fd, &c, sizeof(c)) == -1)
/freebsd-10-stable/lib/libc/stdio/
H A Dgets.c60 (void) _write(STDERR_FILENO, w, sizeof(w) - 1);
H A Dfunopen.c72 fp->_write = writefn;
H A Dvdprintf.c62 f._write = __swrite;
H A Dstdio.c65 return (_write(fp->_file, buf, (size_t)n));
117 ret = (*fp->_write)(fp->_cookie, buf, n);
H A Dfopen.c83 fp->_write = __swrite;
H A Dfdopen.c101 fp->_write = __swrite;
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dnet_write.c80 count = _write (sock, cbuf, rem);
90 count = _write (sock, cbuf, rem);
/freebsd-10-stable/crypto/openssl/crypto/bio/
H A Dbio_lcl.h25 # define UP_write _write
/freebsd-10-stable/lib/libc/gmon/
H A Dgmon.c67 #define ERR(s) _write(2, s, sizeof(s))
179 _write(log, buf, len);
188 _write(fd, (char *)hdr, sizeof *hdr);
189 _write(fd, p->kcount, p->kcountsize);
204 _write(log, buf, len);
209 _write(fd, &rawarc, sizeof rawarc);
/freebsd-10-stable/lib/libc/locale/
H A Dcollate.c314 _write(STDERR_FILENO, s, strlen(s));
315 _write(STDERR_FILENO, ": ", 2);
317 _write(STDERR_FILENO, s, strlen(s));
318 _write(STDERR_FILENO, ": ", 2);
320 _write(STDERR_FILENO, s, strlen(s));
321 _write(STDERR_FILENO, "\n", 1);
/freebsd-10-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h96 #define write _write
/freebsd-10-stable/sys/arm/mv/
H A Dmvwin.h336 pre ## _ ## reg ## _write(int i, uint32_t val) \
343 pre ## _ ## reg ## _write(int i, int j, uint32_t val) \
350 pre ## _ ## reg ## _write(uint32_t base, int i, uint32_t val) \
357 pre ## _ ## reg ## _write(uint32_t base, int i, int j, uint32_t val) \
378 pre ## _ ## reg ## _write(uint32_t val) \
385 pre ## _ ## reg ## _write(uint32_t base, uint32_t val) \
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h99 #define write _write
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Denc_writ.c164 i = _write(fd, (void *)&(outbuf[j]), outnum - j);
/freebsd-10-stable/lib/libc/stdlib/
H A Dgetenv.c111 _write(STDERR_FILENO, _getprogname(), strlen(_getprogname()));
112 _write(STDERR_FILENO, progSep, sizeof(progSep) - 1);
113 _write(STDERR_FILENO, msg, strlen(msg));
114 _write(STDERR_FILENO, name, nameLen);
115 _write(STDERR_FILENO, nl, sizeof(nl) - 1);
/freebsd-10-stable/lib/libc/net/
H A Drcmd.c218 _write(s, "", 1);
229 if (_write(s, num, strlen(num)+1) != strlen(num)+1) {
294 (void)_write(s, locuser, strlen(locuser)+1);
295 (void)_write(s, remuser, strlen(remuser)+1);
296 (void)_write(s, cmd, strlen(cmd)+1);
304 (void)_write(STDERR_FILENO, &c, 1);
/freebsd-10-stable/contrib/zlib/
H A Dgzguts.h49 # define write _write
/freebsd-10-stable/contrib/groff/src/include/
H A Dnonposix.h63 # define write(f,b,s) _write(f,b,s)
/freebsd-10-stable/lib/libc/db/recno/
H A Drec_close.c152 if (_write(t->bt_rfd, data.data, data.size) !=

Completed in 104 milliseconds

12