Home
last modified time | relevance | path

Searched refs:TYPE (Results 1 – 7 of 7) sorted by relevance

/coreutils/src/
Dgetlimits.c132 #define print_int(TYPE) \ in PRINT_FLOATTYPE() argument
133 sprintf (limit + 1, "%ju", (uintmax_t) TYPE##_MAX); \ in PRINT_FLOATTYPE()
134 printf (#TYPE"_MAX=%s\n", limit + 1); \ in PRINT_FLOATTYPE()
135 printf (#TYPE"_OFLOW=%s\n", decimal_absval_add_one (limit)); \ in PRINT_FLOATTYPE()
136 if (TYPE##_MIN) \ in PRINT_FLOATTYPE()
138 sprintf (limit + 1, "%jd", (intmax_t) TYPE##_MIN); \ in PRINT_FLOATTYPE()
139 printf (#TYPE"_MIN=%s\n", limit + 1); \ in PRINT_FLOATTYPE()
140 printf (#TYPE"_UFLOW=%s\n", decimal_absval_add_one (limit)); \ in PRINT_FLOATTYPE()
143 #define print_float(TYPE) \ in PRINT_FLOATTYPE() argument
144 printf (#TYPE"_MIN="); print_##TYPE (TYPE##_MIN); \ in PRINT_FLOATTYPE()
[all …]
Dprintf.c161 #define STRTOX(TYPE, FUNC_NAME, LIB_FUNC_EXPR) \ argument
162 static TYPE \
166 TYPE val; \
Dexpr.c74 typedef enum valtype TYPE; typedef
79 TYPE type; /* Which kind. */
/coreutils/man/
Druncon.x6 ROLE, TYPE, and USER.
/coreutils/
DREADME-release83 # "TYPE" must be stable, beta or alpha
84 make TYPE
Dconfigure.ac153 [AS_HELP_STRING([--enable-gcc-warnings@<:@=TYPE@:>@],
154 [control generation of GCC warnings. The TYPE 'no' disables
DNEWS1698 od accepts a new option: --endian=TYPE to handle inputs with different byte
4751 du accepts new options: --time[=TYPE] and --time-style=STYLE