Searched refs:grp (Results 1 – 1 of 1) sorted by relevance
176 char *grp; in getCGroupSubsys() local193 if (!(grp = strsep(&next, ":"))) { in getCGroupSubsys()196 grp++; /* Drop the leading '/' */ in getCGroupSubsys()197 len = strlen(grp); in getCGroupSubsys()198 grp[len-1] = '\0'; /* Drop the trailing '\n' */ in getCGroupSubsys()203 strncpy(buf, grp, len); in getCGroupSubsys()