Lines Matching defs:oflag
818 openat(int fd, const char *path, int oflag, ...)
824 va_start(ap, oflag);
827 PERFORM(__openat(fd, path, oflag, mode))
831 open(const char *path, int oflag, ...)
837 va_start(ap, oflag);
840 PERFORM(__open(path, oflag, mode))
851 openat64(int fd, const char *path, int oflag, ...)
857 va_start(ap, oflag);
860 PERFORM(__openat64(fd, path, oflag, mode))
864 open64(const char *path, int oflag, ...)
870 va_start(ap, oflag);
873 PERFORM(__open64(path, oflag, mode))