Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dutil.c66 #define UTIL_DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
67 #define UTIL_DISPLAYLEVEL(l, ...) { if (g_utilDisplayLevel>=l) { UTIL_DISPLAY(__VA_ARGS__); } }
95 UTIL_DISPLAY("stdin is an input - not proceeding.\n"); in UTIL_requireUserConfirmation()
99 UTIL_DISPLAY("%s", prompt); in UTIL_requireUserConfirmation()
103 UTIL_DISPLAY("%s", abortMsg); in UTIL_requireUserConfirmation()
687 UTIL_DISPLAY("zstd: failed to get DIR stats %s: %s\n", dirName, strerror(errno)); in getDirMode()
691 UTIL_DISPLAY("zstd: expected directory: %s\n", dirName); in getDirMode()
708 UTIL_DISPLAY("zstd: failed to create DIR %s: %s\n", dir, strerror(errno)); in makeDir()