Man Pages in libzip-dev

  1. Carta.tech
  2. Packages
  3. libzip-dev
  • 64

    Section 3: Library calls

    libzip.3
    Library for manipulating zip archives
    zip_add.3
    Add file to zip archive or replace file in zip archive
    zip_add_dir.3
    Add directory to zip archive
    zip_close.3
    Close zip archive
    zip_delete.3
    Delete file from zip archive
    zip_dir_add.3
    Add directory to zip archive
    zip_discard.3
    Close zip archive and discard changes
    zip_error_clear.3
    Clear error state for archive or file
    zip_error_get.3
    Get error codes for archive or file
    zip_error_get_sys_type.3
    Get type of system error code
    zip_error_to_str.3
    Get string representation of zip error
    zip_errors.3
    List of all libzip error codes
    zip_fclose.3
    Close file in zip archive
    zip_fdopen.3
    Open zip archive using open file descriptor
    zip_file_add.3
    Add file to zip archive or replace file in zip archive
    zip_file_error_clear.3
    Clear error state for archive or file
    zip_file_error_get.3
    Get error codes for archive or file
    zip_file_extra_field_delete.3
    Delete extra field for file in zip
    zip_file_extra_field_delete_by_id.3
    Delete extra field for file in zip
    zip_file_extra_field_get.3
    Get extra field for file in zip
    zip_file_extra_field_get_by_id.3
    Get extra field for file in zip
    zip_file_extra_field_set.3
    Set extra field for file in zip
    zip_file_extra_fields_count.3
    Count extra fields for file in zip
    zip_file_extra_fields_count_by_id.3
    Count extra fields for file in zip
    zip_file_get_comment.3
    Get comment for file in zip
    zip_file_get_external_attributes.3
    Get external attributes for file in zip
    zip_file_rename.3
    Rename file in zip archive
    zip_file_replace.3
    Add file to zip archive or replace file in zip archive
    zip_file_set_comment.3
    Set comment for file in zip
    zip_file_set_external_attributes.3
    Set external attributes for file in zip
    zip_file_strerror.3
    Get string representation for a zip error
    zip_fopen.3
    Open file in zip archive for reading
    zip_fopen_encrypted.3
    Open encrypted file in zip archive for reading
    zip_fopen_index.3
    Open file in zip archive for reading
    zip_fopen_index_encrypted.3
    Open encrypted file in zip archive for reading
    zip_fread.3
    Read from file
    zip_get_archive_comment.3
    Get zip archive comment
    zip_get_archive_flag.3
    Get status flags for zip
    zip_get_file_comment.3
    Get comment for file in zip
    zip_get_name.3
    Get name of file by index
    zip_get_num_entries.3
    Get number of files in archive
    zip_get_num_files.3
    Get number of files in archive
    zip_name_locate.3
    Get index of file by name
    zip_open.3
    Open zip archive
    zip_rename.3
    Rename file in zip archive
    zip_replace.3
    Add file to zip archive or replace file in zip archive
    zip_set_archive_comment.3
    Set zip archive comment
    zip_set_archive_flag.3
    Set zip archive flag
    zip_set_default_password.3
    Set default password for encrypted files in zip
    zip_set_file_comment.3
    Set comment for file in zip
    zip_set_file_compression.3
    Set compression method for file in zip
    zip_source_buffer.3
    Create zip data source from buffer
    zip_source_file.3
    Create data source from a file
    zip_source_filep.3
    Create data source from file *
    zip_source_free.3
    Free zip data source
    zip_source_function.3
    Create data source from function
    zip_source_zip.3
    Create data source from zip file
    zip_stat.3
    Get information about file
    zip_stat_index.3
    Get information about file
    zip_stat_init.3
    Initialize zip_stat structure
    zip_strerror.3
    Get string representation for a zip error
    zip_unchange.3
    Undo changes to file in zip archive
    zip_unchange_all.3
    Undo all changes in a zip archive
    zip_unchange_archive.3
    Undo global changes to zip archive