Lines Matching refs:strcmp
143 if (strcmp(sp->tag, tag) == 0) in parsenode()
173 if (strcmp(type, "nodeptr") == 0) { in parsefield()
176 } else if (strcmp(type, "nodelist") == 0) { in parsefield()
179 } else if (strcmp(type, "string") == 0) { in parsefield()
182 } else if (strcmp(type, "int") == 0) { in parsefield()
185 } else if (strcmp(type, "other") == 0) { in parsefield()
187 } else if (strcmp(type, "temp") == 0) { in parsefield()
261 if (strcmp(p, "%SIZES\n") == 0) in output()
263 else if (strcmp(p, "%CALCSIZE\n") == 0) in output()
265 else if (strcmp(p, "%COPY\n") == 0) in output()
267 else if (strcmp(p, "%ENCODE\n") == 0) in output()
269 else if (strcmp(p, "%DECODE\n") == 0) in output()