Lines Matching refs:PUBLIC
255 PUBLIC FILE *fopen(const char *path, const char *mode)
272 PUBLIC FILE *fopen64(const char *path, const char *mode)
276 PUBLIC int open(const char *path, int flags, ...)
294 PUBLIC int open64(const char*, int, ...) __attribute__((alias("open")));
296 PUBLIC int close(int fd)
307 PUBLIC int __xstat(int ver, const char *path, struct stat *st)
341 PUBLIC int __xstat64(int ver, const char *path, struct stat64 *st)
375 PUBLIC int __fxstat(int ver, int fd, struct stat *st)
391 PUBLIC int __fxstat64(int ver, int fd, struct stat64 *st)
409 PUBLIC int stat(const char* path, struct stat* stat_buf)
442 PUBLIC int stat64(const char* path, struct stat64* stat_buf)
475 PUBLIC int fstat(int fd, struct stat* stat_buf)
491 PUBLIC int fstat64(int fd, struct stat64* stat_buf)
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 *