Home
last modified time | relevance | path

Searched refs:in_file (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/scripts/
Dsummary.in296 my $in_file = shift;
302 open INPUT, "<$in_file" or die "can't open $in_file: $!";
344 warn "dist exceeds limit: $dist (file $in_file, line $.)\n";
/netbsd/src/external/bsd/cron/dist/
Dcrontab.c68 static int in_file(const char *, FILE *, int);
848 isallowed = in_file(username, fp, FALSE); in allowed()
851 isallowed = !in_file(username, fp, FALSE); in allowed()
861 in_file(const char *string, FILE *file, int error) in in_file() function
/netbsd/src/games/fortune/fortune/
Dfortune.c1291 int in_file; in matches_in_list() local
1304 in_file = FALSE; in matches_in_list()
1317 if (!in_file) { in matches_in_list()
1320 in_file = TRUE; in matches_in_list()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dgdb.exp9431 gdb_persistent_global in_file
9433 if {[info exists in_file]} {
9435 catch "close $in_file"
9439 set in_file [open $logfile w]
9450 global in_file
9451 if {![info exists in_file]} {
9467 puts -nonewline $in_file "$message"
9468 flush $in_file
/netbsd/src/sys/fs/hfs/
Dlibhfs.c2198 hfslib_error(const char* in_format, const char* in_file, int in_line, ...) in hfslib_error() argument
2207 hfs_gcb.error(in_format, in_file, in_line, ap); in hfslib_error()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-2014-20212848 (gdb_stdin_log_write): Flush in_file.
4803 (gdb_stdin_log_init): Set var in_file as persistent global.