Home | History | Annotate | Download | only in src

Lines Matching refs:ptr2

18 	char *ptr, *ptr2 = NULL;
38 ptr2 = ptr;
39 while (*ptr2 && !isspace(*ptr2))
40 ptr2++;
41 if (!(*ptr2))
44 *ptr2++ = 0;
55 while (*ptr2 && isspace(*ptr2))
56 ptr2++;
57 if (!(*ptr2)) {
61 if (selinux_raw_to_trans_context(ptr2, con)) {