Lines Matching refs:strncmp
72 if ((strncmp (*strp, "w", 1) == 0) || (strncmp (*strp, "W", 1) == 0)) in parse_fr()
76 if ((strncmp (*strp, ",", 1) == 0) || ISSPACE (**strp)) in parse_fr()
321 if (strncmp (*strp, "%bank", 5) == 0) in parse_lit8()
326 else if (strncmp (*strp, "%lo8data", 8) == 0) in parse_lit8()
331 else if (strncmp (*strp, "%hi8data", 8) == 0) in parse_lit8()
336 else if (strncmp (*strp, "%ex8data", 8) == 0) in parse_lit8()
341 else if (strncmp (*strp, "%lo8insn", 8) == 0) in parse_lit8()
346 else if (strncmp (*strp, "%hi8insn", 8) == 0) in parse_lit8()
387 if (strncmp (*strp, "%bit", 4) == 0) in parse_bit3()
392 else if (strncmp (*strp, "%msbbit", 7) == 0) in parse_bit3()
397 else if (strncmp (*strp, "%lsbbit", 7) == 0) in parse_bit3()