/external/ltp/testcases/kernel/syscalls/dup2/ |
D | dup205.c | 55 int ifile; in main() local 61 ifile = -1; in main() 78 for (ifile = fildes[0] + 1; ifile < min + 10; ifile++) { in main() 79 if ((fildes[ifile] = dup2(fildes[ifile - 1], in main() 80 ifile)) == -1) { in main() 84 if (fildes[ifile] != ifile) { in main() 88 fildes[ifile], ifile); in main() 92 if (ifile < min) { in main() 95 } else if (ifile > min) { in main() 106 for (ifile = fildes[0]; ifile < min + 10; ifile++) in main() [all …]
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open04.c | 41 static int fd, ifile, mypid, first; variable 105 for (ifile = first; ifile <= nfile; ifile++) { in setup() 106 sprintf(fname, "open04.%d.%d", ifile, mypid); in setup() 115 buf[ifile - first] = fd; in setup() 123 for (ifile = first; ifile < nfile; ifile++) { in cleanup() 124 sprintf(fname, "open04.%d.%d", ifile, mypid); in cleanup() 125 close(buf[ifile - first]); in cleanup()
|
/external/python/cpython2/Lib/ |
D | mimify.py | 122 def unmimify_part(ifile, ofile, decode_base64 = 0): argument 128 if ifile.boundary and ifile.boundary[:2] == QUOTE: 134 hfile = HeaderFile(ifile) 165 line = ifile.readline() 184 nifile = File(ifile, multipart) 196 newline = ifile.readline() 210 ifile = open(infile) 216 ifile = infile 221 nifile = File(ifile, None) 280 def mimify_part(ifile, ofile, is_mime): argument [all …]
|
/external/ImageMagick/coders/ |
D | meta.c | 291 static ssize_t parse8BIM(Image *ifile, Image *ofile) in parse8BIM() argument 333 while (super_fgets(&line,&inputlen,ifile)!=NULL) in parse8BIM() 587 static ssize_t parse8BIMW(Image *ifile, Image *ofile) in parse8BIMW() argument 629 while (super_fgets_w(&line,&inputlen,ifile) != NULL) in parse8BIMW() 868 static int jpeg_transfer_1(Image *ifile, Image *ofile) in jpeg_transfer_1() argument 872 c = ReadBlobByte(ifile); in jpeg_transfer_1() 880 static int jpeg_skip_1(Image *ifile) in jpeg_skip_1() argument 884 c = ReadBlobByte(ifile); in jpeg_skip_1() 891 static int jpeg_read_remaining(Image *ifile, Image *ofile) in jpeg_read_remaining() argument 895 while ((c = jpeg_transfer_1(ifile, ofile)) != EOF) in jpeg_read_remaining() [all …]
|
/external/selinux/policycoreutils/hll/pp/ |
D | pp.c | 72 const char *ifile = NULL; in main() local 95 ifile = argv[1]; in main() 96 in = fopen(ifile, "rb"); in main() 98 log_err("Failed to open %s: %s", ifile, strerror(errno)); in main() 103 ifile = "stdin"; in main() 145 …Linux userspace will refer to the module from %s as %s rather than %s\n", ifile, mod_name, cil_nam… in main()
|
/external/lisa/tools/ |
D | plots.py | 80 with open(plt_file, 'r') as ifile: 81 platform = json.load(ifile) 112 with open(plt_file, 'r') as ifile: 113 platform = json.load(ifile)
|
/external/syslinux/com32/cmenu/ |
D | menugen.py | 286 ifile = "-" 294 ifile = a 303 inst.input(ifile)
|
/external/syslinux/diag/geodsp/ |
D | mk-lba-img.pl | 46 binmode($ifile);
|
/external/mksh/src/ |
D | check.pl | 461 $ifile = $tempi; 463 $ifile = '/dev/null'; 547 if (!open(STDIN, "< $ifile")) { 548 print STDERR "$prog: couldn't open $ifile in child - $!\n";
|
/external/python/cpython2/Tools/pynche/ |
D | PyncheWidget.py | 170 idir, ifile = os.path.split(self.__sb.colordb().filename()) 176 initialfile=ifile)
|
/external/lisa/libs/wlgen/wlgen/ |
D | rta.py | 307 ifile = open(rtapp_conf, 'r') 321 for line in ifile: 325 ifile.close()
|
/external/libcxx/cmake/Modules/ |
D | HandleLibCXXABI.cmake | 49 get_filename_component(ifile ${fpath} NAME)
|
/external/netperf/doc/ |
D | Makefile.in | 780 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ 782 if test -f $$ifile; then \ 783 echo "$$ifile"; \
|
/external/libmicrohttpd/doc/ |
D | Makefile.in | 985 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ 987 if test -f $$ifile; then \ 988 echo "$$ifile"; \
|
/external/selinux/python/sepolicy/sepolicy/ |
D | __init__.py | 782 ifile = defaults.interface_info() 785 if os.stat(headers).st_mtime <= os.stat(ifile).st_mtime:
|
/external/bison/doc/ |
D | Makefile.in | 1858 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ 1860 if test -f $$ifile; then \ 1861 echo "$$ifile"; \
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | Makefile.in | 2044 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ 2046 if test -f $$ifile; then \ 2047 echo "$$ifile"; \
|