Home
last modified time | relevance | path

Searched refs:LONGNAMES_FLAG (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h87 #define LONGNAMES_FLAG 0x00000040UL macro
88 #define LIST_OPTIONS (TAGNAME|DECVALUE|ASCII_IGNORE_LENGTH|LONGNAMES_FLAG|APP_ENTRY)
124 #define PRINT_LONGNAMES (Print_options & LONGNAMES_FLAG)
H A Doptions.c77 case 'Z': Print_options = LONGNAMES_FLAG; break; in process_options()
118 … case 'l': Print_options = toggle(Print_options,LONGNAMES_FLAG); break; in process_options()