Lines Matching refs:strcmp
105 return (strstarts(var, header) && !strcmp(var + strlen(header), c->cmd)); in same_cmd_with_prefix()
194 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options()
201 if (!strcmp(cmd, "-h")) { in handle_options()
206 if (!strcmp(cmd, "-v")) { in handle_options()
211 if (!strcmp(cmd, "-vv")) { in handle_options()
228 } else if (!strcmp(cmd, "--html-path")) { in handle_options()
231 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) { in handle_options()
233 } else if (!strcmp(cmd, "--no-pager")) { in handle_options()
237 } else if (!strcmp(cmd, "--debugfs-dir")) { in handle_options()
247 } else if (!strcmp(cmd, "--buildid-dir")) { in handle_options()
262 } else if (!strcmp(cmd, "--list-cmds")) { in handle_options()
271 } else if (!strcmp(cmd, "--list-opts")) { in handle_options()
280 } else if (!strcmp(cmd, "--debug")) { in handle_options()
365 if (argc > 1 && !strcmp(argv[1], "--help")) { in handle_internal_command()
374 if (strcmp(p->cmd, cmd)) in handle_internal_command()