Searched refs:sh_write (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 198 extern ssize_t sh_write(int, const void*, size_t); 236 # define write(a,b,c) sh_write(a,b,c)
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 208 extern __MANGLE__ ssize_t sh_write __PROTO__((int, const __V_*, size_t)); 247 # define write(a,b,c) sh_write(a,b,c)
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 208 extern __MANGLE__ ssize_t sh_write __PROTO__((int, const __V_*, size_t)); 247 # define write(a,b,c) sh_write(a,b,c)
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 208 extern __MANGLE__ ssize_t sh_write __PROTO__((int, const __V_*, size_t)); 247 # define write(a,b,c) sh_write(a,b,c)
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 208 extern __MANGLE__ ssize_t sh_write __PROTO__((int, const __V_*, size_t)); 247 # define write(a,b,c) sh_write(a,b,c)
|
/titanic_50/usr/src/lib/libshell/ |
H A D | mapfile-vers | 71 sh_write;
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 2247 ssize_t sh_write(register int fd, const void* buff, size_t n) in sh_write() function
|