Home
last modified time | relevance | path

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

/NextBSD/lib/libc/posix1e/
HDacl_to_text_nfs4.c168 format_entry(char *str, size_t size, const acl_entry_t entry, int flags) in format_entry() function
247 error = format_entry(str + off, size - off, entry, flags); in _nfs4_acl_to_text_np()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp1218 FormatEntity::Entry format_entry; in FormatDisassemblerAddress() local
1226 FormatEntity::Parse("${addr}: ", format_entry); in FormatDisassemblerAddress()
1227 format = &format_entry; in FormatDisassemblerAddress()