Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

globus_gass_copy_glob_stat_t(3) [debian man page]

globus_gass_copy_glob_stat_t(3) 				 globus gass copy				   globus_gass_copy_glob_stat_t(3)

NAME
globus_gass_copy_glob_stat_t - SYNOPSIS
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 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. 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. int globus_gass_copy_glob_stat_t::mode An integer specifying the mode of the file. It is set to -1 when not available. 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. 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. Author Generated automatically by Doxygen for globus gass copy from the source code. Version 8.4 Mon Apr 30 2012 globus_gass_copy_glob_stat_t(3)

Check Out this Related Man Page

globus_url_t(3) 						   globus common						   globus_url_t(3)

NAME
globus_url_t - SYNOPSIS
Data Fields char * scheme globus_url_scheme_t scheme_type char * user char * password char * host unsigned short port char * url_path char * dn char * attributes char * scope char * filter char * url_specific_part Detailed Description Parsed URLs. This structure contains the fields which were parsed from an string representation of an URL. There are no methods to access fields of this structure. Field Documentation char* globus_url_t::scheme A string containing the URL's scheme (http, ftp, etc) globus_url_scheme_t globus_url_t::scheme_type An enumerated scheme type. This is derived from the scheme string char* globus_url_t::user The username portion of the URL. [ftp, gsiftp] char* globus_url_t::password The user's password from the URL. [ftp, gsiftp] char* globus_url_t::host The host name or IP address of the URL. [ftp, gsiftp, http, https, ldap, x-nexus unsigned short globus_url_t::port The TCP port number of the service providing the URL [ftp, gsiftp, http, https, ldap, x-nexus]. char* globus_url_t::url_path The path name of the resource on the service providing the URL. [ftp, gsiftp, http, https] char* globus_url_t::dn The distinguished name for the base of an LDAP search. [ldap] char* globus_url_t::attributes The list of attributes which should be returned from an LDAP search. [ldap] char* globus_url_t::scope The scope of an LDAP search. [ldap] char* globus_url_t::filter The filter to be applied to an LDAP search [ldap]. char* globus_url_t::url_specific_part An unparsed string containing the remaining text after the optional host and port of an unknown URL, or the contents of a x-gass-cache URL [x-gass-cache, unknown]. Author Generated automatically by Doxygen for globus common from the source code. Version 14.7 Tue Nov 27 2012 globus_url_t(3)
Man Page