Searched refs:curfile (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/contrib/
H A Drcslock.in173 $curfile = $1;
194 $locks{$curfile}++;
197 $locks{"$curfile" . "$2"} = $1
200 print "lock by $1 found on $curfile version $2" if defined $opt_d;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Ddg-extract-results.sh151 print_prologue=1; curfile=""; insummary=0
165 if (curfile) close (curfile)
166 curfile="${TMP}/chapter-"\$3
167 print >> curfile
171 if (curfile) close (curfile)
172 curfile=""
187 if (curfile) print >> curfile
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/
H A Ddg-extract-results.sh151 print_prologue=1; curfile=""; insummary=0
165 if (curfile) close (curfile)
166 curfile="${TMP}/chapter-"\$3
167 print >> curfile
171 if (curfile) close (curfile)
172 curfile=""
187 if (curfile) print >> curfile
[all...]
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dtape.c397 if (command == 'R' || command == 'r' || curfile.action != SKIP) {
522 if (curfile.action == USING) {
548 if (gettingfile && curfile.action == USING) {
550 "End-of-input encountered while extracting", curfile.name);
552 curfile.name = "<name unknown>";
553 curfile.action = UNKNOWN;
554 curfile.mode = 0;
555 curfile.ino = maxino;
631 curfile.name = name;
632 curfile
[all...]
H A Drestore.c607 while (curfile.ino < maxino) {
616 while (first < curfile.ino) {
632 if (first != curfile.ino) {
635 (unsigned long long)curfile.ino);
639 ep = lookupino(curfile.ino);
681 curfile.action = SKIP;
692 next = lowerbnd(curfile.ino);
705 if (curfile.ino > last) {
707 curfile.action = SKIP;
711 } while (curfile
[all...]
H A Ddirs.c189 curfile.name = "<directory file - name unknown>";
190 curfile.action = USING;
191 if (curfile.mode == 0 || (curfile.mode & IFMT) != IFDIR) {
204 itp = allocinotab(mf, &curfile, seekpt);
219 while (curfile.ino && (curfile.mode & IFMT) == IFDIR) {
674 (unsigned long long)curfile.ino, curfile.name);
681 (unsigned long long)curfile
[all...]
H A Drestore.h139 } curfile; variable in typeref:struct:context
H A Dsymtab.c594 curfile.action = SKIP;
/netbsd-6-1-5-RELEASE/usr.bin/ctags/
H A Dtree.c77 if (!(fp = strrchr(curfile, '/')))
78 fp = curfile;
89 np->file = curfile;
H A Dctags.h66 extern char *curfile; /* current input file name */
H A Dctags.c79 char *curfile; /* current input file name */ variable
149 curfile = argv[step];
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dmakedoc.c192 char *curfile; local
193 curfile = argv[i];
195 if (*curfile == '-')
198 fprintf (doc_stream, "/* Commands found in \"%s\". */\n", curfile);
199 fprintf (key_stream, "/* Commands found in \"%s\". */\n", curfile);
201 curfile);
203 process_one_file (curfile, doc_stream, key_stream, funs_stream);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstabs.c190 char *curfile = NULL; local
267 curfile = basename(curpath);
344 iidescp->ii_owner = xstrdup(curfile);
353 iidescp->ii_owner = xstrdup(curfile);
H A Doutput.c224 * linker generates the symbol table such that the curfile might be
228 * We might have found a strong local symbol, where the curfile is
232 * If we've got a local symbol with a non-matching curfile, there are
235 * the latter case, curfile is likely inaccurate since the linker does
236 * not preserve the needed curfile in the order of the symbol table (see
249 char *curfile = NULL; local
270 curfile = (char *)strdata->d_buf + sym.st_name;
286 (curfile == NULL || weakfile == NULL ||
287 strcmp(curfile, weakfile) != 0)) {
289 tmpfile1 = curfile;
[all...]
H A Dctf.c50 * to allow curfile to be used simultaneously by multiple threads.
54 char *curfile; variable
84 terminate("%s: %s\n", curfile, msgbuf);
791 curfile, matchlbl, (baselabel ? baselabel : "NONE"));
1261 curfile = file;
1297 curfile = NULL;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.h170 char *curfile(void);
/netbsd-6-1-5-RELEASE/usr.bin/gencat/
H A Dgencat.c114 static const char *curfile; variable
186 curfile = catfile;
205 curfile = *argv;
228 getprogname(), msg, lineno, curfile);
237 fprintf(stderr, "%s: %s, %s\n", getprogname(), msg, curfile);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dscp.c123 char *curfile; variable
761 curfile = last;
798 start_progress_meter(curfile, stb.st_size, &statbytes);
1023 curfile = cp;
1073 start_progress_meter(curfile, size, &statbytes);
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dread.c284 const struct floc *curfile;
378 curfile = reading_file;
383 reading_file = curfile;
396 const struct floc *curfile;
407 curfile = reading_file;
412 reading_file = curfile;
282 const struct floc *curfile; local
394 const struct floc *curfile; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c1883 char *curfile; local
1886 as_where (&curfile, &lineno);
1887 dir = strcpy (xmalloc (strlen (curfile) + 1), curfile);

Completed in 184 milliseconds