Home | History | Annotate | Download | only in src

Lines Matching refs:FILE

40    fails, it falls back to creating a temporary file in a writable and
115 FILE *f;
183 /* A mutex used to synchronize access to *exec* variables in this file. */
186 /* A file descriptor of a temporary file from which we'll map
190 /* The amount of space already allocated from the temporary file. */
193 /* Open a temporary file name, and immediately unlink it. */
205 /* Open a temporary file in the named directory. */
222 /* Open a temporary file in the directory in the named environment
235 /* Open a temporary file in an executable and writable mount point
236 listed in the mounts file. Subsequent calls with the same mounts
237 keep searching for mount points in the same file. Providing NULL
238 as the mounts file closes the file. */
243 static FILE *last_mntent;
282 /* Instructions to look for a location to hold a temporary file that
323 /* Return a file descriptor of a temporary zero-sized file in a
347 /* Map in a chunk of memory from the temporary exec file into separate
453 /* We don't bother decreasing execsize or truncating the file, since
454 we can't quite tell whether we're unmapping the end of the file.
456 could locate pages in the file by writing to the pages being
457 deallocated and checking that the file contents change.