Searched refs:tmpstr (Results 1 – 1 of 1) sorted by relevance
358 char *tmpstr; in mls_from_string() local364 tmpstr = kstrdup(str, gfp_mask); in mls_from_string()365 if (!tmpstr) { in mls_from_string()368 rc = mls_context_to_sid(p, ':', tmpstr, context, NULL, in mls_from_string()370 kfree(tmpstr); in mls_from_string()
Completed in 3 milliseconds