Lines Matching refs:strcmp
186 if (strcmp("sleep", opt) == 0) in prepare_config()
189 else if (strcmp("load", opt) == 0) in prepare_config()
192 else if (strcmp("load_step", opt) == 0) in prepare_config()
195 else if (strcmp("sleep_step", opt) == 0) in prepare_config()
198 else if (strcmp("cycles", opt) == 0) in prepare_config()
201 else if (strcmp("rounds", opt) == 0) in prepare_config()
204 else if (strcmp("verbose", opt) == 0) in prepare_config()
207 else if (strcmp("output", opt) == 0) in prepare_config()
210 else if (strcmp("cpu", opt) == 0) in prepare_config()
213 else if (strcmp("governor", opt) == 0) { in prepare_config()
219 else if (strcmp("priority", opt) == 0) { in prepare_config()