Home
last modified time | relevance | path

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

12

/trueos/lib/libc/gen/
HDpsignal.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);
HDfstab.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()
HDexec.c199 (void)_write(STDERR_FILENO, "execvP: ", 8); in execvPe()
200 (void)_write(STDERR_FILENO, p, lp); in execvPe()
201 (void)_write(STDERR_FILENO, ": path too long\n", in execvPe()
HDreadpassphrase.c118 (void)_write(output, prompt, strlen(prompt)); in readpassphrase()
137 (void)_write(output, "\n", 1); in readpassphrase()
HDsetjmperr.c52 (void)_write(STDERR_FILENO, ERRMSG, sizeof(ERRMSG) - 1); in longjmperror()
/trueos/lib/libc/gmon/
HDgmon.c67 #define ERR(s) _write(2, s, sizeof(s))
179 _write(log, buf, len); in _mcleanup()
188 _write(fd, (char *)hdr, sizeof *hdr); in _mcleanup()
189 _write(fd, p->kcount, p->kcountsize); in _mcleanup()
204 _write(log, buf, len); in _mcleanup()
209 _write(fd, &rawarc, sizeof rawarc); in _mcleanup()
/trueos/lib/libc/locale/
HDcollate.c314 _write(STDERR_FILENO, s, strlen(s)); in __collate_err()
315 _write(STDERR_FILENO, ": ", 2); in __collate_err()
317 _write(STDERR_FILENO, s, strlen(s)); in __collate_err()
318 _write(STDERR_FILENO, ": ", 2); in __collate_err()
320 _write(STDERR_FILENO, s, strlen(s)); in __collate_err()
321 _write(STDERR_FILENO, "\n", 1); in __collate_err()
/trueos/sys/arm/mv/
HDmvwin.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) \
/trueos/sys/sys/mach/device/
HDdata_device.h50 #define DATADEV_INIT(_ddev, _name, _close, _write, _arg) \ argument
57 (_ddev)->dd_write = (void (*)(void *, io_req_t))(_write); \
/trueos/crypto/heimdal/lib/roken/
HDnet_write.c80 count = _write (sock, cbuf, rem); in net_write()
90 count = _write (sock, cbuf, rem); in net_write()
/trueos/lib/libc/stdlib/
HDgetenv.c111 _write(STDERR_FILENO, _getprogname(), strlen(_getprogname())); in __env_warnx()
112 _write(STDERR_FILENO, progSep, sizeof(progSep) - 1); in __env_warnx()
113 _write(STDERR_FILENO, msg, strlen(msg)); in __env_warnx()
114 _write(STDERR_FILENO, name, nameLen); in __env_warnx()
115 _write(STDERR_FILENO, nl, sizeof(nl) - 1); in __env_warnx()
/trueos/lib/libc/net/
HDrcmd.c217 _write(s, "", 1);
228 if (_write(s, num, strlen(num)+1) != strlen(num)+1) {
293 (void)_write(s, locuser, strlen(locuser)+1);
294 (void)_write(s, remuser, strlen(remuser)+1);
295 (void)_write(s, cmd, strlen(cmd)+1);
303 (void)_write(STDERR_FILENO, &c, 1);
/trueos/lib/libc/stdio/
HDstdio.c65 return (_write(fp->_file, buf, (size_t)n)); in __swrite()
117 ret = (*fp->_write)(fp->_cookie, buf, n); in _swrite()
HDgets.c61 (void) _write(STDERR_FILENO, w, sizeof(w) - 1); in gets()
HDvdprintf.c62 f._write = __swrite; in vdprintf()
HDfunopen.c72 fp->_write = writefn; in funopen()
HDfopen.c83 fp->_write = __swrite; in fopen()
HDfdopen.c98 fp->_write = __swrite; in fdopen()
/trueos/crypto/openssl/crypto/bio/
HDbio_lcl.h25 # define UP_write _write
/trueos/contrib/ntp/libopts/compat/
HDwindows-config.h111 #define write _write
/trueos/contrib/ntp/sntp/libopts/compat/
HDwindows-config.h111 #define write _write
/trueos/crypto/openssl/crypto/des/
HDenc_writ.c164 i = _write(fd, (void *)&(outbuf[j]), outnum - j); in DES_enc_write()
/trueos/lib/libc/db/hash/
HDhash_page.c698 (void)_write(STDERR_FILENO, OVMSG, sizeof(OVMSG) - 1); in overflow_page()
712 (void)_write(STDERR_FILENO, OVMSG, sizeof(OVMSG) - 1); in overflow_page()
737 (void)_write(STDERR_FILENO, OVMSG, in overflow_page()
784 (void)_write(STDERR_FILENO, OVMSG, sizeof(OVMSG) - 1); in overflow_page()
/trueos/lib/libz/
HDgzguts.h41 # define write _write
/trueos/contrib/jemalloc/include/jemalloc/
HDjemalloc_FreeBSD.h111 #define write _write

12