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

/linux-master/fs/proc/
H A Dproc_sysctl.c1276 const char *name, *nextname; local
1278 for (name = path; name; name = nextname) {
1280 nextname = strchr(name, '/');
1281 if (nextname) {
1282 namelen = nextname - name;
1283 nextname++;

Completed in 239 milliseconds