Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dregex.h23 struct regex_error_data { struct
28 struct regex_error_data { struct
90 struct regex_error_data *errordata) ;
164 void regex_format_error(struct regex_error_data const *error_data, char *buffer,
Dregex.c72 struct regex_error_data *errordata) in regex_prepare_data()
74 memset(errordata, 0, sizeof(struct regex_error_data)); in regex_prepare_data()
288 struct regex_error_data *errordata) in regex_prepare_data()
290 memset(errordata, 0, sizeof(struct regex_error_data)); in regex_prepare_data()
501 void regex_format_error(struct regex_error_data const *error_data, char *buffer, in regex_format_error()
Dlabel_file.h350 struct regex_error_data error_data; in compile_regex()