| /trueos/sbin/newfs/ |
| HD | newfs.c | 117 static int is_file; /* work on a file, not a device */ variable 284 is_file = 1; in main() 320 if (is_file) { in main() 340 is_file = 1; /* assume it is a file */ in main() 356 if (!is_file) /* already set for files */ in main() 381 if (is_file) in main() 441 if (is_file) { in getdisklabel() 472 if (is_file) { in rewritelabel()
|
| /trueos/contrib/unbound/smallapp/ |
| HD | unbound-checkconf.c | 207 is_file(const char* fname) in is_file() function 267 if(!is_file(*ss)) { in check_chroot_string() 417 if(!is_file(cfg->control_key_file)) in morechecks() 420 if(!is_file(cfg->control_cert_file)) in morechecks()
|
| /trueos/contrib/llvm/tools/lldb/tools/driver/ |
| HD | Driver.cpp | 424 Driver::OptionData::AddInitialCommand (const char *command, bool before_file, bool is_file, SBError… in AddInitialCommand() argument 432 if (is_file) in AddInitialCommand() 495 bool is_file = (*command_set)[idx].first; in ExecuteInitialCommands() local 500 if (is_file) in ExecuteInitialCommands() 528 if (is_file) in ExecuteInitialCommands()
|
| HD | Driver.h | 74 … AddInitialCommand (const char *command, bool before_file, bool is_file, lldb::SBError &error);
|
| /trueos/contrib/subversion/subversion/libsvn_ra_svn/ |
| HD | editorp.c | 96 svn_boolean_t is_file; member 465 svn_boolean_t is_file, in store_token() argument 473 entry->is_file = is_file; in store_token() 481 svn_boolean_t is_file, in lookup_token() argument 485 if (!*entry || (*entry)->is_file != is_file) in lookup_token()
|
| /trueos/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() 214 if (is_file) { in main() 408 if (is_file) { in writelabel() 499 if (is_file) in readlabel() 523 if (is_file) in readlabel() 1499 if (is_file) in getvirginlabel()
|
| /trueos/usr.sbin/makefs/ |
| HD | cd9660.c | 1592 cd9660_level1_convert_filename(const char *oldname, char *newname, int is_file) in cd9660_level1_convert_filename() argument 1639 if (is_file) { in cd9660_level1_convert_filename() 1650 cd9660_level2_convert_filename(const char *oldname, char *newname, int is_file) in cd9660_level2_convert_filename() argument 1705 if (is_file) { in cd9660_level2_convert_filename() 1716 cd9660_joliet_convert_filename(const char *oldname, char *newname, int is_file) 1732 cd9660_convert_filename(const char *oldname, char *newname, int is_file) in cd9660_convert_filename() argument 1740 return (*conversion_function)(oldname, newname, is_file); in cd9660_convert_filename()
|
| /trueos/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"
|
| /trueos/contrib/subversion/subversion/include/ |
| HD | svn_fs.h | 1419 svn_fs_is_file(svn_boolean_t *is_file,
|
| /trueos/contrib/subversion/subversion/libsvn_fs/ |
| HD | fs-loader.c | 1006 svn_fs_is_file(svn_boolean_t *is_file, svn_fs_root_t *root, const char *path, in svn_fs_is_file() argument 1012 *is_file = (kind == svn_node_file); in svn_fs_is_file()
|
| /trueos/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()
|
| /trueos/contrib/groff/ |
| HD | ChangeLog.115 | 2466 * troff/input.c (input_iterator::is_file): New virtual function. 2467 (file_iterator::is_file): New function.
|