| /src/external/bsd/less/dist/ |
| ifile.c | 1 /* $NetBSD: ifile.c,v 1.5 2023/10/06 05:49:49 simonb Exp $ */ 14 * An IFILE represents an input file. 16 * It is actually a pointer to an ifile structure, 18 * Ifile structures are kept in a linked list in the order they 26 extern IFILE curr_ifile; 28 struct ifile { struct 29 struct ifile *h_next; /* Links for command line list */ 30 struct ifile *h_prev; 36 char h_opened; /* Has this ifile been opened? */ 43 * Convert an IFILE (external representation [all...] |
| main.c | 26 public IFILE curr_ifile = NULL_IFILE; 27 public IFILE old_ifile = NULL_IFILE; 76 IFILE ifile; local 188 * to "register" them with the ifile system. 190 ifile = NULL_IFILE; 192 ifile = get_ifile(FAKE_HELPFILE, ifile); 213 (void) get_ifile(qfilename, ifile); 215 ifile = prev_ifile(NULL_IFILE) [all...] |
| edit.c | 38 extern IFILE curr_ifile; 39 extern IFILE old_ifile; 327 public void close_altpipe(IFILE ifile) 329 FILE *altpipe = get_altpipe(ifile); 333 set_altpipe(ifile, NULL); 406 static int edit_error(char *filename, char *alt_filename, void *altpipe, IFILE ifile, IFILE was_curr_ifile) 414 del_ifile(ifile); [all...] |
| mark.c | 16 extern IFILE curr_ifile; 22 * A mark is an ifile (input file) plus a position within the file. 29 * because we don't want to create an ifile until the 33 IFILE m_ifile; /* Input file being marked */ 54 static void cmark(struct mark *m, IFILE ifile, POSITION pos, int ln) 56 m->m_ifile = ifile; 88 static void mark_set_ifile(struct mark *m, IFILE ifile) 90 m->m_ifile = ifile; [all...] |
| funcs.h | 120 public void close_altpipe(IFILE ifile); 123 public int edit_ifile(IFILE ifile); 130 public IFILE save_curr_ifile(void); 131 public void unsave_ifile(IFILE save_ifile); 132 public void reedit_ifile(IFILE save_ifile); 167 public void del_ifile(IFILE h); 168 public IFILE next_ifile(IFILE h) [all...] |
| filename.c | 53 extern IFILE curr_ifile; 54 extern IFILE old_ifile; 301 IFILE ifile; local 330 ifile = fchar_ifile(*fr); 331 if (ifile == NULL_IFILE) 334 n += (int) strlen(get_filename(ifile)); 364 ifile = fchar_ifile(*fr); 365 if (ifile == NULL_IFILE) 369 strcpy(to, get_filename(ifile)); [all...] |
| /src/external/bsd/ekermit/dist/ |
| unixio.c | 67 static FILE * ifile = (FILE *)0; /* and pointers */ variable 354 if (!(ifile = fopen(s,"r"))) { 505 k->zincnt = fread(k->zinbuf, 1, k->zinlen, ifile); 511 if ((c = getc(ifile)) == EOF) 588 if (!ifile) /* If not not open */ 591 if (fclose(ifile) < 0)
|
| /src/external/bsd/pcc/dist/pcc/cc/cc/ |
| cc.c | 986 char *ifile, *ofile = NULL; local 988 ifile = s->value; 989 if (ifile[0] == ')') { /* -x source type given */ 990 msuffix = ifile[1] ? &ifile[1] : NULL; 993 if (ifile[0] == '-' && ifile[1] == 0) 995 else if (ifile[0] == '-') 1000 suffix = getsufp(ifile); 1015 Mofile = setsuf(ifile, 'd') [all...] |
| /src/external/bsd/less/bin/less/ |
| Makefile | 9 help.c ifile.c input.c jump.c lesskey_parse.c line.c linenum.c \
|
| /src/distrib/utils/ssh/ |
| ssh.c | 413 run [-bg] [-i ifile] [-o ofile] [-e efile] program [args...]\n\ 423 char *opt, *ifile, *ofile, *efile; local 434 ifile = ofile = efile = NULL; 443 ifile = argv[0]; 483 if (ifile) 484 child_newfd(0, ifile, O_RDONLY);
|
| /src/external/gpl2/gmake/dist/ |
| vmsjobs.c | 307 char ifile[256], ofile[256], efile[256]; local 314 ifile[0] = 0; 361 p = vms_redirect (&ifiledsc, ifile, p); 488 if (ifile[0]) 490 fprintf (outfile, "$ assign/user %s sys$input\n", ifile); 491 DB (DB_JOBS, (_("Redirected input from %s\n"), ifile));
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| TlsOptions.cpp | 70 std::ifstream ifile(value.c_str()); 71 if ( !ifile ) {
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm.c | 529 FILE *ifile; local 544 if ((ifile = fopen(ifilename, "r")) == NULL) { 624 fgets(buf, sizeof(buf), ifile); 640 fgets(buf, sizeof(buf), ifile); 646 while(fgets(buf, sizeof(buf), ifile) != NULL) 649 fclose(ifile);
|
| /src/external/gpl3/gdb/dist/gdb/doc/ |
| Makefile.in | 260 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \ 261 if test -f $$d/$$ifile; then \ 262 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \ 263 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
|
| /src/external/gpl3/gdb.old/dist/gdb/doc/ |
| Makefile.in | 255 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \ 256 if test -f $$d/$$ifile; then \ 257 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \ 258 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
|
| /src/sys/ufs/lfs/ |
| lfs.h | 177 #define LFS_IFILE_INUM 1 /* 1: IFILE inode number */ 212 # define LFS_ATIME_IFILE 0 /* Store atime info in ifile (optional in LFSv1) */ 679 typedef union ifile { union 683 } IFILE; 684 __CTASSERT(__alignof(union ifile) == __alignof(struct ifile64)); 686 __CTASSERT(__alignof(union ifile) == __alignof(struct ifile32)); 687 __CTASSERT(__alignof(union ifile) == __alignof(struct ifile_v1)); 691 * Cleaner information structure. This resides in the ifile and is used 883 uint32_t dlfs_ifpb; /* 104: IFILE entries per block */ 958 uint32_t dlfs_ifpb; /* 152: IFILE entries per block * [all...] |
| lfs_segment.c | 165 * XXX KS - Set modification time on the Ifile, so the cleaner can 168 * case that wouldn't happen to the Ifile until we checkpoint). 184 * Ifile and meta data blocks are not marked busy, so segment writes MUST be 349 * the Ifile, it creates an inconsistent checkpoint, 350 * since the Ifile information for the new segment 352 * sending the Ifile through again in case there 354 * This second Ifile write could *also* cross a segment 491 * Write the inode/file if dirty and it's not the IFILE. 599 * If we're cleaning we only write cleaning and ifile blocks, and 653 panic("lfs_segwrite: ifile read: 823 bool ifile, rolling, checkpointing, cleaning; local [all...] |
| lfs_accessors.h | 677 /* Read in the block with a specific segment usage entry from the ifile. */ 685 panic("lfs: ifile read: segentry %llu: error %d\n", \ 837 /* Read in the block with a specific inode from the ifile. */ 840 (IP) = (IFILE *)((IFILE64 *)(BP)->b_data + \ 843 (IP) = (IFILE *)((IFILE32 *)(BP)->b_data + \ 846 (IP) = (IFILE *)((IFILE_V1 *)(BP)->b_data + \ 857 panic("lfs: ifile ino %d read %d", (int)(IN), _e); \ 863 (IP) = (IFILE *)((IFILE64 *)(IP) + 1); \ 865 (IP) = (IFILE *)((IFILE32 *)(IP) + 1); \ 867 (IP) = (IFILE *)((IFILE_V1 *)(IP) + 1); [all...] |
| /src/usr.bin/m4/ |
| eval.c | 720 doincl(const char *ifile) 728 if (fopen_trypath(infile+ilevel+1, ifile) != NULL) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| gdb.exp | 5295 # [ gdb_compile -E $ifile -o $binfile.ci ] 5303 # [ catch "exec $compiler -E $ifile > $binfile.ci" exec_output ] 5313 # [ gdb_compile -E $ifile > $binfile.ci ] 5321 # set cppout [ gdb_compile $ifile "" preprocess $args quiet ] 5331 # [ gdb_compile $ifile $ciexe_file executable $args ] 5359 set ifile "${srcdir}/lib/compiler.cc" 5361 set ifile "${srcdir}/lib/compiler.F90" 5363 set ifile "${srcdir}/lib/compiler.c" 5369 # Run $ifile through the right preprocessor. 5377 gdb_compile "${ifile}" "$ppout" preprocess [list "$language" quiet getting_compiler_info [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| gdb.exp | 4905 # [ gdb_compile -E $ifile -o $binfile.ci ] 4913 # [ catch "exec $compiler -E $ifile > $binfile.ci" exec_output ] 4923 # [ gdb_compile -E $ifile > $binfile.ci ] 4931 # set cppout [ gdb_compile $ifile "" preprocess $args quiet ] 4941 # [ gdb_compile $ifile $ciexe_file executable $args ] 4969 set ifile "${srcdir}/lib/compiler.cc" 4971 set ifile "${srcdir}/lib/compiler.F90" 4973 set ifile "${srcdir}/lib/compiler.c" 4979 # Run $ifile through the right preprocessor. 4987 gdb_compile "${ifile}" "$ppout" preprocess [list "$language" quiet getting_compiler_info [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| ecoff.c | 4516 long ifile; 4520 ifile = 0; 4545 ++ifile; 4549 return offset + ifile * external_fdr_size; 4484 long ifile; local
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| ecoff.c | 4513 long ifile; 4517 ifile = 0; 4542 ++ifile; 4546 return offset + ifile * external_fdr_size; 4481 long ifile; local
|