Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 5 of 5) sorted by relevance

/coreutils/src/
Dsystem.h567 #define DECIMAL_DIGIT_ACCUMULATE(Accum, Digit_val, Type) \ argument
569 (void) (&(Accum) == (Type *) nullptr), /* The type matches. */ \
570 verify_expr (! TYPE_SIGNED (Type), /* The type is unsigned. */ \
571 (((Type) -1 / 10 < (Accum) \
572 || (Type) ((Accum) * 10 + (Digit_val)) < (Accum)) \
Ddu.c197 #define IS_DIR_TYPE(Type) \ argument
198 ((Type) == FTS_DP \
199 || (Type) == FTS_DNR)
/coreutils/tests/df/
Ddf-output.sh70 Filesystem Type Inodes IUsed IFree IUse% Size Used Avail Use% File Mounted on
/coreutils/
DHACKING423 Write "Type const *var", not "const Type *var".
/coreutils/doc/
Dcoreutils.texi2104 Type @code{c} outputs
13049 @item %t -- Type in hex
13050 @item %T -- Type in human readable form