Home
last modified time | relevance | path

Searched refs:strneq (Results 1 – 11 of 11) sorted by relevance

/libtiff-4.0.7/tools/
H A Dppm2tiff.c57 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
300 if (strneq(cp, "1d", 2)) in processG3Options()
302 else if (strneq(cp, "2d", 2)) in processG3Options()
304 else if (strneq(cp, "fill", 4)) in processG3Options()
319 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
334 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
339 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
344 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dtiffdither.c45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
164 if (strneq(cp, "1d", 2)) in processG3Options()
166 else if (strneq(cp, "2d", 2)) in processG3Options()
168 else if (strneq(cp, "fill", 4)) in processG3Options()
183 else if (strneq(opt, "g3", 2)) { in processCompressOptions()
188 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
193 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dpal2rgb.c45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
239 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
254 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
259 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dtiff2bw.c45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
287 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
302 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
307 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dtiffcp.c65 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
345 if (strneq(cp, "1d", 2)) in processG3Options()
347 else if (strneq(cp, "2d", 2)) in processG3Options()
349 else if (strneq(cp, "fill", 4)) in processG3Options()
364 } else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
379 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
384 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
389 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
392 } else if (strneq(opt, "lzma", 4)) { in processCompressOptions()
395 } else if (strneq(opt, "jbig", 4)) { in processCompressOptions()
[all …]
H A Dtiffmedian.c62 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
305 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
310 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dtiffcrop.c156 #define strneq(a,b,n) (strncmp((a),(b),(n)) == 0) macro
1408 if (strneq(cp, "1d", 2)) in processG3Options()
1410 else if (strneq(cp, "2d", 2)) in processG3Options()
1412 else if (strneq(cp, "fill", 4)) in processG3Options()
1425 if (strneq(opt, "none",4)) in processCompressOptions()
1433 else if (strneq(opt, "jpeg", 4)) in processCompressOptions()
1442 else if (strneq(cp + 1, "raw", 3 )) in processCompressOptions()
1444 else if (strneq(cp + 1, "rgb", 3 )) in processCompressOptions()
1451 else if (strneq(opt, "g3", 2)) in processCompressOptions()
1460 else if (strneq(opt, "lzw", 3)) in processCompressOptions()
[all …]
/libtiff-4.0.7/archive/tools/
H A Dras2tiff.c50 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
265 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
280 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
285 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dsgi2tiff.c36 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
162 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
177 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
182 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dsgisv.c40 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
74 else if (strneq(optarg, "jpeg", 4)) { in main()
81 } else if (strneq(optarg, "lzw", 3)) { in main()
H A Dgif2tiff.c59 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
190 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
195 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()