Searched refs:__open64 (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | open.c | 78 __open64(const char *path, int oflag, mode_t mode) in __open64() function
|
/titanic_41/usr/src/lib/libc/inc/ |
H A D | libc.h | 123 extern int __open64(const char *, int, mode_t);
|
H A D | thr_uberdata.h | 1408 extern int __open64(const char *, int, mode_t);
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 77 #define __open64 __open macro 113 if ((procfd = __open64("/proc/self/fd", O_RDONLY, 0)) < 0) { in spawn_closefrom()
|
H A D | scalls.c | 877 PERFORM(__open64(path, oflag, mode)) in open64()
|