Lines Matching refs:strneq
156 #define strneq(a,b,n) (strncmp((a),(b),(n)) == 0) macro
1410 if (strneq(cp, "1d", 2)) in processG3Options()
1412 else if (strneq(cp, "2d", 2)) in processG3Options()
1414 else if (strneq(cp, "fill", 4)) in processG3Options()
1427 if (strneq(opt, "none",4)) in processCompressOptions()
1435 else if (strneq(opt, "jpeg", 4)) in processCompressOptions()
1444 else if (strneq(cp + 1, "raw", 3 )) in processCompressOptions()
1446 else if (strneq(cp + 1, "rgb", 3 )) in processCompressOptions()
1453 else if (strneq(opt, "g3", 2)) in processCompressOptions()
1462 else if (strneq(opt, "lzw", 3)) in processCompressOptions()
1469 else if (strneq(opt, "zip", 3)) in processCompressOptions()