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

/illumos-gate/usr/src/head/
H A Dfcntl.h77 #pragma redefine_extname open open64
89 #define open open64
105 #pragma redefine_extname open64 open
117 #define open64 open macro
150 extern int open64(const char *, int, ...);
/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c317 open64(char *path, int fmode, int cmode) function
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h216 #pragma redefine_extname open open64
219 #define open open64
226 #pragma redefine_extname open64 open
229 #define open64 open macro
240 extern int open64(const char *, int, ...);
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h251 # define open64 sh_open macro
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h240 # define open64 sh_open macro
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h251 # define open64 sh_open macro
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h251 # define open64 sh_open macro
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h251 # define open64 sh_open macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c76 #pragma weak _open64 = open64
868 open64(const char *path, int oflag, ...) function
883 return (open64(path, O_WRONLY | O_CREAT | O_TRUNC, mode));

Completed in 77 milliseconds