Searched defs:open64 (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | fcntl.h | 77 #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 D | open.c | 317 open64(char *path, int fmode, int cmode) function
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 216 #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 D | shell.h | 251 # define open64 sh_open macro
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 240 # define open64 sh_open macro
|
/illumos-gate/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 251 # define open64 sh_open macro
|
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 251 # define open64 sh_open macro
|
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 251 # define open64 sh_open macro
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 76 #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 102 milliseconds