Lines Matching defs:ptr2
18 char *ptr, *ptr2 = NULL;39 ptr2 = ptr;40 while (*ptr2 && !isspace(*ptr2))41 ptr2++;42 if (!(*ptr2))45 *ptr2++ = 0;56 while (*ptr2 && isspace(*ptr2))57 ptr2++;58 if (!(*ptr2)) {62 if (selinux_raw_to_trans_context(ptr2, con)) {