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

/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dacl_from_text.c77 skip_tag_name(const char **text_p, const char *token) function
203 if (!skip_tag_name(text_p, "user"))
222 if (!skip_tag_name(text_p, "group"))
241 if (!skip_tag_name(text_p, "mask"))
252 if (!skip_tag_name(text_p, "other"))
/asus-wl-520gu-7.0.1.45/src/router/acl/setfacl/
H A Dparse.c45 skip_tag_name( function
207 if (skip_tag_name(text_p, "default")) {
221 skip_tag_name(text_p, "user");
240 if (!skip_tag_name(text_p, "group"))
259 if (!skip_tag_name(text_p, "other"))
270 if (!skip_tag_name(text_p, "mask"))

Completed in 40 milliseconds