Home
last modified time | relevance | path

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

/stdlib/
A Dfmtmsg.c100 fmtmsg (long int classification, const char *label, int severity, in fmtmsg() argument
110 if (label != MM_NULLLBL) in fmtmsg()
113 const char *cp = strchr (label, ':'); in fmtmsg()
118 if (cp - label > 10 in fmtmsg()
146 int do_label = (print & label_mask) && label != MM_NULLLBL; in fmtmsg()
155 do_label ? label : "", in fmtmsg()
172 int do_label = label != MM_NULLLBL; in fmtmsg()
181 do_label ? label : "", in fmtmsg()
A Dtst-fmtmsg.sh33 $test_pre MSGVERB=label $test || exit 1;
35 $test_pre MSGVERB=severity:label $test || exit 1;
37 $test_pre MSGVERB=text:label $test || exit 1;
39 $test_pre MSGVERB=text:severity:label $test || exit 1;
41 $test_pre MSGVERB=action:label $test || exit 1;
43 $test_pre MSGVERB=action:severity:label $test || exit 1;
45 $test_pre MSGVERB=action:text:label $test || exit 1;
49 $test_pre MSGVERB=tag:label $test || exit 1;
51 $test_pre MSGVERB=tag:severity:label $test || exit 1;
53 $test_pre MSGVERB=tag:text:label $test || exit 1;
[all …]

Completed in 6 milliseconds