Home | History | Annotate | Download | only in utils

Lines Matching refs:output

33     {"full-output", 0, NULL, 'f'},
50 int output = 0;
62 output |= 2; /* Decimal output */
65 output |= 4; /* Hexadecimal output */
68 output |= 1; /* Canonical name output */
71 output = 7; /* Full output */
85 if (output == 0)
86 output = 7; /* Default output */
104 if (output & 1) {
109 if (output & 2) {
118 if (output & 4) {