Home
last modified time | relevance | path

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

/systemd-251/src/machine/
Dmachinectl.c2625 int saved_optind; in parse_argv() local
2636 saved_optind = optind; in parse_argv()
2639 … optind = saved_optind - 1; /* go one step back, process this argument again */ in parse_argv()