Lines Matching refs:O_CREAT
467 fd = open("abspath.txt", O_CREAT | O_RDONLY, 0644);
502 fd = open("small.txt", O_RDWR | O_CREAT, 0644);
520 fd = open("small.txt", O_RDWR | O_CREAT, 0644);
548 fd = open("medium.txt", O_RDWR | O_CREAT, 0644);
578 fd = open("medium.txt", O_RDWR | O_CREAT, 0644);
600 fd = open("empty.txt", O_CREAT | O_RDONLY, 0000);
615 fd = open("empty.txt", O_CREAT | O_RDONLY, 0644);
636 fd = open("medium.txt", O_RDWR | O_CREAT, 0644);
661 fd = open("medium.txt", O_RDWR | O_CREAT, 0644);
687 fd = open("unix.txt", O_RDWR | O_CREAT, 0644);
743 fd = open("small.txt", O_RDWR | O_CREAT, 0644);
768 fd = open("rfc7440.txt", O_RDWR | O_CREAT, 0644);
873 fd = open("medium.txt", O_RDWR | O_CREAT, 0666);
908 fd = open("small.txt", O_RDWR | O_CREAT, 0666);
945 fd = open("medium.txt", O_RDWR | O_CREAT, 0666);
973 fd = open("empty.txt", O_CREAT | O_RDONLY, 0440);
989 fd = open("empty.txt", O_CREAT | O_RDONLY, 0444);
1012 fd = open("medium.txt", O_RDWR | O_CREAT, 0666);
1046 fd = open("medium.txt", O_RDWR | O_CREAT, 0666);
1080 fd = open("unix.txt", O_RDWR | O_CREAT, 0666);
1119 fd = open("small.txt", O_RDWR | O_CREAT, 0666);
1146 fd = open("small.txt", O_RDWR | O_CREAT, 0666);
1177 fd = open("rfc7440.txt", O_RDWR | O_CREAT, 0666);