Searched refs:InChar (Results 1 – 2 of 2) sorted by relevance
180 int InChar; in ApIsExistingFile() local187 InChar = fgetc (stdin); in ApIsExistingFile()188 if (InChar == '\n') in ApIsExistingFile()190 InChar = fgetc (stdin); in ApIsExistingFile()193 if (InChar != 'y' && InChar != 'Y') in ApIsExistingFile()
266 int InChar; in UtQueryForOverwrite() local274 InChar = fgetc (stdin); in UtQueryForOverwrite()275 if (InChar == '\n') in UtQueryForOverwrite()277 InChar = fgetc (stdin); in UtQueryForOverwrite()280 if ((InChar != 'y') && (InChar != 'Y')) in UtQueryForOverwrite()