Searched refs:in_file (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/doc/examples/
H A Dxz_pipe_comp.c46 /* note: in_file and out_file must be open already */
47 int xz_compress (FILE *in_file, FILE *out_file) argument
73 in_len = fread (in_buf, 1, IN_BUF_MAX, in_file);
75 if (feof (in_file)) {
78 if (ferror (in_file)) {
H A Dxz_pipe_decomp.c34 /* note: in_file and out_file must be open already */
35 int xz_decompress (FILE *in_file, FILE *out_file) argument
61 in_len = fread (in_buf, 1, IN_BUF_MAX, in_file);
63 if (feof (in_file)) {
66 if (ferror (in_file)) {
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dsummary.in260 my $in_file = shift;
266 open INPUT, "<$in_file" or die "can't open $in_file: $!";
308 warn "dist exceeds limit: $dist (file $in_file, line $.)\n";
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen543 my ($in_file) = $ARGV[0];
546 $out_file = $in_file;
554 parse_file($testsuite, $in_file, !$options{L});
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dcrontab.c68 static int in_file(const char *, FILE *, int);
750 isallowed = in_file(username, fp, FALSE);
753 isallowed = !in_file(username, fp, FALSE);
758 /* int in_file(const char *string, FILE *file, int error)
763 in_file(const char *string, FILE *file, int error) function
/netbsd-6-1-5-RELEASE/games/fortune/fortune/
H A Dfortune.c1299 int in_file; local
1312 in_file = FALSE;
1325 if (!in_file) {
1328 in_file = TRUE;
/netbsd-6-1-5-RELEASE/sys/fs/hfs/
H A Dlibhfs.c2272 hfslib_error(const char* in_format, const char* in_file, int in_line, ...) argument
2283 hfs_gcb.error(in_format, in_file, in_line, ap);

Completed in 178 milliseconds