Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difupdown.c372 char *nextpercent; in parse() local
376 nextpercent = strchr(command, '%'); in parse()
377 if (!nextpercent) { in parse()
383 varvalue = get_var(command, nextpercent - command, ifd); in parse()
407 command = nextpercent + 1; in parse()
416 command = nextpercent + 1; in parse()