Searched refs:read_spec_entry (Results 1 - 2 of 2) sorted by relevance

/external/libselinux/src/
H A Dlabel_support.c15 * The read_spec_entries and read_spec_entry functions may be used to
29 static inline int read_spec_entry(char **entry, char **ptr, int *len, const char **errbuf) function
67 * This function calls read_spec_entry() to do the actual string processing.
107 rc = read_spec_entry(spec_entry, &buf_p, &entry_len, errbuf);
/external/selinux/libselinux/src/
H A Dlabel_support.c16 * The read_spec_entries and read_spec_entry functions may be used to
20 static inline int read_spec_entry(char **entry, char **ptr, int *len) function
51 * This function calls read_spec_entry() to do the actual string processing.
88 rc = read_spec_entry(spec_entry, &buf_p, &entry_len);

Completed in 144 milliseconds