Home
last modified time | relevance | path

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

/freebsd/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c169 format_entry(char *str, size_t size, const acl_entry_t entry, int flags) in format_entry() function
248 error = format_entry(str + off, size - off, entry, flags); in _nfs4_acl_to_text_np()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1671 FormatEntity::Entry format_entry; in DumpUsingSettingsFormat() local
1673 format_entry = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()
1674 thread_format = &format_entry; in DumpUsingSettingsFormat()
1676 format_entry = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
1677 thread_format = &format_entry; in DumpUsingSettingsFormat()
H A DStackFrame.cpp1941 FormatEntity::Entry format_entry; in DumpUsingSettingsFormat() local
1945 format_entry = target->GetDebugger().GetFrameFormatUnique(); in DumpUsingSettingsFormat()
1946 frame_format = &format_entry; in DumpUsingSettingsFormat()
1948 format_entry = target->GetDebugger().GetFrameFormat(); in DumpUsingSettingsFormat()
1949 frame_format = &format_entry; in DumpUsingSettingsFormat()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1556 FormatEntity::Entry format_entry; in FormatDisassemblerAddress() local
1560 format_entry = in FormatDisassemblerAddress()
1562 format = &format_entry; in FormatDisassemblerAddress()
1565 FormatEntity::Parse("${addr}: ", format_entry); in FormatDisassemblerAddress()
1566 format = &format_entry; in FormatDisassemblerAddress()