Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h46 #define CAMERA_NAMES 0x00000400UL macro
144 #define PRINT_CAMERA_NAMES (Print_options & CAMERA_NAMES)
H A Doptions.c219 Print_options = toggle(Print_options,CAMERA_NAMES); in process_options()