Searched refs:file_info (Results 1 - 25 of 62) sorted by relevance

123

/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.cpp287 // The "file_info" class.
290 const int impl::file_info::blk_type = atf_fs_stat_blk_type;
291 const int impl::file_info::chr_type = atf_fs_stat_chr_type;
292 const int impl::file_info::dir_type = atf_fs_stat_dir_type;
293 const int impl::file_info::fifo_type = atf_fs_stat_fifo_type;
294 const int impl::file_info::lnk_type = atf_fs_stat_lnk_type;
295 const int impl::file_info::reg_type = atf_fs_stat_reg_type;
296 const int impl::file_info::sock_type = atf_fs_stat_sock_type;
297 const int impl::file_info::wht_type = atf_fs_stat_wht_type;
299 impl::file_info function in class:impl::file_info
308 impl::file_info::file_info(const file_info& fi) function in class:impl::file_info
[all...]
H A Dfs.hpp203 // The "file_info" class.
211 //! The file_info class holds information about an specific file that
214 class file_info { class in namespace:atf::fs
231 //! \brief Constructs a new file_info based on a given file.
233 //! This constructor creates a new file_info object and fills it with
237 explicit file_info(const path&);
242 file_info(const file_info&);
247 ~file_info(void);
336 class directory : public std::map< std::string, file_info > {
[all...]
H A Dfs_test.cpp218 using atf::fs::file_info;
228 file_info fi(p);
229 file_info fia(pa);
239 file_info fi(p);
240 file_info fia(pa);
291 set_md_var("descr", "Tests that the file_info objects attached to the "
297 using atf::fs::file_info;
307 const file_info& fi = (*iter).second;
308 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
314 const file_info
[all...]
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs.cpp62 static void cleanup_aux_dir(const impl::path&, const impl::file_info&,
176 impl::file_info fi(p);
178 if (fi.get_type() == impl::file_info::dir_type)
185 if (fi.get_type() == impl::file_info::dir_type)
198 cleanup_aux_dir(const impl::path& p, const impl::file_info& fi,
409 // The "file_info" class.
412 const int impl::file_info::blk_type = 1;
413 const int impl::file_info::chr_type = 2;
414 const int impl::file_info::dir_type = 3;
415 const int impl::file_info
421 impl::file_info::file_info(const path& p) function in class:impl::file_info
[all...]
H A Dfs.hpp175 // The "file_info" class.
183 //! The file_info class holds information about an specific file that
186 class file_info { class in namespace:tools::fs
204 //! \brief Constructs a new file_info based on a given file.
206 //! This constructor creates a new file_info object and fills it with
210 explicit file_info(const path&);
215 ~file_info(void);
304 class directory : public std::map< std::string, file_info > {
H A Dfs_test.cpp227 using tools::fs::file_info;
237 file_info fi(p);
238 file_info fia(pa);
248 file_info fi(p);
249 file_info fia(pa);
300 set_md_var("descr", "Tests that the file_info objects attached to the "
306 using tools::fs::file_info;
316 const file_info& fi = (*iter).second;
317 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
323 const file_info
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dminiunz.c249 unz_file_info64 file_info; local
253 err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
259 if (file_info.uncompressed_size>0)
260 ratio = (uLong)((file_info.compressed_size*100)/file_info.uncompressed_size);
263 if ((file_info.flag & 1) != 0)
266 if (file_info.compression_method==0)
269 if (file_info.compression_method==Z_DEFLATED)
271 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
280 if (file_info
326 unz_file_info64 file_info; local
[all...]
H A Dunzip.c891 unz_file_info64 file_info; local
916 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version) != UNZ_OK)
919 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version_needed) != UNZ_OK)
922 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.flag) != UNZ_OK)
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
928 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
933 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK)
938 file_info
[all...]
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dminiunz.c251 unz_file_info64 file_info; local
255 err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
261 if (file_info.uncompressed_size>0)
262 ratio = (uLong)((file_info.compressed_size*100)/file_info.uncompressed_size);
265 if ((file_info.flag & 1) != 0)
268 if (file_info.compression_method==0)
271 if (file_info.compression_method==Z_DEFLATED)
273 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
282 if (file_info
328 unz_file_info64 file_info; local
[all...]
H A Dunzip.c891 unz_file_info64 file_info; local
916 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version) != UNZ_OK)
919 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version_needed) != UNZ_OK)
922 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.flag) != UNZ_OK)
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
928 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
933 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK)
938 file_info
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dminiunz.c251 unz_file_info64 file_info; local
255 err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
261 if (file_info.uncompressed_size>0)
262 ratio = (uLong)((file_info.compressed_size*100)/file_info.uncompressed_size);
265 if ((file_info.flag & 1) != 0)
268 if (file_info.compression_method==0)
271 if (file_info.compression_method==Z_DEFLATED)
273 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
282 if (file_info
328 unz_file_info64 file_info; local
[all...]
H A Dunzip.c891 unz_file_info64 file_info; local
916 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version) != UNZ_OK)
919 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version_needed) != UNZ_OK)
922 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.flag) != UNZ_OK)
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
928 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
933 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK)
938 file_info
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dminiunz.c251 unz_file_info64 file_info; local
255 err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
261 if (file_info.uncompressed_size>0)
262 ratio = (uLong)((file_info.compressed_size*100)/file_info.uncompressed_size);
265 if ((file_info.flag & 1) != 0)
268 if (file_info.compression_method==0)
271 if (file_info.compression_method==Z_DEFLATED)
273 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
282 if (file_info
328 unz_file_info64 file_info; local
[all...]
H A Dunzip.c891 unz_file_info64 file_info; local
916 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version) != UNZ_OK)
919 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version_needed) != UNZ_OK)
922 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.flag) != UNZ_OK)
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
928 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
933 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK)
938 file_info
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dminiunz.c251 unz_file_info64 file_info; local
255 err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
261 if (file_info.uncompressed_size>0)
262 ratio = (uLong)((file_info.compressed_size*100)/file_info.uncompressed_size);
265 if ((file_info.flag & 1) != 0)
268 if (file_info.compression_method==0)
271 if (file_info.compression_method==Z_DEFLATED)
273 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
282 if (file_info
328 unz_file_info64 file_info; local
[all...]
H A Dunzip.c891 unz_file_info64 file_info; local
916 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version) != UNZ_OK)
919 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version_needed) != UNZ_OK)
922 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.flag) != UNZ_OK)
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
928 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
933 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK)
938 file_info
[all...]
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs-event.c428 FILE_NOTIFY_INFORMATION* file_info; local
450 file_info = (FILE_NOTIFY_INFORMATION*)(handle->buffer + offset);
455 file_info = (FILE_NOTIFY_INFORMATION*)((char*)file_info + offset);
466 file_info->FileName,
467 file_info->FileNameLength) == 0 ||
469 file_info->FileName,
470 file_info->FileNameLength) == 0) {
479 if (file_info->Action != FILE_ACTION_REMOVED &&
480 file_info
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dserver.h68 void server_modtime (struct file_info *finfo, Vers_TS *vers_ts);
116 void server_updated (struct file_info *finfo, Vers_TS *vers,
202 void server_edit_file (struct file_info *finfo);
H A Dremove.c29 struct file_info *finfo);
31 static int remove_fileproc (void *callerdat, struct file_info *finfo);
145 remove_force_fileproc (void *callerdat, struct file_info *finfo)
159 remove_fileproc (void *callerdat, struct file_info *finfo)
H A Dcvs.h536 struct file_info struct
563 /* This needs to be included after the struct file_info definition since some
564 * of the functions subr.h defines refer to struct file_info.
574 void write_letter (struct file_info *finfo, int letter);
667 typedef int (*FILEPROC) (void *callerdat, struct file_info *finfo);
793 Vers_TS *Version_TS (struct file_info *finfo, char *options, char *tag,
800 processor (for example, needs struct file_info). */
802 int Checkin (int type, struct file_info *finfo, char *rev,
804 int No_Difference (struct file_info *finfo, Vers_TS *vers);
806 int special_file_mismatch (struct file_info *finf
[all...]
H A Dsubr.h36 int file_has_markers (const struct file_info *);
H A Dno_diff.c28 No_Difference (struct file_info *finfo, Vers_TS *vers)
H A Dupdate.c56 static int checkout_file (struct file_info *finfo, Vers_TS *vers_ts,
60 static int patch_file (struct file_info *finfo,
62 int *docheckout, struct stat *file_info,
66 static int merge_file (struct file_info *finfo, Vers_TS *vers);
67 static int scratch_file (struct file_info *finfo, Vers_TS *vers);
75 static int update_fileproc (void *callerdat, struct file_info *);
82 static void join_file (struct file_info *finfo, Vers_TS *vers_ts);
554 get_linkinfo_proc (void *callerdat, struct file_info *finfo)
599 update_fileproc (void *callerdat, struct file_info *finfo)
753 struct stat file_info; local
1550 patch_file(struct file_info *finfo, Vers_TS *vers_ts, int *docheckout, struct stat *file_info, unsigned char *checksum) argument
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_iso9660.c260 struct file_info { struct
261 struct file_info *use_next;
262 struct file_info *parent;
263 struct file_info *next;
264 struct file_info *re_next;
304 struct file_info *first;
305 struct file_info **last;
310 struct file_info **files;
328 struct file_info *rr_moved;
332 struct file_info *fil
[all...]
/netbsd-current/external/bsd/pdisk/dist/
H A Dfile_media.c119 static struct file_media_globals file_info; variable in typeref:struct:file_media_globals
148 file_info.kind = allocate_media_kind();
220 a->m.kind = file_info.kind;
264 } else if (a->m.kind != file_info.kind) {
308 } else if (a->m.kind != file_info.kind) {
340 } else if (a->m.kind != file_info.kind) {
364 } else if (a->m.kind != file_info.kind) {
425 a->m.kind = file_info.kind;
446 } else if (a->m.kind != file_info.kind) {
467 } else if (a->m.kind != file_info
[all...]

Completed in 230 milliseconds

123