Lines Matching refs:strcmp
77 if (!prefixcmp(var, "pager.") && !strcmp(var + 6, c->cmd)) in pager_command_config()
95 if (!prefixcmp(var, "tui.") && !strcmp(var + 4, c->cmd)) in browser_command_config()
97 if (!prefixcmp(var, "gtk.") && !strcmp(var + 4, c->cmd)) in browser_command_config()
160 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options()
174 } else if (!strcmp(cmd, "--html-path")) { in handle_options()
177 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) { in handle_options()
179 } else if (!strcmp(cmd, "--no-pager")) { in handle_options()
183 } else if (!strcmp(cmd, "--perf-dir")) { in handle_options()
198 } else if (!strcmp(cmd, "--work-tree")) { in handle_options()
212 } else if (!strcmp(cmd, "--debugfs-dir")) { in handle_options()
222 } else if (!strcmp(cmd, "--buildid-dir")) { in handle_options()
237 } else if (!strcmp(cmd, "--list-cmds")) { in handle_options()
246 } else if (!strcmp(cmd, "--list-opts")) { in handle_options()
255 } else if (!strcmp(cmd, "--debug")) { in handle_options()
320 if (!strcmp(alias_command, new_argv[0])) in handle_alias()
412 if (i > 0 && !strcmp(argv[0] + i, ext)) { in handle_internal_command()
420 if (argc > 1 && !strcmp(argv[1], "--help")) { in handle_internal_command()
427 if (strcmp(p->cmd, cmd)) in handle_internal_command()