Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_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-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.h54 static void SharedLibraryDirectoryHelper(FileSpec &this_file);
HDScriptInterpreterPython.cpp323 FileSpec &this_file) { in SharedLibraryDirectoryHelper() argument
330 if (this_file.GetFileNameExtension() == ".pyd") { in SharedLibraryDirectoryHelper()
331 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in SharedLibraryDirectoryHelper()
332 this_file.RemoveLastPathComponent(); // lldb in SharedLibraryDirectoryHelper()
337 this_file.RemoveLastPathComponent(); in SharedLibraryDirectoryHelper()
338 this_file.AppendPathComponent("bin"); in SharedLibraryDirectoryHelper()
339 this_file.AppendPathComponent("liblldb.dll"); in SharedLibraryDirectoryHelper()
344 FileSystem::Instance().ResolveSymbolicLink(this_file, this_file); in SharedLibraryDirectoryHelper()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDHostInfoBase.h63 using SharedLibraryDirectoryHelper = void(FileSpec &this_file);