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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c237 char *nextpercent; local
241 nextpercent = strchr(command, '%');
242 if (!nextpercent) {
248 varvalue = get_var(command, nextpercent - command, ifd);
264 command = nextpercent + 1;
273 command = nextpercent + 1;

Completed in 86 milliseconds