Lines Matching refs:strncmp
244 if (strncmp(argv[a], "all", 3) == 0) { in parseCmdLine()
252 if (strncmp(c, "all", 3) == 0) { in parseCmdLine()
255 } else if (strncmp(c, "*", 1) == 0) { in parseCmdLine()
258 } else if (strncmp(c, "funcs", 5) == 0) { in parseCmdLine()
261 } else if (strncmp(c, "types", 5) == 0) { in parseCmdLine()
271 if (strncmp(c, "all", 3) == 0) { in parseCmdLine()
274 } else if (strncmp(c, "*", 1) == 0) { in parseCmdLine()
277 } else if (strncmp(c, "types", 5) == 0) { in parseCmdLine()
280 } else if (strncmp(c, "names", 5) == 0) { in parseCmdLine()
283 } else if (strncmp(c, "funcs", 5) == 0) { in parseCmdLine()
292 if (strncmp(c, "all", 3) == 0) { in parseCmdLine()
295 } else if (strncmp(c, "*", 1) == 0) { in parseCmdLine()
298 } else if (strncmp(c, "loadstore", 9) == 0) { in parseCmdLine()