Home
last modified time | relevance | path

Searched refs:is_file (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/newfs/
H A Dnewfs.c107 static int is_file; /* work on a file, not a device */ variable
276 is_file = 1; in main()
312 if (is_file) { in main()
332 is_file = 1; /* assume it is a file */ in main()
348 if (!is_file) /* already set for files */ in main()
372 if (is_file) in main()
429 if (is_file) { in getdisklabel()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h51 bool is_file, lldb::SBError &error);
56 : contents(std::move(contents)), is_file(in_is_file), in contents()
60 bool is_file; member
H A DDriver.cpp115 bool is_file, SBError &error) { in AddInitialCommand() argument
129 if (is_file) { in AddInitialCommand()
132 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand()
136 command_set->push_back(InitialCmdEntry(final_path, is_file)); in AddInitialCommand()
142 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand()
162 if (command_entry.is_file) { in WriteCommandsForSourcing()
/freebsd/usr.sbin/config/
H A Dconfig.y99 static void newenvvar(char *name, bool is_file);
361 newenvvar(char *name, bool is_file) in newenvvar() argument
369 envvar->env_is_file = is_file; in newenvvar()
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c1071 int is_file = typeflag == FTW_F; in preprocess_arch_std_files() local
1073 if (level == 1 && is_file && is_json_file(fpath)) in preprocess_arch_std_files()
1084 int is_file = typeflag == FTW_F; in process_one_file() local
1110 is_file ? "f" : is_dir ? "d" : "x", in process_one_file()
1162 if (level == 1 && is_file) { in process_one_file()
1178 if (is_file) { in process_one_file()
1201 if (is_file) { in process_one_file()
/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c126 static int is_file; /* work on a file (abs. pathname), "-f" opt. */ variable
154 is_file=1; in main()
203 if (is_file) { in main()
395 if (is_file) { in writelabel()
455 if (is_file) in readlabel()
479 if (is_file) in readlabel()
1449 if (is_file) in getvirginlabel()
/freebsd/usr.sbin/makefs/
H A Dcd9660.c1574 char *newname, size_t newnamelen, int is_file) in cd9660_level1_convert_filename() argument
1618 if (is_file) { in cd9660_level1_convert_filename()
1630 char *newname, size_t newnamelen, int is_file) in cd9660_level2_convert_filename() argument
1641 int maxlen = is_file ? 30 : 31; in cd9660_level2_convert_filename()
1649 if (*oldname == '.' && is_file) { in cd9660_level2_convert_filename()
1678 if (is_file) { in cd9660_level2_convert_filename()
1697 char *newname, size_t newnamelen, int is_file) in cd9660_convert_filename() argument
1702 oldname, newname, newnamelen, is_file)); in cd9660_convert_filename()
1705 oldname, newname, newnamelen, is_file)); in cd9660_convert_filename()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c487 is_file(const char* fname) in is_file() function
547 if(!is_file(*ss)) { in check_chroot_string()
920 if(!is_file(cfg->control_key_file)) in morechecks()
923 if(!is_file(cfg->control_cert_file)) in morechecks()