Searched refs:print_file (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dxditview.c443 FILE *print_file; local
449 print_file = popen(name, "w");
450 if (!print_file)
453 DviSaveToFile(dvi, print_file);
454 pclose(print_file);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c239 print_file(FILE *fp, differ_info_t *di, char type, const char *file, function
306 print_file(fp, di, ZDIFF_ADDED, tobjname, &tsb);
313 print_file(fp, di, ZDIFF_REMOVED, fobjname, &fsb);
330 print_file(fp, di, ZDIFF_MODIFIED, fobjname, &tsb);
337 print_file(fp, di, ZDIFF_REMOVED, fobjname, &fsb);
338 print_file(fp, di, ZDIFF_ADDED, tobjname, &tsb);
372 print_file(fp, di, ZDIFF_REMOVED, namebuf, &sb);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c315 print_file(FILE *out, function
610 print_file(out,
624 print_file(out,

Completed in 203 milliseconds