Home
last modified time | relevance | path

Searched refs:ifile (Results 1 – 25 of 66) sorted by relevance

123

/openbsd/usr.bin/less/
H A Difile.c27 struct ifile { struct
29 struct ifile *h_prev; argument
63 link_ifile(struct ifile *p, struct ifile *prev) in link_ifile()
104 struct ifile *p; in new_ifile()
125 struct ifile *p; in del_ifile()
148 struct ifile *p; in next_ifile()
162 struct ifile *p; in prev_ifile()
200 struct ifile *p; in find_ifile()
216 struct ifile *p; in get_ifile()
229 if (ifile == NULL) in get_filename()
[all …]
H A Dmain.c67 IFILE ifile; in main() local
189 ifile = NULL; in main()
191 ifile = get_ifile(helpfile(), ifile); in main()
198 (void) get_ifile(filename, ifile); in main()
199 ifile = prev_ifile(NULL); in main()
H A Dfilename.c242 IFILE ifile; in fexpand() local
266 ifile = fchar_ifile(*fr); in fexpand()
267 if (ifile == NULL) in fexpand()
270 n += strlen(get_filename(ifile)); in fexpand()
296 ifile = fchar_ifile(*fr); in fexpand()
297 if (ifile == NULL) { in fexpand()
300 (void) strlcpy(to, get_filename(ifile), in fexpand()
H A Dedit.c168 edit_ifile(IFILE ifile) in edit_ifile() argument
179 if (ifile == curr_ifile) { in edit_ifile()
206 if (ifile == NULL) { in edit_ifile()
217 filename = estrdup(get_filename(ifile)); in edit_ifile()
240 del_ifile(ifile); in edit_ifile()
246 if (was_curr_ifile == ifile) { in edit_ifile()
265 if (!force_open && !opened(ifile) && bin_file(f)) { in edit_ifile()
288 curr_ifile = ifile; in edit_ifile()
H A Dmark.c238 unmark(IFILE ifile) in unmark() argument
243 if (marks[i].m_ifile == ifile) in unmark()
/openbsd/usr.bin/midicat/
H A Dmidicat.c33 char *port0, *port1, *ifile, *ofile; in main() local
56 ifile = optarg; in main()
88 if (ifile) { in main()
89 if (strcmp(ifile, "-") == 0) { in main()
90 ifile = "stdin"; in main()
93 ifd = open(ifile, O_RDONLY); in main()
95 err(1, "%s", ifile); in main()
111 else if (ifile) in main()
135 if (ifile != NULL) { in main()
140 warn("%s", ifile); in main()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/
H A Dconfig-gas.com40 $open ifile$ config-gas-tmp.tmp
41 $read ifile$ line
42 $close ifile$
52 $open/Append ifile$ version.opt
54 $close ifile$
60 $open/Append ifile$ config.h
64 $write ifile$ "#endif"
65 $write ifile$ "/*--*/"
72 $close ifile$
182 $ open/Append ifile$ 'p1'
[all …]
/openbsd/gnu/gcc/gcc/config/i386/
H A Dt-svr3dbx3 svr3.ifile: $(srcdir)/config/i386/svr3.ifile
4 rm -f svr3.ifile; cp $(srcdir)/config/i386/svr3.ifile .
6 svr3z.ifile: $(srcdir)/config/i386/svr3z.ifile
7 rm -f svr3z.ifile; cp $(srcdir)/config/i386/svr3z.ifile .
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dt-svr3dbx3 svr3.ifile: $(srcdir)/config/i386/svr3.ifile
4 rm -f svr3.ifile; cp $(srcdir)/config/i386/svr3.ifile .
6 svr3z.ifile: $(srcdir)/config/i386/svr3z.ifile
7 rm -f svr3z.ifile; cp $(srcdir)/config/i386/svr3z.ifile .
H A Dsvr3.ifile2 * svr3.ifile - for collectless G++ on i386 System V.
5 * Install this file as $prefix/gcc-lib/TARGET/VERSION/gcc.ifile
H A Dsvr3z.ifile2 * svr3z.ifile - for collectless G++ on i386 System V.
5 * Install this file as $prefix/gcc-lib/TARGET/VERSION/gccz.ifile
/openbsd/usr.sbin/smtpd/
H A Dcompress_backend.c50 compress_file(FILE *ifile, FILE *ofile) in compress_file() argument
52 return (env->sc_comp->compress_file(ifile, ofile)); in compress_file()
56 uncompress_file(FILE *ifile, FILE *ofile) in uncompress_file() argument
58 return (env->sc_comp->uncompress_file(ifile, ofile)); in uncompress_file()
/openbsd/gnu/usr.bin/perl/vms/
H A Dmunchconfig.c51 char *ifile = NULL; in main() local
75 ifile = optarg; in main()
96 if (ifile != NULL && NULL == (Extra_Subs = fopen(ifile, "r"))) { in main()
97 printf("Error %i trying to open extra substitutions file %s\n", errno, ifile); in main()
118 while(ifile && fgets(LineBuffer, LINEBUFFERSIZE - 1, Extra_Subs)) { in main()
349 if (ifile) fclose(Extra_Subs); in main()
/openbsd/gnu/lib/libiberty/src/
H A Dvmsbuild.com66 $ if f$trnlnm("IFILE$").nes."" then close/noLog ifile$
67 $ open/Read ifile$ dummy.list
68 $iloop: read/End=idone ifile$ iline
72 $idone: close ifile$
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.cpp74 std::ifstream ifile; in GetCGroupFileDescriptor() local
75 ifile.open(formatv("/proc/{0}/cgroup", pid)); in GetCGroupFileDescriptor()
76 if (!ifile) in GetCGroupFileDescriptor()
80 while (std::getline(ifile, line)) { in GetCGroupFileDescriptor()
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A DMakefile.in165 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
166 if test -f $$d/$$ifile; then \
167 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
168 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
/openbsd/gnu/usr.bin/cvs/doc/
H A DMakefile.in357 for ifile in `CDPATH=: && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
358 if test -f $$ifile; then \
359 echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$ifile"; \
360 $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$ifile; \
/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm.c521 FILE *ifile; in output_listing() local
536 if ((ifile = fopen(ifilename, "r")) == NULL) { in output_listing()
609 fgets(buf, sizeof(buf), ifile); in output_listing()
631 fgets(buf, sizeof(buf), ifile); in output_listing()
640 while(fgets(buf, sizeof(buf), ifile) != NULL) in output_listing()
643 fclose(ifile); in output_listing()
/openbsd/gnu/usr.bin/binutils/binutils/doc/
H A DMakefile.in244 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
245 if test -f $$d/$$ifile; then \
246 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
247 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A DMakefile.in513 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
515 if test -f $$ifile; then \
516 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
517 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
518 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A DMakefile.in467 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
469 if test -f $$ifile; then \
470 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
471 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
472 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dar.c955 FILE *ofile, *ifile;
1028 ifile = fopen (*files_to_append, FOPEN_RB);
1029 if (ifile == NULL)
1049 fread (buf, 1, thistime, ifile);
1053 fclose (ifile);
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dbeos.em419 i = strcmp ((*ra)->input_section.ifile->the_bfd->my_archive->filename,
420 (*rb)->input_section.ifile->the_bfd->my_archive->filename);
424 i = strcmp ((*ra)->input_section.ifile->filename,
425 (*rb)->input_section.ifile->filename);
449 if (! bfd_get_section_contents ((*ra)->input_section.ifile->the_bfd,
452 (*ra)->input_section.ifile->the_bfd);
454 if (! bfd_get_section_contents ((*rb)->input_section.ifile->the_bfd,
457 (*rb)->input_section.ifile->the_bfd);
569 || !start->input_section.ifile->the_bfd->my_archive)
/openbsd/usr.bin/less/less/
H A DMakefile7 decode.c edit.c filename.c forwback.c ifile.c input.c jump.c \
/openbsd/regress/bin/ksh/
H A Dth403 $ifile = $tempi;
405 $ifile = '/dev/null';
491 if (!open(STDIN, "< $ifile")) {
492 print STDERR "$prog: couldn't open $ifile in child - $!\n";

123