Lines Matching refs:xopen
108 static int xopen(const char *pathname, int flags, mode_t mode)
173 fd = xopen(argv[1], O_WRONLY, 0);
235 fd = xopen(argv[1], O_RDONLY, 0);
312 fd = xopen(argv[2], O_RDONLY, 0);
361 fd = xopen(argv[2], O_RDONLY, 0);
387 fd = xopen(argv[2], O_RDONLY, 0);
439 fd = xopen(argv[4], O_RDWR, 0);
480 fd = xopen(argv[1], O_WRONLY, 0);
576 fd = xopen(argv[6], O_CREAT | O_WRONLY | flags, 0755);
693 fd = xopen(argv[6], O_RDONLY | flags, 0);
767 fd = xopen(argv[4], O_RDONLY | flags, 0);
817 fd = xopen(argv[3], O_RDONLY | O_LARGEFILE, 0);
917 fd = xopen(argv[3], O_RDWR, 0);
973 src_fd = xopen(argv[0], O_RDONLY | open_flags, 0);
974 dst_fd = xopen(argv[1], O_WRONLY | O_CREAT | O_TRUNC | open_flags, 0644);
1024 fd = xopen(argv[1], O_RDONLY, 0);
1049 fd = xopen(argv[1], O_RDONLY, 0);
1074 fd = xopen(argv[1], O_RDONLY, 0);
1102 fd = xopen(argv[1], O_RDONLY, 0);
1134 fd = xopen(argv[3], O_WRONLY, 0);
1158 fd = xopen(argv[1], O_WRONLY, 0);
1180 fd = xopen(argv[1], O_WRONLY, 0);
1219 fd = xopen(argv[1], O_RDONLY, 0);
1273 fd = xopen(argv[1], O_WRONLY, 0);
1303 fd = xopen(argv[2], O_RDONLY, 0);