Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A 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/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h54 static void SharedLibraryDirectoryHelper(FileSpec &this_file);
H A DScriptInterpreterPython.cpp317 FileSpec &this_file) { in SharedLibraryDirectoryHelper() argument
324 if (this_file.GetFileNameExtension() == ".pyd") { in SharedLibraryDirectoryHelper()
325 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in SharedLibraryDirectoryHelper()
326 this_file.RemoveLastPathComponent(); // lldb in SharedLibraryDirectoryHelper()
331 this_file.RemoveLastPathComponent(); in SharedLibraryDirectoryHelper()
332 this_file.AppendPathComponent("bin"); in SharedLibraryDirectoryHelper()
333 this_file.AppendPathComponent("liblldb.dll"); in SharedLibraryDirectoryHelper()
338 FileSystem::Instance().ResolveSymbolicLink(this_file, this_file); in SharedLibraryDirectoryHelper()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h63 using SharedLibraryDirectoryHelper = void(FileSpec &this_file);