Searched refs:get_file (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dhtml.h78 FILE *get_file();
91 inline FILE *simple_output::get_file() function in class:simple_output
H A Dpost-html.cpp162 FILE *get_file (void);
188 * get_file - returns the FILE associated with ptr.
191 FILE *files::get_file (void) function in class:files
2882 html.set_file(file_list.get_file());
2894 html.set_file(file_list.get_file()); // flush current file
2904 html.set_file(file_list.get_file());
4199 html.set_file(file_list.get_file());
4609 while (file_list.get_file() != 0) {
4610 if (fseek(file_list.get_file(), 0L, 0) < 0)
4612 html.copy_file(file_list.get_file());
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dps.h43 FILE *get_file();
52 inline FILE *ps_output::get_file() function in class:ps_output
H A Dpsrm.cpp270 supply_resource(r, -1, out.get_file());
298 print_resources_comment(resource::NEEDED, out.get_file());
299 print_resources_comment(resource::SUPPLIED, out.get_file());
300 print_language_level_comment(out.get_file());
301 print_extensions_comment(out.get_file());
306 FILE *outfp = out.get_file();
335 supply_resource(r, -1, out.get_file(), 1);
H A Dps.cpp1317 fprintf(out.get_file(),
1389 fputs("%%CreationDate: ", out.get_file());
1396 fputs(ctime(&t), out.get_file());
1413 fprintf(out.get_file(),
1435 fprintf(out.get_file(), "%%%%Requirements: numcopies(%d)\n", ncopies);
1441 fprintf(out.get_file(), "%%%%PageMedia: %s\n", media_name());
/freebsd-9.3-release/contrib/cvs/src/
H A Dadmin.c329 get_file (optarg, optarg, "r", &admin_data.desc,
H A Dcvs.h692 extern void get_file PROTO ((const char *, const char *, const char *,
H A Dsubr.c699 get_file (name, fullname, mode, buf, bufsize, len) function
H A Dcommit.c485 get_file (logfile, logfile, "r", &saved_message, &size, &len);
1988 get_file (fname, fname, "r", &desc, &descalloc, &desclen);
H A Drcs.c5270 get_file (workfile, workfile,
5520 get_file (workfile, workfile,
5557 get_file (changefile, changefile,
5593 /* See the comment above, at the other get_file invocation,
5595 get_file (changefile, changefile,
6663 need to use "-kb" and "--binary" and "rb" to get_file
6686 get_file (afterfile, afterfile, "r", &diffbuf, &bufsize, &len);
6731 get_file (outfile, outfile, "r", &diffbuf, &bufsize, &len);
H A Dclient.c2078 get_file (filename, short_pathname, bin ? FOPEN_BINARY_READ : "r",
/freebsd-9.3-release/contrib/ee/
H A Dee.c293 void get_file P_((char *file_name));
2201 get_file(tmp_file);
2238 get_file(file_name) /* read specified file into current buffer */ function
3155 get_file("");

Completed in 288 milliseconds