Home
last modified time | relevance | path

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

/stdlib/
A Dfmtmsg.c101 const char *text, const char *action, const char *tag) in fmtmsg() argument
148 int do_text = (print & text_mask) && text != MM_NULLTXT; in fmtmsg()
160 do_text ? text : "", in fmtmsg()
174 int do_text = text != MM_NULLTXT; in fmtmsg()
185 do_text ? text : "", in fmtmsg()
A Dtst-fmtmsg.sh36 $test_pre MSGVERB=text $test || exit 1;
37 $test_pre MSGVERB=text:label $test || exit 1;
38 $test_pre MSGVERB=text:severity $test || exit 1;
39 $test_pre MSGVERB=text:severity:label $test || exit 1;
44 $test_pre MSGVERB=action:text $test || exit 1;
45 $test_pre MSGVERB=action:text:label $test || exit 1;
46 $test_pre MSGVERB=action:text:severity $test || exit 1;
52 $test_pre MSGVERB=tag:text $test || exit 1;
53 $test_pre MSGVERB=tag:text:label $test || exit 1;
54 $test_pre MSGVERB=tag:text:severity $test || exit 1;
[all …]

Completed in 7 milliseconds