Home
last modified time | relevance | path

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

/src/bin/cp/
H A Dutils.c107 int ch, checkch, from_fd, rval, to_fd; in copy_file() local
153 checkch = ch = getchar(); in copy_file()
156 if (checkch != 'y' && checkch != 'Y') { in copy_file()