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

/netbsd-current/external/public-domain/xz/dist/doc/examples_old/
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-current/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py73 def find_gitrev(touched_line, in_file):
78 r'-S\b%s\b' % posix_re_escape(touched_line), in_file]
/netbsd-current/external/bsd/ntp/dist/scripts/
H A Dsummary.in295 my $in_file = shift;
301 open INPUT, "<$in_file" or die "can't open $in_file: $!";
343 warn "dist exceeds limit: $dist (file $in_file, line $.)\n";
/netbsd-current/external/bsd/cron/dist/
H A Dcrontab.c68 static int in_file(const char *, FILE *, int);
848 isallowed = in_file(username, fp, FALSE);
851 isallowed = !in_file(username, fp, FALSE);
856 /* int in_file(const char *string, FILE *file, int error)
861 in_file(const char *string, FILE *file, int error) function
/netbsd-current/games/fortune/fortune/
H A Dfortune.c1291 int in_file; local
1304 in_file = FALSE;
1317 if (!in_file) {
1320 in_file = TRUE;
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py180 with open(filename, 'r') as in_file:
181 for line in in_file:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgdb.exp7174 gdb_persistent_global in_file
7176 if {[info exists in_file]} {
7178 catch "close $in_file"
7182 set in_file [open $logfile w]
7193 global in_file
7194 if {![info exists in_file]} {
7209 puts -nonewline $in_file "$message"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb.exp8407 gdb_persistent_global in_file
8409 if {[info exists in_file]} {
8411 catch "close $in_file"
8415 set in_file [open $logfile w]
8426 global in_file
8427 if {![info exists in_file]} {
8443 puts -nonewline $in_file "$message"
8444 flush $in_file
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c865 struct with { char *s; const char *in_file; bool limited; }; member in struct:with
889 && current_source_file == withs[i].in_file)
896 withs[with_len].in_file = current_source_file;
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc865 struct with { char *s; const char *in_file; bool limited; }; member in struct:with
889 && current_source_file == withs[i].in_file)
896 withs[with_len].in_file = current_source_file;
/netbsd-current/sys/fs/hfs/
H A Dlibhfs.c2198 hfslib_error(const char* in_format, const char* in_file, int in_line, ...) argument
2207 hfs_gcb.error(in_format, in_file, in_line, ap);

Completed in 333 milliseconds