Lines Matching refs:strcmp
196 if (strcmp("sleep", opt) == 0) in prepare_config()
199 else if (strcmp("load", opt) == 0) in prepare_config()
202 else if (strcmp("load_step", opt) == 0) in prepare_config()
205 else if (strcmp("sleep_step", opt) == 0) in prepare_config()
208 else if (strcmp("cycles", opt) == 0) in prepare_config()
211 else if (strcmp("rounds", opt) == 0) in prepare_config()
214 else if (strcmp("verbose", opt) == 0) in prepare_config()
217 else if (strcmp("output", opt) == 0) in prepare_config()
220 else if (strcmp("cpu", opt) == 0) in prepare_config()
223 else if (strcmp("governor", opt) == 0) { in prepare_config()
229 else if (strcmp("priority", opt) == 0) { in prepare_config()