Searched refs:remark (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/smbfs/smbutil/
H A Dview.c72 u_int32_t remark; local
121 remark = le32toh(ep->shi1_remark);
122 remark &= 0xFFFF;
124 cp = (char*)rpbuf + remark;
127 remark ? nls_str_toloc(cp, cp) : "");
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h81 /// Convenience method for printing "remark: " to stderr.
82 static raw_ostream &remark();
93 /// Convenience method for printing "remark: " to the given stream.
94 static raw_ostream &remark(raw_ostream &OS, StringRef Prefix = "",
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp66 raw_ostream &WithColor::remark() { return remark(errs()); } function in class:WithColor
91 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, function in class:WithColor
96 << "remark: ";
H A DSourceMgr.cpp403 WithColor::remark(OS, "", !ShowColors);

Completed in 158 milliseconds