Home
last modified time | relevance | path

Searched refs:RESTRICTION_TYPE (Results 1 – 12 of 12) sorted by relevance

/dports/security/aide/aide-0.17.4/include/
H A Drx_rule.h30 #define RESTRICTION_TYPE unsigned int macro
50 RESTRICTION_TYPE restriction;
53 RESTRICTION_TYPE get_restriction_from_char(char);
54 RESTRICTION_TYPE get_restriction_from_perm(mode_t);
56 char get_restriction_char(RESTRICTION_TYPE);
68 char *get_restriction_string(RESTRICTION_TYPE);
H A Dseltree.h35 rx_rule * add_rx_to_tree(char *, RESTRICTION_TYPE, int, seltree *, const char **, int *);
37 int check_seltree(seltree *, char *, RESTRICTION_TYPE, rx_rule* *);
H A Dgen_list.h48 int check_rxtree(char*,seltree*, rx_rule* *, RESTRICTION_TYPE, bool);
H A Dcommandconf.h36 bool add_rx_rule_to_tree(char*, RESTRICTION_TYPE, DB_ATTR_TYPE, int, seltree*, int, char*, char*);
H A Ddb_config.h209 RESTRICTION_TYPE check_file_type;
/dports/security/aide/aide-0.17.4/src/
H A Drx_rule.c28 RESTRICTION_TYPE r;
54 RESTRICTION_TYPE get_restriction_from_perm(mode_t mode) { in get_restriction_from_perm()
74 RESTRICTION_TYPE get_restriction_from_char(char c) { in get_restriction_from_char()
83 char get_restriction_char(RESTRICTION_TYPE r) { in get_restriction_char()
92 static int generate_restriction_string(RESTRICTION_TYPE r, char *str) { in generate_restriction_string()
116 char *get_restriction_string(RESTRICTION_TYPE rs) { in get_restriction_string()
H A Dseltree.c263 rx_rule * add_rx_to_tree(char * rx, RESTRICTION_TYPE restriction, int rule_type, seltree *tree, con… in add_rx_to_tree()
321 static int check_list_for_match(list* rxrlist,char* text, rx_rule* *rule, RESTRICTION_TYPE file_typ… in check_list_for_match()
377 static int check_node_for_match(seltree *node, char *text, RESTRICTION_TYPE file_type, int retval, … in check_node_for_match()
511 int check_seltree(seltree *tree, char *filename, RESTRICTION_TYPE file_type, rx_rule* *rule) { in check_seltree()
H A Dconf_eval.c588 static RESTRICTION_TYPE eval_restriction_expression(restriction_expression *expression, int linenum… in eval_restriction_expression()
589 RESTRICTION_TYPE rs = FT_NULL, rs_r; in eval_restriction_expression()
H A Dcommandconf.c298 bool add_rx_rule_to_tree(char* rx, RESTRICTION_TYPE restriction, DB_ATTR_TYPE attr, int type, seltr… in add_rx_rule_to_tree()
H A Daide.c295 RESTRICTION_TYPE file_type = get_restriction_from_char(*optarg); in read_param()
H A Dgen_list.c488 int check_rxtree(char* filename,seltree* tree, rx_rule* *rule, RESTRICTION_TYPE file_type, bool dry… in check_rxtree()
/dports/devel/codesearch-py/codesearch-py-11b86e5/codesearch/
H A Dmessages.py491 RESTRICTION_TYPE = 10100 variable in NodeEnumKind