Searched refs:read_spec_entry (Results 1 – 2 of 2) sorted by relevance
/external/libselinux/src/ |
D | label_support.c | 29 static inline int read_spec_entry(char **entry, char **ptr, int *len, const char **errbuf) in read_spec_entry() function 107 rc = read_spec_entry(spec_entry, &buf_p, &entry_len, errbuf); in read_spec_entries()
|
/external/selinux/libselinux/src/ |
D | label_support.c | 20 static inline int read_spec_entry(char **entry, char **ptr, int *len) in read_spec_entry() function 88 rc = read_spec_entry(spec_entry, &buf_p, &entry_len); in read_spec_entries()
|