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

/security/selinux/
H A Dhooks.c2532 char *in_save, *in_curr, *in_end; local
2547 in_save = in_end = orig;
2550 if (*in_end == '"')
2552 if ((*in_end == ',' && open_quote == 0) ||
2553 *in_end == '\0') {
2554 int len = in_end - in_curr;
2561 in_curr = in_end + 1;
2563 } while (*in_end++);

Completed in 57 milliseconds