Lines Matching refs:strcmp
52 if (!strcmp(s, "=") || !strcmp(s, "==")) return !strcmp(args[0], args[2]);
53 if (!strcmp(s, "!=")) return strcmp(args[0], args[2]);
97 if (!strcmp("[", toys.which->name))
98 if (!toys.optc || strcmp("]", toys.optargs[--toys.optc]))
113 if (!strcmp("!", toys.optargs[pos])) {
117 if (!strcmp("(", toys.optargs[pos])) {
135 if (!paren || !s || strcmp(")", s)) break;
149 if (!strcmp("-a", s)) {
151 } else if (!strcmp("-o", s)) {