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

/linux-master/security/safesetid/
H A Dsecurityfs.c34 char *child_str; local
39 child_str = strchr(buf, ':');
40 if (child_str == NULL)
42 *child_str = '\0';
43 child_str++;
49 ret = kstrtou32(child_str, 0, &parsed_child);

Completed in 102 milliseconds