Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dprint.c570 if(PRINT_BOTH_VALUE) in print_value()
590 if(PRINT_BOTH_VALUE) in print_value()
611 if(PRINT_BOTH_VALUE) in print_value()
1068 if(PRINT_BOTH_VALUE) in print_ushort()
1086 if(PRINT_BOTH_VALUE) in print_ushort()
1107 if(PRINT_BOTH_VALUE) in print_ushort()
1125 if(PRINT_BOTH_VALUE) in print_ushort()
1234 if(PRINT_BOTH_VALUE) in print_ulong()
1252 if(PRINT_BOTH_VALUE) in print_ulong()
1273 if(PRINT_BOTH_VALUE) in print_ulong()
[all …]
H A Ddefs.h112 #define PRINT_BOTH_VALUE ((PRINT_VALUE) == (HEXVALUE|DECVALUE)) macro