Home
last modified time | relevance | path

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

/external/libselinux/src/
Dlabel_support.c70 int hidden read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...) in read_spec_entries() function
Dlabel_internal.h91 extern int read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...);
Dlabel_android_property.c94 items = read_spec_entries(line_buf, &errbuf, 2, &prop, &context); in process_line()
Dlabel_file.h396 items = read_spec_entries(line_buf, &errbuf, 3, &regex, &type, &context); in process_line()
/external/selinux/libselinux/src/
Dlabel_internal.h143 extern int read_spec_entries(char *line_buf, int num_args, ...);
Dlabel_support.c53 int hidden read_spec_entries(char *line_buf, int num_args, ...) in read_spec_entries() function
Dlabel_android_property.c93 items = read_spec_entries(line_buf, 2, &prop, &context); in process_line()
Dlabel_file.h393 items = read_spec_entries(line_buf, 3, &regex, &type, &context); in process_line()
/external/selinux/libselinux/
DChangeLog33 * Add read_spec_entries function to replace sscanf, from Richard Haines.