Searched refs:alias_mod (Results 1 – 2 of 2) sorted by relevance
35 alias_lang, _, alias_mod = alias.partition('@')36 if '.' in alias_mod:37 alias_mod, _, alias_enc = alias_mod.partition('.')38 alias = alias_lang + '.' + alias_enc + '@' + alias_mod
62 static policydb_t alias_mod; variable167 mymod2 = &alias_mod; in expander_test_init()192 policydb_destroy(&alias_mod); in expander_test_cleanup()