Home
last modified time | relevance | path

Searched refs:this_file (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/texinfo/util/
Dtexi2dvi325 for this_file in "$1".?o? "$1".aux "$1".?? "$1".idx; do
327 test -s "$this_file" || continue
332 first_character=`sed -n '1s/^\(.\).*$/\1/p;q' $this_file`
334 && sed 1q $this_file | grep -v '^\\input *texinfo' >/dev/null) \
337 xref_files="$xref_files ./$this_file"
728 for this_file in $new_xref_files; do
729 $verbose "Comparing xref file `echo $this_file | sed 's|\./||g'` ..."
731 if cmp -s "$this_file" "$tmpdir_bak/$this_file"; then :; else
736 $verbose "xref file `echo $this_file | sed 's|\./||g'` differed ..."
737 test "$debug" = t && diff -c "$tmpdir_bak/$this_file" "$this_file"
/openbsd/src/gnu/usr.bin/perl/t/comp/
Dparser.t649 my $this_file = qr/parser\.t(?:\.[bl]eb?)?$/;
653 check($this_file, 5, "[perl #118931]");
656 check($this_file, 3, "bare line");
659 check($this_file, 5, "bare line with leading space");
662 check($this_file, 7, "trailing space still valid");
665 check($this_file, 11, "leading and trailing");
668 check($this_file, 13, "leading tab");
671 check($this_file, 17, "middle tab");
674 check($this_file, 19, "loadsaspaces");
/openbsd/src/gnu/gcc/gcc/
Derrors.c113 static const char this_file[] = __FILE__; in trim_filename() local
114 const char *p = name, *q = this_file; in trim_filename()
Ddiagnostic.c424 static const char this_file[] = __FILE__; in trim_filename() local
425 const char *p = name, *q = this_file; in trim_filename()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Derrors.c109 static const char this_file[] = __FILE__; local
110 const char *p = name, *q = this_file;
Ddiagnostic.c1331 static const char this_file[] = __FILE__; local
1332 const char *p = name, *q = this_file;
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.h54 static void SharedLibraryDirectoryHelper(FileSpec &this_file);
DScriptInterpreterPython.cpp302 FileSpec &this_file) { in SharedLibraryDirectoryHelper() argument
309 if (this_file.GetFileNameExtension() == ConstString(".pyd")) { in SharedLibraryDirectoryHelper()
310 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in SharedLibraryDirectoryHelper()
311 this_file.RemoveLastPathComponent(); // lldb in SharedLibraryDirectoryHelper()
316 this_file.RemoveLastPathComponent(); in SharedLibraryDirectoryHelper()
317 this_file.AppendPathComponent("bin"); in SharedLibraryDirectoryHelper()
318 this_file.AppendPathComponent("liblldb.dll"); in SharedLibraryDirectoryHelper()
323 FileSystem::Instance().ResolveSymbolicLink(this_file, this_file); in SharedLibraryDirectoryHelper()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DHostInfoBase.h45 using SharedLibraryDirectoryHelper = void(FileSpec &this_file);
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.469599 variable $this_file instead of $file in for loop.