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