| /freebsd-11-stable/sbin/newfs/ |
| HD | newfs.c | 117 static int is_file; /* work on a file, not a device */ variable 283 is_file = 1; in main() 319 if (is_file) { in main() 339 is_file = 1; /* assume it is a file */ in main() 355 if (!is_file) /* already set for files */ in main() 379 if (is_file) in main() 433 if (is_file) { in getdisklabel()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/ |
| HD | 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
|
| HD | Driver.cpp | 118 bool is_file, SBError &error) { in AddInitialCommand() argument 132 if (is_file) { in AddInitialCommand() 135 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand() 139 command_set->push_back(InitialCmdEntry(final_path, is_file)); in AddInitialCommand() 145 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand() 165 if (command_entry.is_file) { in WriteCommandsForSourcing()
|
| /freebsd-11-stable/contrib/ntp/lib/isc/ |
| HD | lex.c | 41 isc_boolean_t is_file; member 192 new_source(isc_lex_t *lex, isc_boolean_t is_file, isc_boolean_t need_close, in new_source() argument 202 source->is_file = is_file; in new_source() 292 if (source->is_file) { in isc_lex_close() 419 if (source->is_file) in isc_lex_gettoken() 425 if (source->is_file) { in isc_lex_gettoken() 789 if (source->is_file) in isc_lex_gettoken() 958 return (source->is_file); in isc_lex_isfile()
|
| /freebsd-11-stable/usr.sbin/config/ |
| HD | config.y | 98 static void newenvvar(char *name, bool is_file); 350 newenvvar(char *name, bool is_file) in newenvvar() argument 358 envvar->env_is_file = is_file; in newenvvar()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/ |
| HD | editorp.c | 105 svn_boolean_t is_file; member 480 svn_boolean_t is_file, in store_token() argument 488 entry->is_file = is_file; in store_token() 500 svn_boolean_t is_file, in lookup_token() argument 513 if (!*entry || (*entry)->is_file != is_file) in lookup_token()
|
| /freebsd-11-stable/sbin/bsdlabel/ |
| HD | bsdlabel.c | 139 static int is_file; /* work on a file (abs. pathname), "-f" opt. */ variable 163 is_file=1; in main() 213 if (is_file) { in main() 407 if (is_file) { in writelabel() 498 if (is_file) in readlabel() 522 if (is_file) in readlabel() 1498 if (is_file) in getvirginlabel()
|
| /freebsd-11-stable/usr.sbin/makefs/ |
| HD | cd9660.c | 1608 char *newname, int is_file) in cd9660_level1_convert_filename() argument 1656 if (is_file) { in cd9660_level1_convert_filename() 1668 char *newname, int is_file) in cd9660_level2_convert_filename() argument 1723 if (is_file) { in cd9660_level2_convert_filename() 1735 char *newname, int is_file) 1752 char *newname, int is_file) in cd9660_convert_filename() argument 1761 return (*conversion_function)(diskStructure, oldname, newname, is_file); in cd9660_convert_filename()
|
| /freebsd-11-stable/contrib/groff/contrib/groffer/ |
| HD | groffer2.sh | 1599 is_file() function 1601 func_check is_file '=' 1 "$@"; 1623 if is_file "$1" && test -s "$1" 1697 if is_file "$1" 2695 if obj mss_f is_file 2742 if obj mss_f is_file 2787 if obj mss_f is_file 3466 if is_file "$1" 3491 if is_file "$1" 3713 if is_file "$1"
|
| /freebsd-11-stable/contrib/unbound/smallapp/ |
| HD | unbound-checkconf.c | 401 is_file(const char* fname) in is_file() function 461 if(!is_file(*ss)) { in check_chroot_string() 810 if(!is_file(cfg->control_key_file)) in morechecks() 813 if(!is_file(cfg->control_cert_file)) in morechecks()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | io.c | 1668 svn_boolean_t is_file, in io_set_perms() argument 1695 if (is_file) in io_set_perms() 1803 if (is_file) in io_set_perms() 2343 svn_boolean_t is_file, in io_set_readonly_flag() argument 2358 if (is_file) in io_set_readonly_flag()
|
| /freebsd-11-stable/contrib/subversion/subversion/include/ |
| HD | svn_fs.h | 1895 svn_fs_is_file(svn_boolean_t *is_file,
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/ |
| HD | fs-loader.c | 1248 svn_fs_is_file(svn_boolean_t *is_file, svn_fs_root_t *root, const char *path, in svn_fs_is_file() argument 1254 *is_file = (kind == svn_node_file); in svn_fs_is_file()
|
| /freebsd-11-stable/contrib/groff/src/roff/troff/ |
| HD | input.cpp | 225 virtual int is_file() { return 0; } in is_file() function in input_iterator 285 int is_file(); 316 int file_iterator::is_file() in is_file() function in file_iterator 689 if ((*pp)->is_file()) { in end_file()
|
| /freebsd-11-stable/contrib/groff/ |
| HD | ChangeLog.115 | 2466 * troff/input.c (input_iterator::is_file): New virtual function. 2467 (file_iterator::is_file): New function.
|