Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dtop.c1107 char *str_interval, *str_iterations; local
1123 col = getopt32(argv, "d:n:bHm", &str_interval, &str_iterations);
1139 if (str_iterations[0] == '-')
1140 str_iterations++;
1141 iterations = xatou(str_iterations);