Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dfmtmsg.c150 int do_tag = (print & tag_mask) && tag != MM_NULLTAG; 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()
161 do_text && (do_action | do_tag) ? "\n" : "", in fmtmsg()
164 do_action && do_tag ? " " : "", in fmtmsg()
165 do_tag ? tag : "") < 0) in fmtmsg()
176 int do_tag = tag != MM_NULLTAG; 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()
186 do_text && (do_action | do_tag) ? "\n" : "", in fmtmsg()
[all …]