Home
last modified time | relevance | path

Searched defs:DISPLAY (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/bin/ls/
H A Dls.h74 } DISPLAY; typedef
/dflybsd-src/contrib/zstd/programs/
H A Dbenchfn.c40 # define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
H A Ddibio.c57 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
H A Dzstdcli.c101 #define DISPLAY(...) DISPLAY_F(stderr, __VA_ARGS__) macro
H A Dbenchzstd.c70 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
H A Dfileio.c88 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
/dflybsd-src/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c49 #define DISPLAY(...) \ macro
H A Dcover.c52 #define DISPLAY(...) \ macro
H A Dzdict.c72 #define DISPLAY(...) { fprintf(stderr, __VA_ARGS__); fflush( stderr ); } macro