Home | History | Annotate | Download | only in mmap

Lines Matching refs:TEMPFILE

48 #define TEMPFILE	"mmapfile"
74 * Call mmap to map the temporary file 'TEMPFILE'
83 tst_resm(TFAIL | TERRNO, "mmap of %s failed", TEMPFILE);
93 "reading %s failed", TEMPFILE);
140 if ((fildes = open(TEMPFILE, O_RDWR | O_CREAT, 0666)) < 0) {
143 TEMPFILE);
150 "writing to %s failed", TEMPFILE);
159 TEMPFILE);
165 TEMPFILE);
169 if ((fildes = open(TEMPFILE, O_RDONLY)) < 0) {
171 TEMPFILE);