libfsxfs-python
Advanced tools
+15
-14
@@ -55,2 +55,5 @@ /* common/config.h. Generated from config.h.in by configure. */ | ||
| /* Define to 1 if you have the `EVP_DigestInit_ex2' function". */ | ||
| #define HAVE_EVP_DIGESTINIT_EX2 1 | ||
| /* Define to 1 if you have the `EVP_md5' function". */ | ||
@@ -335,5 +338,2 @@ #define HAVE_EVP_MD5 1 | ||
| /* Define to 1 if you have the <memory.h> header file. */ | ||
| #define HAVE_MEMORY_H 1 | ||
| /* Define to 1 if you have the `memrchr' function. */ | ||
@@ -444,3 +444,3 @@ #define HAVE_MEMRCHR 1 | ||
| /* Define to 1 if you have the `strerror_r' function. */ | ||
| /* Define if you have `strerror_r'. */ | ||
| #define HAVE_STRERROR_R 1 | ||
@@ -496,2 +496,5 @@ | ||
| /* Define to 1 if you have the <sys/time.h> header file. */ | ||
| #define HAVE_SYS_TIME_H 1 | ||
| /* Define to 1 if you have the <sys/types.h> header file. */ | ||
@@ -597,3 +600,3 @@ #define HAVE_SYS_TYPES_H 1 | ||
| /* Define to the full name and version of this package. */ | ||
| #define PACKAGE_STRING "libfsxfs 20220528" | ||
| #define PACKAGE_STRING "libfsxfs 20220706" | ||
@@ -607,3 +610,3 @@ /* Define to the one symbol short name of this package. */ | ||
| /* Define to the version of this package. */ | ||
| #define PACKAGE_VERSION "20220528" | ||
| #define PACKAGE_VERSION "20220706" | ||
@@ -625,3 +628,5 @@ /* The size of `int', as computed by sizeof. */ | ||
| /* Define to 1 if you have the ANSI C header files. */ | ||
| /* Define to 1 if all of the C90 standard headers exist (not just the ones | ||
| required in a freestanding environment). This macro is provided for | ||
| backward compatibility; new code need not use it. */ | ||
| #define STDC_HEADERS 1 | ||
@@ -632,3 +637,4 @@ | ||
| /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | ||
| /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This | ||
| macro is obsolete. */ | ||
| #define TIME_WITH_SYS_TIME 1 | ||
@@ -640,9 +646,4 @@ | ||
| /* Version number of package */ | ||
| #define VERSION "20220528" | ||
| #define VERSION "20220706" | ||
| /* Enable large inode numbers on Mac OS X 10.5. */ | ||
| #ifndef _DARWIN_USE_64_BIT_INODE | ||
| # define _DARWIN_USE_64_BIT_INODE 1 | ||
| #endif | ||
| /* Number of bits in a file offset, on hosts where this is settable. */ | ||
@@ -649,0 +650,0 @@ /* #undef _FILE_OFFSET_BITS */ |
+12
-11
@@ -54,2 +54,5 @@ /* common/config.h.in. Generated from configure.ac by autoheader. */ | ||
| /* Define to 1 if you have the `EVP_DigestInit_ex2' function". */ | ||
| #undef HAVE_EVP_DIGESTINIT_EX2 | ||
| /* Define to 1 if you have the `EVP_md5' function". */ | ||
@@ -334,5 +337,2 @@ #undef HAVE_EVP_MD5 | ||
| /* Define to 1 if you have the <memory.h> header file. */ | ||
| #undef HAVE_MEMORY_H | ||
| /* Define to 1 if you have the `memrchr' function. */ | ||
@@ -443,3 +443,3 @@ #undef HAVE_MEMRCHR | ||
| /* Define to 1 if you have the `strerror_r' function. */ | ||
| /* Define if you have `strerror_r'. */ | ||
| #undef HAVE_STRERROR_R | ||
@@ -495,2 +495,5 @@ | ||
| /* Define to 1 if you have the <sys/time.h> header file. */ | ||
| #undef HAVE_SYS_TIME_H | ||
| /* Define to 1 if you have the <sys/types.h> header file. */ | ||
@@ -622,3 +625,5 @@ #undef HAVE_SYS_TYPES_H | ||
| /* Define to 1 if you have the ANSI C header files. */ | ||
| /* Define to 1 if all of the C90 standard headers exist (not just the ones | ||
| required in a freestanding environment). This macro is provided for | ||
| backward compatibility; new code need not use it. */ | ||
| #undef STDC_HEADERS | ||
@@ -629,3 +634,4 @@ | ||
| /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | ||
| /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This | ||
| macro is obsolete. */ | ||
| #undef TIME_WITH_SYS_TIME | ||
@@ -639,7 +645,2 @@ | ||
| /* Enable large inode numbers on Mac OS X 10.5. */ | ||
| #ifndef _DARWIN_USE_64_BIT_INODE | ||
| # define _DARWIN_USE_64_BIT_INODE 1 | ||
| #endif | ||
| /* Number of bits in a file offset, on hosts where this is settable. */ | ||
@@ -646,0 +647,0 @@ #undef _FILE_OFFSET_BITS |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -156,4 +156,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ | ||
@@ -176,2 +174,4 @@ $(srcdir)/types.h.in | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -192,4 +192,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -646,3 +648,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -649,0 +650,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1146,2 +1146,4 @@ /* | ||
| uint32_t group_identifier = 0; | ||
| uint32_t major_device_number = 0; | ||
| uint32_t minor_device_number = 0; | ||
| uint32_t number_of_links = 0; | ||
@@ -1670,2 +1672,27 @@ uint32_t owner_identifier = 0; | ||
| result = libfsxfs_file_entry_get_device_number( | ||
| file_entry, | ||
| &major_device_number, | ||
| &minor_device_number, | ||
| error ); | ||
| if( result == -1 ) | ||
| { | ||
| libcerror_error_set( | ||
| error, | ||
| LIBCERROR_ERROR_DOMAIN_RUNTIME, | ||
| LIBCERROR_RUNTIME_ERROR_GET_FAILED, | ||
| "%s: unable to retrieve device number.", | ||
| function ); | ||
| goto on_error; | ||
| } | ||
| else if( result != 0 ) | ||
| { | ||
| fprintf( | ||
| info_handle->notify_stream, | ||
| "\tDevice number\t\t: %" PRIu32 ",%" PRIu32 "\n", | ||
| major_device_number, | ||
| minor_device_number ); | ||
| } | ||
| if( symbolic_link_target != NULL ) | ||
@@ -1672,0 +1699,0 @@ { |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -205,4 +205,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -224,2 +222,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -240,4 +240,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -859,3 +861,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -862,0 +863,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
+11
-0
@@ -460,2 +460,13 @@ /* | ||
| /* Retrieves the device number | ||
| * This value is retrieved from the inode | ||
| * Returns 1 if successful, 0 if not available or -1 on error | ||
| */ | ||
| LIBFSXFS_EXTERN \ | ||
| int libfsxfs_file_entry_get_device_number( | ||
| libfsxfs_file_entry_t *file_entry, | ||
| uint32_t *major_device_number, | ||
| uint32_t *minor_device_number, | ||
| libfsxfs_error_t **error ); | ||
| /* Retrieves the size of the UTF-8 encoded name | ||
@@ -462,0 +473,0 @@ * The returned size includes the end of string character |
@@ -460,2 +460,13 @@ /* | ||
| /* Retrieves the device number | ||
| * This value is retrieved from the inode | ||
| * Returns 1 if successful, 0 if not available or -1 on error | ||
| */ | ||
| LIBFSXFS_EXTERN \ | ||
| int libfsxfs_file_entry_get_device_number( | ||
| libfsxfs_file_entry_t *file_entry, | ||
| uint32_t *major_device_number, | ||
| uint32_t *minor_device_number, | ||
| libfsxfs_error_t **error ); | ||
| /* Retrieves the size of the UTF-8 encoded name | ||
@@ -462,0 +473,0 @@ * The returned size includes the end of string character |
@@ -27,7 +27,7 @@ /* | ||
| #define LIBFSXFS_VERSION 20220528 | ||
| #define LIBFSXFS_VERSION 20220706 | ||
| /* The version string | ||
| */ | ||
| #define LIBFSXFS_VERSION_STRING "20220528" | ||
| #define LIBFSXFS_VERSION_STRING "20220706" | ||
@@ -34,0 +34,0 @@ /* The file access |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -187,4 +187,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libfsxfs.h.in | ||
@@ -206,2 +204,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -222,4 +222,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -703,3 +705,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -706,0 +707,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
+3
-3
| Installation Instructions | ||
| ************************* | ||
| Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software | ||
| Foundation, Inc. | ||
| Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free | ||
| Software Foundation, Inc. | ||
@@ -228,3 +228,3 @@ Copying and distribution of this file, with or without modification, | ||
| HP-UX 'make' updates targets which have the same time stamps as their | ||
| HP-UX 'make' updates targets which have the same timestamps as their | ||
| prerequisites, which makes it generally unusable when shipped generated | ||
@@ -231,0 +231,0 @@ files such as 'configure' are involved. Use GNU 'make' instead. |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -222,4 +222,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -241,2 +239,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -257,4 +257,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -779,3 +781,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -782,0 +783,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -218,4 +218,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -237,2 +235,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -253,4 +253,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -760,3 +762,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -763,0 +764,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -197,4 +197,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -216,2 +214,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -232,4 +232,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -718,3 +720,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -721,0 +722,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -204,4 +204,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -223,2 +221,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -239,4 +239,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -739,3 +741,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -742,0 +743,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -201,4 +201,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -220,2 +218,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -236,4 +236,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -726,3 +728,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -729,0 +730,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -200,4 +200,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -219,2 +217,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -235,4 +235,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -724,3 +726,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -727,0 +728,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -198,4 +198,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -217,2 +215,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -233,4 +233,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -728,3 +730,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -731,0 +732,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -208,4 +208,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -227,2 +225,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -243,4 +243,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -737,3 +739,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -740,0 +741,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -222,4 +222,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -241,2 +239,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -257,4 +257,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -762,3 +764,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -765,0 +766,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -204,4 +204,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -223,2 +221,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -239,4 +239,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -735,3 +737,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -738,0 +739,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -224,4 +224,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -243,2 +241,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -259,4 +259,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -779,3 +781,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -782,0 +783,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -219,4 +219,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -238,2 +236,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -254,4 +254,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -756,3 +758,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -759,0 +760,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -197,4 +197,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -216,2 +214,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -232,4 +232,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -720,3 +722,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -723,0 +724,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
+0
-2
@@ -84,3 +84,2 @@ Name: libfsxfs | ||
| %doc AUTHORS README | ||
| %{_libdir}/*.la | ||
| %{_libdir}/*.so | ||
@@ -96,3 +95,2 @@ %{_libdir}/pkgconfig/libfsxfs.pc | ||
| %{_libdir}/python3*/site-packages/*.a | ||
| %{_libdir}/python3*/site-packages/*.la | ||
| %{_libdir}/python3*/site-packages/*.so | ||
@@ -99,0 +97,0 @@ |
@@ -40,7 +40,7 @@ /* | ||
| #else | ||
| #define LIBFSXFS_VERSION 20220528 | ||
| #define LIBFSXFS_VERSION 20220706 | ||
| /* The version string | ||
| */ | ||
| #define LIBFSXFS_VERSION_STRING "20220528" | ||
| #define LIBFSXFS_VERSION_STRING "20220706" | ||
@@ -106,2 +106,3 @@ /* The file access | ||
| { | ||
| LIBFSXFS_FORK_TYPE_DEVICE = 0, | ||
| LIBFSXFS_FORK_TYPE_INLINE_DATA = 1, | ||
@@ -108,0 +109,0 @@ LIBFSXFS_FORK_TYPE_EXTENTS = 2, |
@@ -105,2 +105,3 @@ /* | ||
| { | ||
| LIBFSXFS_FORK_TYPE_DEVICE = 0, | ||
| LIBFSXFS_FORK_TYPE_INLINE_DATA = 1, | ||
@@ -107,0 +108,0 @@ LIBFSXFS_FORK_TYPE_EXTENTS = 2, |
@@ -182,2 +182,9 @@ /* | ||
| LIBFSXFS_EXTERN \ | ||
| int libfsxfs_file_entry_get_device_number( | ||
| libfsxfs_file_entry_t *file_entry, | ||
| uint32_t *major_device_number, | ||
| uint32_t *minor_device_number, | ||
| libcerror_error_t **error ); | ||
| LIBFSXFS_EXTERN \ | ||
| int libfsxfs_file_entry_get_utf8_name_size( | ||
@@ -184,0 +191,0 @@ libfsxfs_file_entry_t *file_entry, |
@@ -959,3 +959,3 @@ /* | ||
| } | ||
| if( inode->fork_type == LIBFSXFS_FORK_TYPE_INLINE_DATA ) | ||
| if( inode->fork_type == LIBFSXFS_FORK_TYPE_DEVICE ) | ||
| { | ||
@@ -966,2 +966,21 @@ #if defined( HAVE_DEBUG_OUTPUT ) | ||
| libcnotify_printf( | ||
| "%s: device information data:\n", | ||
| function ); | ||
| libcnotify_print_data( | ||
| &( inode->data[ inode->data_fork_offset ] ), | ||
| 4, | ||
| 0 ); | ||
| } | ||
| #endif /* defined( HAVE_DEBUG_OUTPUT ) */ | ||
| byte_stream_copy_to_uint32_big_endian( | ||
| &( inode->data[ inode->data_fork_offset ] ), | ||
| inode->device_information ); | ||
| } | ||
| else if( inode->fork_type == LIBFSXFS_FORK_TYPE_INLINE_DATA ) | ||
| { | ||
| #if defined( HAVE_DEBUG_OUTPUT ) | ||
| if( libcnotify_verbose != 0 ) | ||
| { | ||
| libcnotify_printf( | ||
| "%s: inline data:\n", | ||
@@ -1607,2 +1626,56 @@ function ); | ||
| /* Retrieves the device number | ||
| * Returns 1 if successful, 0 if not available or -1 on error | ||
| */ | ||
| int libfsxfs_inode_get_device_number( | ||
| libfsxfs_inode_t *inode, | ||
| uint32_t *major_device_number, | ||
| uint32_t *minor_device_number, | ||
| libcerror_error_t **error ) | ||
| { | ||
| static char *function = "libfsxfs_inode_get_device_number"; | ||
| if( inode == NULL ) | ||
| { | ||
| libcerror_error_set( | ||
| error, | ||
| LIBCERROR_ERROR_DOMAIN_ARGUMENTS, | ||
| LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE, | ||
| "%s: invalid inode.", | ||
| function ); | ||
| return( -1 ); | ||
| } | ||
| if( major_device_number == NULL ) | ||
| { | ||
| libcerror_error_set( | ||
| error, | ||
| LIBCERROR_ERROR_DOMAIN_ARGUMENTS, | ||
| LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE, | ||
| "%s: invalid major device number.", | ||
| function ); | ||
| return( -1 ); | ||
| } | ||
| if( minor_device_number == NULL ) | ||
| { | ||
| libcerror_error_set( | ||
| error, | ||
| LIBCERROR_ERROR_DOMAIN_ARGUMENTS, | ||
| LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE, | ||
| "%s: invalid minor device number.", | ||
| function ); | ||
| return( -1 ); | ||
| } | ||
| if( inode->fork_type == LIBFSXFS_FORK_TYPE_DEVICE ) | ||
| { | ||
| *major_device_number = inode->device_information >> 18; | ||
| *minor_device_number = inode->device_information & 0x0003ffffUL; | ||
| return( 1 ); | ||
| } | ||
| return( 0 ); | ||
| } | ||
| /* Retrieves the number of data extents | ||
@@ -1609,0 +1682,0 @@ * Returns 1 if successful or -1 on error |
@@ -94,2 +94,6 @@ /* | ||
| /* Device information | ||
| */ | ||
| uint32_t device_information; | ||
| /* Inline data | ||
@@ -207,2 +211,8 @@ */ | ||
| int libfsxfs_inode_get_device_number( | ||
| libfsxfs_inode_t *inode, | ||
| uint32_t *major_device_number, | ||
| uint32_t *minor_device_number, | ||
| libcerror_error_t **error ); | ||
| int libfsxfs_inode_get_number_of_data_extents( | ||
@@ -209,0 +219,0 @@ libfsxfs_inode_t *inode, |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -275,4 +275,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libfsxfs.rc.in \ | ||
@@ -295,2 +293,4 @@ $(srcdir)/libfsxfs_definitions.h.in $(top_srcdir)/depcomp | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -311,4 +311,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -953,3 +955,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -956,0 +957,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -201,4 +201,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -220,2 +218,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -236,4 +236,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -735,3 +737,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -738,0 +739,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -38,7 +38,7 @@ /* | ||
| #define LIBUNA_VERSION 20220102 | ||
| #define LIBUNA_VERSION 20220611 | ||
| /* The libuna version string | ||
| */ | ||
| #define LIBUNA_VERSION_STRING "20220102" | ||
| #define LIBUNA_VERSION_STRING "20220611" | ||
@@ -45,0 +45,0 @@ /* The endian definitions |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -376,4 +376,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -395,2 +393,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -411,4 +411,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -1019,3 +1021,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -1022,0 +1023,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
+9
-7
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -206,5 +206,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| CSCOPE = cscope | ||
| DIST_SUBDIRS = $(SUBDIRS) | ||
@@ -257,2 +254,4 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libfsxfs.pc.in \ | ||
| DIST_TARGETS = dist-gzip | ||
| # Exists only to be overridden by the user if desired. | ||
| AM_DISTCHECK_DVI_TARGET = dvi | ||
| distuninstallcheck_listfiles = find . -type f -print | ||
@@ -276,2 +275,4 @@ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -292,4 +293,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -874,3 +877,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f cscope.out cscope.in.out cscope.po.out cscope.files | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -1022,3 +1024,3 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am | ||
| && $(MAKE) $(AM_MAKEFLAGS) \ | ||
| && $(MAKE) $(AM_MAKEFLAGS) dvi \ | ||
| && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ | ||
| && $(MAKE) $(AM_MAKEFLAGS) check \ | ||
@@ -1025,0 +1027,0 @@ && $(MAKE) $(AM_MAKEFLAGS) install \ |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -187,2 +187,4 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -203,4 +205,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -673,3 +677,2 @@ GMSGFMT = @GMSGFMT@ | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -676,0 +679,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -155,2 +155,4 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -171,4 +173,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -595,3 +599,2 @@ GMSGFMT = @GMSGFMT@ | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -598,0 +601,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -222,4 +222,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -241,2 +239,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -257,4 +257,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -819,3 +821,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -822,0 +823,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: libfsxfs-python | ||
| Version: 20220528 | ||
| Version: 20220706 | ||
| Summary: Python bindings module for libfsxfs | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/libyal/libfsxfs/ |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -236,4 +236,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -255,2 +253,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -271,4 +271,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -898,3 +900,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -943,3 +944,4 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am | ||
| $(MAKE) $(AM_MAKEFLAGS) install-am | ||
| install-exec: install-exec-am | ||
| install-exec: $(BUILT_SOURCES) | ||
| $(MAKE) $(AM_MAKEFLAGS) install-exec-am | ||
| install-data: install-data-am | ||
@@ -1052,3 +1054,3 @@ uninstall: uninstall-am | ||
| .MAKE: all check install install-am install-strip | ||
| .MAKE: all check install install-am install-exec install-strip | ||
@@ -1055,0 +1057,0 @@ .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -236,4 +236,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -255,2 +253,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -271,4 +271,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -898,3 +900,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -943,3 +944,4 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am | ||
| $(MAKE) $(AM_MAKEFLAGS) install-am | ||
| install-exec: install-exec-am | ||
| install-exec: $(BUILT_SOURCES) | ||
| $(MAKE) $(AM_MAKEFLAGS) install-exec-am | ||
| install-data: install-data-am | ||
@@ -1052,3 +1054,3 @@ uninstall: uninstall-am | ||
| .MAKE: all check install install-am install-strip | ||
| .MAKE: all check install install-am install-exec install-strip | ||
@@ -1055,0 +1057,0 @@ .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ |
@@ -1,5 +0,5 @@ | ||
| # Makefile.in generated by automake 1.16.2 from Makefile.am. | ||
| # Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
| # @configure_input@ | ||
| # Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||
| # Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
@@ -248,4 +248,2 @@ # This Makefile.in is free software; the Free Software Foundation | ||
| done | $(am__uniquify_input)` | ||
| ETAGS = etags | ||
| CTAGS = ctags | ||
| am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | ||
@@ -267,2 +265,4 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| CPPFLAGS = @CPPFLAGS@ | ||
| CSCOPE = @CSCOPE@ | ||
| CTAGS = @CTAGS@ | ||
| CXX = @CXX@ | ||
@@ -283,4 +283,6 @@ CXXCPP = @CXXCPP@ | ||
| EGREP = @EGREP@ | ||
| ETAGS = @ETAGS@ | ||
| EXEEXT = @EXEEXT@ | ||
| FGREP = @FGREP@ | ||
| FILECMD = @FILECMD@ | ||
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
@@ -900,3 +902,2 @@ GMSGFMT = @GMSGFMT@ | ||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
| distdir: $(BUILT_SOURCES) | ||
@@ -903,0 +904,0 @@ $(MAKE) $(AM_MAKEFLAGS) distdir-am |
@@ -117,2 +117,6 @@ /* | ||
| PyObject *pyfsxfs_file_entry_get_device_number( | ||
| pyfsxfs_file_entry_t *pyfsxfs_file_entry, | ||
| PyObject *arguments ); | ||
| PyObject *pyfsxfs_file_entry_get_name( | ||
@@ -119,0 +123,0 @@ pyfsxfs_file_entry_t *pyfsxfs_file_entry, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
12519049
0.88%