Searched refs:atsec (Results 1 – 1 of 1) sorted by relevance
30 const char *atsec = ""; in main() local43 atsec = " (AT_SECURE is set)"; in main()45 atsec = " (AT_SECURE is not set)"; in main()55 ksft_print_msg("Wrong effective state%s\n", atsec); in main()60 ksft_print_msg("Wrong permitted state%s\n", atsec); in main()65 ksft_print_msg("Wrong inheritable state%s\n", atsec); in main()70 ksft_print_msg("Wrong ambient state%s\n", atsec); in main()
Completed in 5 milliseconds