Searched refs:in_file (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/scripts/ |
| D | summary.in | 296 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/ |
| D | crontab.c | 68 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/ |
| D | fortune.c | 1291 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/ |
| D | gdb.exp | 9431 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/ |
| D | libhfs.c | 2198 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/ |
| D | ChangeLog-2014-2021 | 2848 (gdb_stdin_log_write): Flush in_file. 4803 (gdb_stdin_log_init): Set var in_file as persistent global.
|