Searched refs:_write (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtsubrs.c | 46 static int _write(); 144 _write(fd, linebuf, lbp - &linebuf[0]); \ 154 _write(fd, linebuf, lbp - &linebuf[0]); 218 _write(fd, linebufp, lbp - linebufp); \ 240 _write(fd, buf, len) in _write() function
|
H A D | rtldlib.s | 85 .global _open, _mmap, _munmap, _read, _write, _lseek, _close 110 _write: label
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/sparc/ |
H A D | _write.s | 37 SYSREENTRY(_write) 43 SET_SIZE(_write)
|
/titanic_50/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | write.c | 66 if ((ret = _write(fd, nbuf, ret)) == -1) { in bc_write() 78 return (_write(fd, buf, size)); in bc_write()
|
H A D | writev.c | 70 if ((ret = _write(fd, nbuf, ret)) == -1) { in bc_writev()
|
/titanic_50/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | write.c | 70 if ((ret = _write(fd, nbuf, ret)) == -1) { in bc_write() 85 if ((ret = _write(fd, buf, size)) == -1) { in bc_write()
|
H A D | writev.c | 73 if ((ret = _write(fd, nbuf, ret)) == -1) { in bc_writev()
|
/titanic_50/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 62 #define write _write
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | omitted | 22 while ((n = _read(fd, buf, sizeof(buf))) > 0 && _write(td, buf, n) == n);
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 82 extern ssize_t _write(int, const void*, size_t); 655 return _write(fd, buf, n); in write()
|
/titanic_50/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 390 _write;
|
/titanic_50/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 144 sbrk.o _syscall.o getmsg.o _read.o _write.o \
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 49 #pragma weak _write = write macro
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2708 _write;
|