Lines Matching refs:strncmp
82 if (!strncmp(op, "<=", 2))
84 else if (!strncmp(op, ">=", 2))
86 else if (!strncmp(op, "!=", 2))
88 else if (!strncmp(op, ">", 1))
90 else if (!strncmp(op, "<", 1))
92 else if (!strncmp(op, "=", 1))
151 if (!strncmp(input, "<", 1)) {
155 } else if (!strncmp(input, ">", 1)) {
159 } else if (!strncmp(input, "!=", 2)) {
161 } else if (!strncmp(input, "=", 1)) {