Searched defs:m_append (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ | ||
H A D | OptionGroupOutputFile.h | 42 OptionValueBoolean m_append; variable |
/freebsd/usr.sbin/ppp/ | ||
H A D | mbuf.c | 423 m_append(struct mbuf *bp, const void *v, size_t sz) in m_append() function |
/freebsd/contrib/llvm-project/lldb/source/Commands/ | ||
H A D | CommandObjectSettings.cpp | 331 bool m_append = false; member in CommandObjectSettingsWrite::CommandOptions |
H A D | CommandObjectBreakpoint.cpp | 2317 bool m_append = false; member in CommandObjectBreakpointWrite::CommandOptions |
/freebsd/sys/kern/ | ||
H A D | uipc_mbuf.c | 1334 m_append(struct mbuf *m0, int len, c_caddr_t cp) in m_append() function |