Searched refs:overwriting (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/
H A Dunifdef.c187 static bool overwriting; /* output overwrites input */ variable
188 static char tempname[FILENAME_MAX]; /* used when overwriting */
333 overwriting = (ist.st_dev == ost.st_dev
335 if (overwriting) {
608 if (overwriting) {
626 if (overwriting && rename(tempname, ofilename) == -1) {
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh189 echo " 8." Copy your bare-metal kernel"'"s .config file, overwriting this file: >> $resdir/bare-metal

Completed in 123 milliseconds