Searched refs:T_ENCLOSED (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/praudit/ |
H A D | toktable.c | 92 table_init(AUT_IPC, "IPC", s5_IPC_token, T_ENCLOSED); in init_tokens() 95 table_init(AUT_SUBJECT32, "subject", subject32_token, T_ENCLOSED); in init_tokens() 96 table_init(AUT_PROCESS32, "process", process32_token, T_ENCLOSED); in init_tokens() 97 table_init(AUT_RETURN32, "return", return_value32_token, T_ENCLOSED); in init_tokens() 102 table_init(AUT_IP, "ip", ip_token, T_ENCLOSED); in init_tokens() 105 table_init(AUT_ARG32, "argument", argument32_token, T_ENCLOSED); in init_tokens() 107 socket_token, T_ENCLOSED); in init_tokens() 108 table_init(AUT_SEQ, "sequence", sequence_token, T_ENCLOSED); in init_tokens() 114 table_init(AUT_ACL, "acl", acl_token, T_ENCLOSED); in init_tokens() 115 table_init(AUT_ACE, "acl", ace_token, T_ENCLOSED); in init_tokens() [all …]
|
H A D | toktable.h | 68 #define T_ENCLOSED 3 /* enclosed element */ macro
|
H A D | format.c | 178 case T_ENCLOSED: in open_tag() 263 case T_ENCLOSED: in close_tag()
|