Lines Matching refs:strncmp
299 if (strncmp(argv[a], "all", 3) == 0) {
310 if (strncmp(c, "all", 3) == 0) {
313 } else if (strncmp(c, "*", 1) == 0) {
316 } else if (strncmp(c, "funcs", 5) == 0) {
319 } else if (strncmp(c, "types", 5) == 0) {
329 if (strncmp(c, "all", 3) == 0) {
332 } else if (strncmp(c, "*", 1) == 0) {
335 } else if (strncmp(c, "types", 5) == 0) {
338 } else if (strncmp(c, "names", 5) == 0) {
341 } else if (strncmp(c, "funcs", 5) == 0) {
350 if (strncmp(c, "all", 3) == 0) {
353 } else if (strncmp(c, "*", 1) == 0) {
356 } else if (strncmp(c, "loadstore", 9) == 0) {