Searched defs:open64 (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h254 # define open64 sh_open macro
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h243 # define open64 sh_open macro
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h254 # define open64 sh_open macro
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h254 # define open64 sh_open macro
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h254 # define open64 sh_open macro
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c72 #pragma weak _open64 = open64
864 open64(const char *path, int oflag, ...) function
879 return (open64(path, O_WRONLY | O_CREAT | O_TRUNC, mode));

Completed in 30 milliseconds