Home
last modified time | relevance | path

Searched defs:is_file (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DFile.pm704 sub is_file { local $^W; FILE == $_[0]->type } global() subroutine
/openbsd-src/usr.bin/dig/lib/isc/
H A Dlex.c35 int is_file; member
153 new_source(isc_lex_t *lex, int is_file, int need_close, in new_source()
/openbsd-src/usr.sbin/makefs/
H A Dcd9660.c1486 char *newname, size_t newnamelen, int is_file) in cd9660_level1_convert_filename() argument
1542 char *newname, size_t newnamelen, int is_file) in cd9660_level2_convert_filename() argument
1612 char *newname, size_t newnamelen, int is_file) in cd9660_convert_filename() argument
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.h60 bool is_file; member
H A DDriver.cpp119 bool is_file, SBError &error) { in AddInitialCommand()
/openbsd-src/usr.sbin/unbound/smallapp/
H A Dunbound-checkconf.c484 is_file(const char* fname) is_file() function