Searched defs:is_file (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Driver.h | 60 bool is_file; member
|
H A D | Driver.cpp | 115 bool is_file, SBError &error) { in AddInitialCommand()
|
/freebsd/usr.sbin/makefs/ |
H A D | cd9660.c | 1574 char *newname, size_t newnamelen, int is_file) in cd9660_level1_convert_filename() 1630 char *newname, size_t newnamelen, int is_file) in cd9660_level2_convert_filename() 1697 char *newname, size_t newnamelen, int is_file) in cd9660_convert_filename()
|
/freebsd/usr.sbin/config/ |
H A D | config.y | 361 newenvvar(char *name, bool is_file) in newenvvar()
|
/freebsd/sbin/newfs/ |
H A D | newfs.c | 107 static int is_file; /* work on a file, not a device */ variable
|
/freebsd/sbin/bsdlabel/ |
H A D | bsdlabel.c | 126 static int is_file; /* work on a file (abs. pathname), "-f" opt. */ variable
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-checkconf.c | 487 is_file(const char* fname) is_file() function
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | 1071 int is_file = typeflag == FTW_F; in preprocess_arch_std_files() local 1084 int is_file = typeflag == FTW_F; in process_one_file() local
|