Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h74 #define RAW_VALUES 0x02000000UL macro
135 #define PRINT_RAW_VALUES (Print_options & RAW_VALUES)
H A Doptions.c102 case 'R': Print_options = toggle(Print_options,RAW_VALUES); break; in process_options()