Searched defs:is_file (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h60 bool is_file; member in struct:Driver::OptionData::InitialCmdEntry
H A DDriver.cpp116 AddInitialCommand(std::string command, CommandPlacement placement, bool is_file, SBError &error) argument
/freebsd-11-stable/sbin/newfs/
H A Dnewfs.c117 static int is_file; /* work on a file, not a device */ variable
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c401 is_file(const char* fname) function
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlex.c41 isc_boolean_t is_file; member in struct:inputsource
192 new_source(isc_lex_t *lex, isc_boolean_t is_file, isc_boolean_t need_close, argument
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh1599 is_file() function
[all...]
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c139 static int is_file; /* work on a file (abs. pathname), "-f" opt. */ variable
/freebsd-11-stable/usr.sbin/makefs/
H A Dcd9660.c1607 cd9660_level1_convert_filename(iso9660_disk *diskStructure, const char *oldname, char *newname, int is_file) argument
1667 cd9660_level2_convert_filename(iso9660_disk *diskStructure, const char *oldname, char *newname, int is_file) argument
1751 cd9660_convert_filename(iso9660_disk *diskStructure, const char *oldname, char *newname, int is_file) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c105 svn_boolean_t is_file; member in struct:ra_svn_token_entry_t
477 store_token(ra_svn_driver_state_t *ds, void *baton, svn_string_t *token, svn_boolean_t is_file, apr_pool_t *pool) argument
498 lookup_token(ra_svn_driver_state_t *ds, svn_string_t *token, svn_boolean_t is_file, ra_svn_token_entry_t **entry) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c1248 svn_fs_is_file(svn_boolean_t *is_file, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp225 virtual int is_file() { return 0; } function in class:input_iterator
316 int file_iterator::is_file() function in class:file_iterator
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1667 io_set_perms(const char *path, svn_boolean_t is_file, svn_boolean_t change_readwrite, svn_boolean_t enable_write, svn_boolean_t change_executable, svn_boolean_t executable, svn_boolean_t ignore_enoent, apr_pool_t *pool) argument
2340 io_set_readonly_flag(const char *path_apr, const char *path, svn_boolean_t set_flag, svn_boolean_t is_file, svn_boolean_t ignore_enoent, apr_pool_t *pool) argument

Completed in 209 milliseconds