Lines Matching refs:strncmp
108 if ((strncmp (*strp, "w", 1) == 0) || (strncmp (*strp, "W", 1) == 0))
112 if ((strncmp (*strp, ",", 1) == 0) || ISSPACE (**strp))
357 if (strncmp (*strp, "%bank", 5) == 0)
362 else if (strncmp (*strp, "%lo8data", 8) == 0)
367 else if (strncmp (*strp, "%hi8data", 8) == 0)
372 else if (strncmp (*strp, "%ex8data", 8) == 0)
377 else if (strncmp (*strp, "%lo8insn", 8) == 0)
382 else if (strncmp (*strp, "%hi8insn", 8) == 0)
423 if (strncmp (*strp, "%bit", 4) == 0)
428 else if (strncmp (*strp, "%msbbit", 7) == 0)
433 else if (strncmp (*strp, "%lsbbit", 7) == 0)