common_perm_to_string.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* This file is automatically generated. Do not edit. */
  2. TB_(common_file_perm_to_string)
  3. S_("ioctl")
  4. S_("read")
  5. S_("write")
  6. S_("create")
  7. S_("getattr")
  8. S_("setattr")
  9. S_("lock")
  10. S_("relabelfrom")
  11. S_("relabelto")
  12. S_("append")
  13. S_("unlink")
  14. S_("link")
  15. S_("rename")
  16. S_("execute")
  17. S_("swapon")
  18. S_("quotaon")
  19. S_("mounton")
  20. TE_(common_file_perm_to_string)
  21. TB_(common_socket_perm_to_string)
  22. S_("ioctl")
  23. S_("read")
  24. S_("write")
  25. S_("create")
  26. S_("getattr")
  27. S_("setattr")
  28. S_("lock")
  29. S_("relabelfrom")
  30. S_("relabelto")
  31. S_("append")
  32. S_("bind")
  33. S_("connect")
  34. S_("listen")
  35. S_("accept")
  36. S_("getopt")
  37. S_("setopt")
  38. S_("shutdown")
  39. S_("recvfrom")
  40. S_("sendto")
  41. S_("recv_msg")
  42. S_("send_msg")
  43. S_("name_bind")
  44. TE_(common_socket_perm_to_string)
  45. TB_(common_ipc_perm_to_string)
  46. S_("create")
  47. S_("destroy")
  48. S_("getattr")
  49. S_("setattr")
  50. S_("read")
  51. S_("write")
  52. S_("associate")
  53. S_("unix_read")
  54. S_("unix_write")
  55. TE_(common_ipc_perm_to_string)