Searched refs:sh_write (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h198 extern ssize_t sh_write(int, const void*, size_t);
236 # define write(a,b,c) sh_write(a,b,c)
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h208 extern __MANGLE__ ssize_t sh_write __PROTO__((int, const __V_*, size_t));
247 # define write(a,b,c) sh_write(a,b,c)
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h208 extern __MANGLE__ ssize_t sh_write __PROTO__((int, const __V_*, size_t));
247 # define write(a,b,c) sh_write(a,b,c)
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h208 extern __MANGLE__ ssize_t sh_write __PROTO__((int, const __V_*, size_t));
247 # define write(a,b,c) sh_write(a,b,c)
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h208 extern __MANGLE__ ssize_t sh_write __PROTO__((int, const __V_*, size_t));
247 # define write(a,b,c) sh_write(a,b,c)

Completed in 101 milliseconds