Searched refs:open (Results 1 – 25 of 25) sorted by relevance
/scripts/coccinelle/api/ |
D | simple_open.cocci | 2 /// Remove an open coded simple_open() function 13 @ open depends on patch @ 28 @ has_open depends on open @ 30 identifier open.open_f; 34 -.open = open_f, 35 +.open = simple_open, 62 .open = open_f@p,
|
D | stream_open.cocci | 199 // XXX .open = nonseekable_open -> .open = stream_open 200 // XXX .open = func -> openfunc -> nonseekable_open 212 .open = openfunc, 280 .open = openfunc, 328 .open = openfunc,
|
/scripts/ |
D | diffconfig | 97 a = readconfig(open(configa_filename)) 98 b = readconfig(open(configb_filename)) 138 devnull = os.open(os.devnull, os.O_WRONLY)
|
D | jobserver-exec | 30 reader = os.open("/proc/self/fd/%d" % (reader),
|
D | show_delta | 95 lines = open(filein,"r").readlines()
|
D | spdxcheck.py | 47 for l in open(el.path, encoding="utf-8").readlines(): 216 with open(el.path, 'rb') as fd: 269 parser.parse_lines(open(p, 'rb'), args.maxlines, p)
|
D | checkkconfigsymbols.py | 393 with open(sfile, "r", encoding='utf-8', errors='replace') as stream: 441 with open(kfile, "r", encoding='utf-8', errors='replace') as stream: 476 devnull = os.open(os.devnull, os.O_WRONLY)
|
D | insert-sys-cert.c | 207 fd = open(file_name, O_RDWR); in map_file() 234 fd = open(file_name, O_RDONLY); in read_file()
|
D | recordmcount.c | 178 fd_map = open(fname, O_RDONLY); in mmap_file() 336 fd_map = open(tmp_file, O_WRONLY | O_TRUNC | O_CREAT, sb.st_mode); in write_file()
|
D | sorttable.c | 81 fd = open(fname, O_RDWR); in mmap_file()
|
D | bpf_doc.py | 86 self.reader = open(filename, 'r')
|
D | asn1_compiler.c | 594 fd = open(filename, O_RDONLY); in main()
|
D | checkpatch.pl | 1876 my ($linenr, $remain, $outer, $open, $close, $off) = @_; 1911 } elsif ($c eq $open) {
|
/scripts/clang-tools/ |
D | gen_compile_commands.py | 153 with open(modorder) as f: 161 with open(mod) as m: 229 with open(cmdfile, 'rt') as f: 240 with open(output, 'wt') as f:
|
D | run-clang-tools.py | 69 with open(args.path, "r") as f: 75 devnull = os.open(os.devnull, os.O_WRONLY)
|
/scripts/gdb/linux/ |
D | config.py | 38 with open(filename, 'wb') as f:
|
D | proc.py | 265 f = open(filename, 'wb')
|
/scripts/kconfig/tests/ |
D | conftest.py | 94 with open(os.path.join(temp_dir, out_file)) as f: 230 with open(os.path.join(self._test_dir, expected)) as f:
|
/scripts/dtc/ |
D | util.c | 244 fd = open(filename, O_RDONLY); in utilfdt_read_err() 300 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); in utilfdt_write_err()
|
/scripts/kconfig/ |
D | confdata.c | 49 fd1 = open(file1, O_RDONLY); in is_same() 53 fd2 = open(file2, O_RDONLY); in is_same() 143 fd = open(depfile_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_touch_dep() 153 fd = open(depfile_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_touch_dep()
|
D | qconf.h | 91 void setAllOpen(bool open);
|
D | qconf.cc | 920 void ConfigList::setAllOpen(bool open) in setAllOpen() argument 925 (*it)->setExpanded(open); in setAllOpen()
|
/scripts/basic/ |
D | fixdep.c | 236 fd = open(filename, O_RDONLY); in read_file()
|
/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 106 urandom_fd = open("/dev/urandom", O_RDONLY); in get_random_const()
|
/scripts/mod/ |
D | modpost.c | 118 fd = open(filename, O_RDONLY); in read_text_file() 454 fd = open(filename, O_RDONLY); in grab_file()
|