HomeSort by: relevance | last modified time | path
    Searched refs:hasStdinInput (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
util.h 105 int UTIL_requireUserConfirmation(const char* prompt, const char* abortMsg, const char* acceptableLetters, int hasStdinInput);
util.c 129 const char* acceptableLetters, int hasStdinInput) {
132 if (hasStdinInput) {
fileio.c 247 int hasStdinInput;
320 ret->hasStdinInput = 0;
508 fCtx->hasStdinInput = 1;
632 if (UTIL_requireUserConfirmation("overwrite (y/n) ? ", "Not overwritten \n", "yY", fCtx->hasStdinInput))
1041 return UTIL_requireUserConfirmation("Proceed? (y/n): ", "Aborting...", "yY", fCtx->hasStdinInput);

Completed in 19 milliseconds