Searched refs:nm (Results 1 – 1 of 1) sorted by relevance
/security/selinux/ss/ |
D | mls.c | 39 char *nm; in mls_compute_context_len() local 59 nm = sym_name(p, SYM_CATS, prev); in mls_compute_context_len() 60 len += strlen(nm) + 1; in mls_compute_context_len() 62 nm = sym_name(p, SYM_CATS, i); in mls_compute_context_len() 63 len += strlen(nm) + 1; in mls_compute_context_len() 69 nm = sym_name(p, SYM_CATS, prev); in mls_compute_context_len() 70 len += strlen(nm) + 1; in mls_compute_context_len() 93 char *scontextp, *nm; in mls_sid_to_context() local 123 nm = sym_name(p, SYM_CATS, prev); in mls_sid_to_context() 124 strcpy(scontextp, nm); in mls_sid_to_context() [all …]
|