| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| D | source_handler.t | 62 is_file => 1, 69 is_file => 1, 76 is_file => 1, 145 is_file => 1, 152 is_file => 1, 161 is_file => 1, 168 is_file => 1, 175 is_file => 1, 184 is_file => 1, 193 is_file => 1, [all …]
|
| D | source.t | 146 is_file => 1, 172 is_file => 1, 200 is_file => 0, 225 is_file => 0, 264 is_file => 1, 292 is_file => 1,
|
| /openbsd/src/gnu/llvm/lldb/tools/driver/ |
| D | Driver.h | 51 bool is_file, lldb::SBError &error); 56 : contents(std::move(contents)), is_file(in_is_file), in contents() 60 bool is_file; member
|
| D | Driver.cpp | 119 bool is_file, SBError &error) { in AddInitialCommand() argument 133 if (is_file) { in AddInitialCommand() 136 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand() 140 command_set->push_back(InitialCmdEntry(final_path, is_file)); in AddInitialCommand() 146 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand() 166 if (command_entry.is_file) { in WriteCommandsForSourcing()
|
| /openbsd/src/usr.bin/dig/lib/isc/ |
| D | lex.c | 35 int is_file; member 153 new_source(isc_lex_t *lex, int is_file, int need_close, in new_source() argument 163 source->is_file = is_file; in new_source() 220 if (source->is_file) { in isc_lex_close() 330 if (source->is_file) in isc_lex_gettoken() 335 if (source->is_file) { in isc_lex_gettoken() 572 if (source->is_file) in isc_lex_gettoken()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
| D | Source.pm | 274 $meta->{is_file} = $file->{is_file} = -f _ ? 1 : 0;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/ |
| D | Perl.pm | 77 return 0 unless $meta->{is_file}; 144 $class->_croak("Cannot find ($perl_script)") unless $meta->{is_file};
|
| D | File.pm | 69 return 0 unless $meta->{is_file};
|
| D | Executable.pm | 72 if ( $meta->{is_file} ) {
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ |
| D | ptardiff | 24 next unless $file->is_file;
|
| D | ptargrep | 63 next unless $f->is_file;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/ |
| D | File.pm | 241 $obj->type(DIR) if ( ($obj->is_file) && ($obj->name =~ m|/$|) ); 706 sub is_file { local $^W; FILE == $_[0]->type } subroutine
|
| /openbsd/src/usr.sbin/makefs/ |
| D | cd9660.c | 1486 char *newname, size_t newnamelen, int is_file) in cd9660_level1_convert_filename() argument 1530 if (is_file) { in cd9660_level1_convert_filename() 1542 char *newname, size_t newnamelen, int is_file) in cd9660_level2_convert_filename() argument 1593 if (is_file) { in cd9660_level2_convert_filename() 1612 char *newname, size_t newnamelen, int is_file) in cd9660_convert_filename() argument 1616 oldname, newname, newnamelen, is_file); in cd9660_convert_filename() 1619 oldname, newname, newnamelen, is_file); in cd9660_convert_filename()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/t/ |
| D | 03_file.t | 78 ok( $obj->is_file, " Object is a file" ); 135 ok( $obj->is_file, " Is now a file" );
|
| D | 02_methods.t | 212 next unless $file->is_file; 267 is( $files[0]->is_file, 1, 331 is( $obj->is_file, 1, " Proper type" ); 356 ok( $obj->is_file, " Proper type" ); 752 my @files = grep { $_->is_file } $obj->get_files; 766 ok( $file->is_file, " It is a file" );
|
| D | 04_resolved_issues.t | 50 ok( $entry->is_file, " Entry is a file" ); 88 ok( $entry->is_file, " Entry is a file" );
|
| /openbsd/src/usr.sbin/unbound/smallapp/ |
| D | unbound-checkconf.c | 487 is_file(const char* fname) in is_file() function 547 if(!is_file(*ss)) { in check_chroot_string() 924 if(!is_file(cfg->control_key_file)) in morechecks() 927 if(!is_file(cfg->control_cert_file)) in morechecks()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/ |
| D | Tar.pm | 431 if( length $entry->type and ($entry->is_file || $entry->is_longlink) ) { 433 if ( $entry->is_file && !$entry->validate ) { 890 if( length $entry->type && $entry->is_file ) {
|