Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mv/
H A Dmv.c93 static int use_stdin(void);
1138 overwrite = iflg && !silent && use_stdin(); in chkfiles()
1140 !silent && use_stdin() && !ISLNK(s2); in chkfiles()
1620 use_stdin(void) function