Lines Matching refs:strcmp
108 return (strstarts(var, header) && !strcmp(var + strlen(header), c->cmd)); in same_cmd_with_prefix()
211 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options()
218 if (!strcmp(cmd, "-h")) { in handle_options()
223 if (!strcmp(cmd, "-v")) { in handle_options()
228 if (!strcmp(cmd, "-vv")) { in handle_options()
245 } else if (!strcmp(cmd, "--html-path")) { in handle_options()
248 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) { in handle_options()
250 } else if (!strcmp(cmd, "--no-pager")) { in handle_options()
254 } else if (!strcmp(cmd, "--debugfs-dir")) { in handle_options()
264 } else if (!strcmp(cmd, "--buildid-dir")) { in handle_options()
279 } else if (!strcmp(cmd, "--list-cmds")) { in handle_options()
288 } else if (!strcmp(cmd, "--list-opts")) { in handle_options()
297 } else if (!strcmp(cmd, "--debug")) { in handle_options()
307 } else if (!strcmp(cmd, "--debug-file")) { in handle_options()
393 if (argc > 1 && !strcmp(argv[1], "--help")) { in handle_internal_command()
402 if (strcmp(p->cmd, cmd)) in handle_internal_command()