OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 17 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026