Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c170 format_entry(char *str, size_t size, const acl_entry_t entry, int flags) in format_entry() function
249 error = format_entry(str + off, size - off, entry, flags); in _nfs4_acl_to_text_np()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1198 FormatEntity::Entry format_entry; in FormatDisassemblerAddress() local
1204 FormatEntity::Parse("${addr}: ", format_entry); in FormatDisassemblerAddress()
1205 format = &format_entry; in FormatDisassemblerAddress()