Lines Matching refs:PUBLIC
255 PUBLIC FILE *fopen(const char *path, const char *mode) in fopen()
272 PUBLIC FILE *fopen64(const char *path, const char *mode)
276 PUBLIC int open(const char *path, int flags, ...) in open()
294 PUBLIC int open64(const char*, int, ...) __attribute__((alias("open")));
296 PUBLIC int close(int fd) in close()
307 PUBLIC int __xstat(int ver, const char *path, struct stat *st) in __xstat()
341 PUBLIC int __xstat64(int ver, const char *path, struct stat64 *st) in __xstat64()
375 PUBLIC int __fxstat(int ver, int fd, struct stat *st) in __fxstat()
391 PUBLIC int __fxstat64(int ver, int fd, struct stat64 *st) in __fxstat64()
409 PUBLIC int stat(const char* path, struct stat* stat_buf) in stat()
442 PUBLIC int stat64(const char* path, struct stat64* stat_buf) in stat64()
475 PUBLIC int fstat(int fd, struct stat* stat_buf) in fstat()
491 PUBLIC int fstat64(int fd, struct stat64* stat_buf) in fstat64()
509 PUBLIC DIR *
535 PUBLIC struct dirent *
562 PUBLIC struct dirent64 *
587 PUBLIC int
603 PUBLIC ssize_t
635 PUBLIC char *
651 PUBLIC int
669 PUBLIC int
688 PUBLIC int fcntl64(int, int, ...)
694 PUBLIC int
708 PUBLIC void *
720 PUBLIC void *