Lines Matching defs:file
10 * This software is licensed as described in the file COPYING, which
16 * furnished to do so, under the terms of the COPYING file.
141 * get_vms_file_size does what it takes to get the real size of the file
145 * For all others, have to read the entire file in, discarding the contents.
156 FILE * file;
158 file = fopen(name, FOPEN_READTEXT); /* VMS */
159 if(!file)
165 ret_stat = fread(buffer, 1, sizeof(buffer), file);
169 fclose(file);
200 * record format of the file.
203 static FILE * vmsfopenread(const char *file, const char *mode)
208 result = stat(file, &statbuf);
214 return fopen(file, FOPEN_READTEXT); /* VMS */
217 return fopen(file, FOPEN_READTEXT, "rfm=stmlf", "ctx=stm");
300 For field names and filenames for file fields, the result of the
704 /* Named file callbacks. */
969 /* Try sparing open file descriptors. */
1218 /* Do not abort duplication if file is not readable. */
1356 /* Set mime part remote file name. */
1401 /* Set mime part content from named local file. */
1432 /* As a side effect, set the filename to the current file's base name.