Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_loopfilter.c133 static char *this_file = NULL; variable
211 if (this_file == NULL) { in file_name()
213 for (this_file=relative_path; in file_name()
214 *this_file && ! isalnum((unsigned char)*this_file); in file_name()
215 this_file++) ; in file_name()
217 return this_file; in file_name()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.h56 static void SharedLibraryDirectoryHelper(FileSpec &this_file);
DScriptInterpreterPython.cpp415 FileSpec &this_file) { in SharedLibraryDirectoryHelper() argument
422 if (this_file.GetFileNameExtension() == ConstString(".pyd")) { in SharedLibraryDirectoryHelper()
423 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in SharedLibraryDirectoryHelper()
424 this_file.RemoveLastPathComponent(); // lldb in SharedLibraryDirectoryHelper()
429 this_file.RemoveLastPathComponent(); in SharedLibraryDirectoryHelper()
430 this_file.AppendPathComponent("bin"); in SharedLibraryDirectoryHelper()
431 this_file.AppendPathComponent("liblldb.dll"); in SharedLibraryDirectoryHelper()
436 FileSystem::Instance().ResolveSymbolicLink(this_file, this_file); in SharedLibraryDirectoryHelper()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
DHostInfoBase.h44 using SharedLibraryDirectoryHelper = void(FileSpec &this_file);