Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dfmtmsg.c148 int do_text = (print & text_mask) && text != MM_NULLTXT; in fmtmsg() local
152 && (do_severity | do_text | do_action | do_tag)); in fmtmsg()
158 do_severity && (do_text | do_action | do_tag) in fmtmsg()
160 do_text ? text : "", in fmtmsg()
161 do_text && (do_action | do_tag) ? "\n" : "", in fmtmsg()
174 int do_text = text != MM_NULLTXT; in fmtmsg() local
178 && (do_severity | do_text | do_action | do_tag)); in fmtmsg()
184 do_severity && (do_text | do_action | do_tag) ? ": " : "", in fmtmsg()
185 do_text ? text : "", in fmtmsg()
186 do_text && (do_action | do_tag) ? "\n" : "", in fmtmsg()