Home
last modified time | relevance | path

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

/external/selinux/mcstrans/src/
Dmcstrans.c66 } affix_t; typedef
81 affix_t *prefixes;
82 affix_t *suffixes;
303 affix_t *next = group->prefixes->next; in destroy_group()
309 affix_t *next = group->suffixes->next; in destroy_group()
696 append(affix_t **affixes, const char *val) { in append()
697 affix_t *affix = calloc(1, sizeof(affix_t)); in append()
989 affix_t *a; in build_regexps()