Home
last modified time | relevance | path

Searched refs:Max_undefined (Results 1 – 17 of 17) sorted by path

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dciff.c524 if(Max_undefined > 0L) in print_ciffinheapdata()
526 if((Max_undefined == DUMPALL) || in print_ciffinheapdata()
527 (Max_undefined > dirlength)) in print_ciffinheapdata()
530 dumplength = Max_undefined; in print_ciffinheapdata()
H A Dextern.h24 extern unsigned long Max_undefined;
H A Dglobal.h18 unsigned long Max_undefined = 0UL; variable
H A Djp2000.c299 if(Max_undefined > 0) in process_jp2()
301 if(Max_undefined == DUMPALL) in process_jp2()
303 else if(Max_undefined > box->boxlength) in process_jp2()
306 dumplength = Max_undefined; in process_jp2()
H A Dmain.c157 if(Max_undefined > 0L) in main()
158 dumplength = Max_undefined - 10; in main()
309 if(Max_undefined == DUMPALL) in main()
311 else if(Max_undefined > 0L) in main()
312 dumplength = Max_undefined; in main()
H A Dmaker_agfa.c233 if(Max_undefined == 0) in agfa1_offset_makervalue()
240 if((Max_undefined == DUMPALL) || (Max_undefined > count)) in agfa1_offset_makervalue()
243 dumplength = Max_undefined; in agfa1_offset_makervalue()
H A Dmaker_epson.c326 if(Max_undefined == 0) in epson1_offset_makervalue()
333 if((Max_undefined == DUMPALL) || (Max_undefined > count)) in epson1_offset_makervalue()
336 dumplength = Max_undefined; in epson1_offset_makervalue()
H A Dmaker_generic.c602 else if(Max_undefined > 0L) in process_makernote()
603 printlength = Max_undefined > dumplength ? Max_undefined : dumplength; in process_makernote()
700 dumplength = Max_undefined; in process_makernote()
H A Dmaker_minolta.c317 if(Max_undefined == 0) in minolta1_offset_makervalue()
324 if((Max_undefined == DUMPALL) || (Max_undefined > count)) in minolta1_offset_makervalue()
327 dumplength = Max_undefined; in minolta1_offset_makervalue()
H A Dmaker_nikon.c291 if(Max_undefined == 0) in nikon1_offset_makervalue()
298 if((Max_undefined == DUMPALL) || (Max_undefined > count)) in nikon1_offset_makervalue()
301 dumplength = Max_undefined; in nikon1_offset_makervalue()
487 if(Max_undefined == 0) in nikon2_offset_makervalue()
494 if((Max_undefined == DUMPALL) || (Max_undefined > count)) in nikon2_offset_makervalue()
497 dumplength = Max_undefined; in nikon2_offset_makervalue()
1265 if(Max_undefined > 0)
1270 if((Max_undefined == DUMPALL) || (Max_undefined > entry_ptr->count))
1273 dumplength = Max_undefined;
H A Dmaker_olympus.c252 if(Max_undefined == 0) in olympus1_offset_makervalue()
259 if((Max_undefined == DUMPALL) || (Max_undefined > count)) in olympus1_offset_makervalue()
262 dumplength = Max_undefined; in olympus1_offset_makervalue()
H A Dmaker_sanyo.c243 if(Max_undefined == 0) in sanyo1_offset_makervalue()
250 if((Max_undefined == DUMPALL) || (Max_undefined > count)) in sanyo1_offset_makervalue()
253 dumplength = Max_undefined; in sanyo1_offset_makervalue()
H A Dmaker_template186 if(Max_undefined == 0)
190 if((Max_undefined == DUMPALL)
191 || (Max_undefined > entry_ptr->count))
194 dumplength = Max_undefined;
247 if(Max_undefined == 0)
251 if((Max_undefined == DUMPALL)
252 || (Max_undefined > entry_ptr->count))
255 dumplength = Max_undefined;
H A Doptions.c147 Max_undefined = DUMPALL; in process_options()
149 Max_undefined = strtoul(optarg,NULL,0); in process_options()
152 Max_undefined = DUMPALL; in process_options()
H A Dprint.c798 if(Max_undefined == 0L) in print_offset_value()
803 if((Max_undefined == DUMPALL) || in print_offset_value()
804 (Max_undefined > entry_ptr->count)) in print_offset_value()
807 dumplength = Max_undefined; in print_offset_value()
3181 if(Max_undefined == 0) in print_private_offset_value()
3189 if((Max_undefined == DUMPALL) in print_private_offset_value()
3190 || (Max_undefined > entry_ptr->count)) in print_private_offset_value()
3193 dumplength = Max_undefined; in print_private_offset_value()
H A Dprint_maker.c501 if(Max_undefined == 0) in print_generic_offset_makervalue()
509 if((Max_undefined == DUMPALL) in print_generic_offset_makervalue()
510 || (Max_undefined > entry_ptr->count)) in print_generic_offset_makervalue()
513 dumplength = Max_undefined; in print_generic_offset_makervalue()
H A Dprocess.c3727 else if(Max_undefined > 0L) in process_app0()
3728 dumplength = Max_undefined; in process_app0()
3765 dumplength = Max_undefined; in process_app0()
3954 dumplength = Max_undefined; in process_app1()
4139 dumplength = Max_undefined; in process_app3()
4224 dumplength = Max_undefined; in process_appn()
4306 dumplength = Max_undefined; in process_app12()
4345 if(Max_undefined) in process_app12()
4690 if(Max_undefined) in process_pim()
4692 if((Max_undefined == DUMPALL) || (Max_undefined > extra)) in process_pim()
[all …]