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