Lines Matching refs:strncmp
274 if (strncmp(argv[a], "all", 3) == 0) { in parseCmdLine()
285 if (strncmp(c, "all", 3) == 0) { in parseCmdLine()
288 } else if (strncmp(c, "*", 1) == 0) { in parseCmdLine()
291 } else if (strncmp(c, "funcs", 5) == 0) { in parseCmdLine()
294 } else if (strncmp(c, "types", 5) == 0) { in parseCmdLine()
304 if (strncmp(c, "all", 3) == 0) { in parseCmdLine()
307 } else if (strncmp(c, "*", 1) == 0) { in parseCmdLine()
310 } else if (strncmp(c, "types", 5) == 0) { in parseCmdLine()
313 } else if (strncmp(c, "names", 5) == 0) { in parseCmdLine()
316 } else if (strncmp(c, "funcs", 5) == 0) { in parseCmdLine()
325 if (strncmp(c, "all", 3) == 0) { in parseCmdLine()
328 } else if (strncmp(c, "*", 1) == 0) { in parseCmdLine()
331 } else if (strncmp(c, "loadstore", 9) == 0) { in parseCmdLine()