Home
last modified time | relevance | path

Searched refs:APP_ENTRY (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h68 #define APP_ENTRY 0x00100000UL macro
88 #define LIST_OPTIONS (TAGNAME|DECVALUE|ASCII_IGNORE_LENGTH|LONGNAMES_FLAG|APP_ENTRY)
90 #define DEFAULT_OPTIONS (SECTION|SEGMENT|DEF_ENTRY|APP_ENTRY|VALUE_AT_OFFSET|DECADDRESS|HEX…
91 #define REPORT_OPTIONS (TAGNAME|DECVALUE|PCOLOR|SECTION|SEGMENT|APP_ENTRY|ASCII_IGNORE_LEN…
129 #define PRINT_APPENTRY (Print_options & APP_ENTRY)
H A Doptions.c120 case 'a': Print_options = toggle(Print_options,APP_ENTRY); break; in process_options()
H A Dprocess.c3411 print_tag_address(APP_ENTRY,data_offset,indent,"@"); in process_app0()
3428 print_tag_address(APP_ENTRY,data_offset,indent,"@"); in process_app0()
3445 print_tag_address(APP_ENTRY,data_offset,indent,"@"); in process_app0()
3462 print_tag_address(APP_ENTRY,data_offset,indent,"@"); in process_app0()
3479 print_tag_address(APP_ENTRY,data_offset,indent,"@"); in process_app0()
3496 print_tag_address(APP_ENTRY,data_offset,indent,"@"); in process_app0()
3512 print_tag_address(APP_ENTRY,data_offset,indent,"@"); in process_app0()
4428 print_tag_address(APP_ENTRY,ftell(inptr),indent + SMALLINDENT,"@"); in putword()
H A Dprint.c2231 print_tag_address(ENTRY|APP_ENTRY,HERE,0,"*"); in print_cfapattern()
2238 print_tag_address(ENTRY|APP_ENTRY,HERE,MEDIUMINDENT,"*"); in print_cfapattern()
2423 print_tag_address(ENTRY|APP_ENTRY,offset + printed, in hexdump()