Lines Matching refs:strcmp
188 if (strcmp("sleep", opt) == 0) in prepare_config()
191 else if (strcmp("load", opt) == 0) in prepare_config()
194 else if (strcmp("load_step", opt) == 0) in prepare_config()
197 else if (strcmp("sleep_step", opt) == 0) in prepare_config()
200 else if (strcmp("cycles", opt) == 0) in prepare_config()
203 else if (strcmp("rounds", opt) == 0) in prepare_config()
206 else if (strcmp("verbose", opt) == 0) in prepare_config()
209 else if (strcmp("output", opt) == 0) in prepare_config()
212 else if (strcmp("cpu", opt) == 0) in prepare_config()
215 else if (strcmp("governor", opt) == 0) { in prepare_config()
221 else if (strcmp("priority", opt) == 0) { in prepare_config()