Home
last modified time | relevance | path

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

/stdlib/
A Dtst-setcontext4.c91 struct sigaction action; in do_test() local
103 action.sa_flags = 0; in do_test()
104 action.sa_handler = handler; in do_test()
105 sigemptyset (&action.sa_mask); in do_test()
106 sigaction (SIGUSR2, &action, NULL); in do_test()
A Dtst-setcontext2.c91 struct sigaction action; in do_test() local
103 action.sa_flags = 0; in do_test()
104 action.sa_handler = handler; in do_test()
105 sigemptyset (&action.sa_mask); in do_test()
106 sigaction (SIGUSR2, &action, NULL); in do_test()
A Dfmtmsg.c101 const char *text, const char *action, const char *tag) in fmtmsg() argument
149 int do_action = (print & action_mask) && action != MM_NULLACT; in fmtmsg()
163 do_action ? action : "", in fmtmsg()
175 int do_action = action != MM_NULLACT; in fmtmsg()
188 do_action ? action : "", in fmtmsg()
A Dtst-fmtmsg.sh40 $test_pre MSGVERB=action $test || exit 1;
41 $test_pre MSGVERB=action:label $test || exit 1;
42 $test_pre MSGVERB=action:severity $test || exit 1;
43 $test_pre MSGVERB=action: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;
56 $test_pre MSGVERB=tag:action $test || exit 1;
57 $test_pre MSGVERB=tag:action:label $test || exit 1;
58 $test_pre MSGVERB=tag:action:severity $test || exit 1;
[all …]

Completed in 9 milliseconds