Home
last modified time | relevance | path

Searched refs:regex_error_data (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/selinux/libselinux/src/
H A Dregex.h23 struct regex_error_data { struct
28 struct regex_error_data { argument
90 struct regex_error_data *errordata) ;
164 void regex_format_error(struct regex_error_data const *error_data, char *buffer,
H A Dregex.c71 struct regex_error_data *errordata) in regex_prepare_data()
73 memset(errordata, 0, sizeof(struct regex_error_data)); in regex_prepare_data()
333 struct regex_error_data *errordata) in regex_prepare_data()
335 memset(errordata, 0, sizeof(struct regex_error_data)); in regex_prepare_data()
546 void regex_format_error(struct regex_error_data const *error_data, char *buffer, in regex_format_error()
H A Dlabel_file.h343 struct regex_error_data error_data; in compile_regex()