Man page - globus_gass_copy_glob_stat_t(3)
Packages contas this manual
- globus_gass_copy_url_to_handle(3)
- globus_gass_copy_set_checksum(3)
- globus_gass_copy_flush_url_state(3)
- globus_gass_copy_set_stat_on_expand(3)
- globus_gass_copy_glob_stat_t(3)
- globus_gass_copy_handleattr_s(3)
- globus_gass_copy_handle_destroy(3)
- globus_gass_copy_get_no_third_party_transfers(3)
- globus_gass_copy_glob_expand_url(3)
- globus_gass_copy_attr_init(3)
- globus_gass_copy_callback_t(3)
- globus_gass_copy_handleattr_t(3)
- globus_gass_copy_get_url_mode(3)
- globus_gass_copy_get_status_string(3)
- globus_gass_copy_get_buffer_length(3)
- globus_gass_copy_set_user_pointer(3)
- globus_gass_copy_set_partial_offsets(3)
- globus_gass_copy_register_url_to_url(3)
- globus_gass_copy_set_checksum_algo(3)
- globus_gass_copy_register_performance_cb(3)
- globus_gass_copy_set_no_third_party_transfers(3)
- globus_gass_copy_register_handle_to_url(3)
- globus_gass_copy_handle_s(3)
- globus_gass_copy_get_status(3)
- globus_gass_copy_attr_s(3)
- globus_gass_copy_handle_to_url(3)
- globus_gass_copy_get_user_pointer(3)
- globus_gass_copy_attr_t(3)
- globus_gass_copy_attr_set_io(3)
- globus_gass_copy_glob_entry_t(3)
- globus_gass_copy_status_t(3)
- globus_gass_copy_performance_cb_t(3)
- globus_gass_copy_register_url_to_handle(3)
- globus_gass_copy_url_to_url(3)
- globus_gass_copy_mkdir(3)
- globus_gass_copy_cache_url_state(3)
- globus_gass_copy_attr_set_ftp(3)
- globus_gass_copy_set_allocate(3)
- globus_gass_copy_set_buffer_length(3)
- globus_gass_copy_attr_set_gass(3)
- globus_gass_copy_cancel(3)
- globus_gass_copy(3)
- globus_gass_copy.h(3)
- globus_gass_copy_get_partial_offsets(3)
- globus_gass_copy_url_mode_t(3)
- globus_gass_copy_handle_init(3)
- globus_gass_copy_glob_entry_cb_t(3)
apt-get install libglobus-gass-copy-doc
Manual
| globus_gass_copy_glob_stat_t(3) | Library Functions Manual | globus_gass_copy_glob_stat_t(3) |
NAME
globus_gass_copy_glob_stat_t - Glob expanded entry information.
SYNOPSIS
#include <globus_gass_copy.h>
Data Fields
globus_gass_copy_glob_entry_t type
char * unique_id
char * symlink_target
int mode
int mdtm
globus_off_t size
Detailed Description
Glob expanded entry information.
Field Documentation
int globus_gass_copy_glob_stat_t::mdtm
An integer specifying the modification time of the file. It is set to -1 when not available.
int globus_gass_copy_glob_stat_t::mode
An integer specifying the mode of the file.
It is set to -1 when not available.
globus_off_t globus_gass_copy_glob_stat_t::size
A globus_off_t specifying the size of the file.
It is set to -1 when not available.
char* globus_gass_copy_glob_stat_t::symlink_target
This points to the full path of the target of a symlink.
It is NULL for non-symlinks or when not available.
globus_gass_copy_glob_entry_t globus_gass_copy_glob_stat_t::type
The file type of the entry
char* globus_gass_copy_glob_stat_t::unique_id
A string that uniquely identifies the data that the entry refers
to. A file and a symlink to that file will have the same unique_id.
It is NULL for when not available.
Author
Generated automatically by Doxygen for globus_gass_copy from the source code.
| Version 10.13 | globus_gass_copy |