Searched refs:sh_read (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 197 extern ssize_t sh_read(int, void*, size_t); 235 # define read(a,b,c) sh_read(a,b,c)
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 207 extern __MANGLE__ ssize_t sh_read __PROTO__((int, __V_*, size_t)); 246 # define read(a,b,c) sh_read(a,b,c)
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 207 extern __MANGLE__ ssize_t sh_read __PROTO__((int, __V_*, size_t)); 246 # define read(a,b,c) sh_read(a,b,c)
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 207 extern __MANGLE__ ssize_t sh_read __PROTO__((int, __V_*, size_t)); 246 # define read(a,b,c) sh_read(a,b,c)
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 207 extern __MANGLE__ ssize_t sh_read __PROTO__((int, __V_*, size_t)); 246 # define read(a,b,c) sh_read(a,b,c)
|
/titanic_44/usr/src/lib/libshell/ |
H A D | mapfile-vers | 70 sh_read;
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 2234 ssize_t sh_read(register int fd, void* buff, size_t n) in sh_read() function
|