Lines Matching refs:strncmp

119   else if (strncmp (*strp, "%hi16", 5) == 0)  in parse_imm16()
124 else if (strncmp (*strp, "%lo16", 5) == 0) in parse_imm16()
220 if (strncmp (*strp, "dup", 3) == 0 || strncmp (*strp, "DUP", 3) == 0) in parse_dup()
225 else if (strncmp (*strp, "xx", 2) == 0 || strncmp (*strp, "XX", 2) == 0) in parse_dup()
245 if (strncmp (*strp, "all", 3) == 0 || strncmp (*strp, "ALL", 3) == 0) in parse_ball()
250 else if (strncmp (*strp, "one", 3) == 0 || strncmp (*strp, "ONE", 3) == 0) in parse_ball()
269 if (strncmp (*strp, "pm", 2) == 0 || strncmp (*strp, "PM", 2) == 0) in parse_xmode()
274 else if (strncmp (*strp, "xm", 2) == 0 || strncmp (*strp, "XM", 2) == 0) in parse_xmode()
293 if (strncmp (*strp, "r", 1) == 0 || strncmp (*strp, "R", 1) == 0) in parse_rc()
298 else if (strncmp (*strp, "c", 1) == 0 || strncmp (*strp, "C", 1) == 0) in parse_rc()
317 if (strncmp (*strp, "rb", 2) == 0 || strncmp (*strp, "RB", 2) == 0) in parse_cbrb()
322 else if (strncmp (*strp, "cb", 2) == 0 || strncmp (*strp, "CB", 2) == 0) in parse_cbrb()
341 if (strncmp (*strp, "rt", 2) == 0 || strncmp (*strp, "RT", 2) == 0) in parse_rbbc()
346 else if (strncmp (*strp, "br1", 3) == 0 || strncmp (*strp, "BR1", 3) == 0) in parse_rbbc()
351 else if (strncmp (*strp, "br2", 3) == 0 || strncmp (*strp, "BR2", 3) == 0) in parse_rbbc()
356 else if (strncmp (*strp, "cs", 2) == 0 || strncmp (*strp, "CS", 2) == 0) in parse_rbbc()
375 if (strncmp (*strp, "odd", 3) == 0 || strncmp (*strp, "ODD", 3) == 0) in parse_type()
380 else if (strncmp (*strp, "even", 4) == 0 || strncmp (*strp, "EVEN", 4) == 0) in parse_type()
385 else if (strncmp (*strp, "oe", 2) == 0 || strncmp (*strp, "OE", 2) == 0) in parse_type()