Guest User

Untitled

a guest
Dec 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. /nix/store/flkawp9512y9f1lkj7j5j9hg0dr31alm-dar-2.5.18
  2. ├── bin
  3. │   ├── dar
  4. │   ├── dar_cp
  5. │   ├── dar_manager
  6. │   ├── dar_slave
  7. │   ├── dar_split
  8. │   └── dar_xform
  9. ├── etc
  10. │   └── darrc
  11. ├── include
  12. │   └── dar
  13. │   ├── archive.hpp
  14. │   ├── archive_options.hpp
  15. │   ├── archive_version.hpp
  16. │   ├── capabilities.hpp
  17. │   ├── catalogue.hpp
  18. │   ├── cat_directory.hpp
  19. │   ├── cat_entree.hpp
  20. │   ├── cat_inode.hpp
  21. │   ├── cat_nomme.hpp
  22. │   ├── cat_tools.hpp
  23. │   ├── compile_time_features.hpp
  24. │   ├── compressor.hpp
  25. │   ├── crc.hpp
  26. │   ├── criterium.hpp
  27. │   ├── crypto_asym.hpp
  28. │   ├── crypto.hpp
  29. │   ├── crypto_sym.hpp
  30. │   ├── cygwin_adapt.h
  31. │   ├── cygwin_adapt.hpp
  32. │   ├── database.hpp
  33. │   ├── database_options.hpp
  34. │   ├── data_tree.hpp
  35. │   ├── datetime.hpp
  36. │   ├── deci.hpp
  37. │   ├── ea.hpp
  38. │   ├── entrepot.hpp
  39. │   ├── entrepot_local.hpp
  40. │   ├── erreurs_ext.hpp
  41. │   ├── erreurs.hpp
  42. │   ├── escape_catalogue.hpp
  43. │   ├── escape.hpp
  44. │   ├── etage.hpp
  45. │   ├── fichier_global.hpp
  46. │   ├── fichier_local.hpp
  47. │   ├── filesystem_specific_attribute.hpp
  48. │   ├── fsa_family.hpp
  49. │   ├── generic_file.hpp
  50. │   ├── generic_file_overlay_for_gpgme.hpp
  51. │   ├── gettext.h
  52. │   ├── hash_fichier.hpp
  53. │   ├── header_version.hpp
  54. │   ├── infinint.hpp
  55. │   ├── integers.hpp
  56. │   ├── int_tools.hpp
  57. │   ├── label.hpp
  58. │   ├── libdar_config.h
  59. │   ├── libdar.hpp
  60. │   ├── libdar_my_config.h
  61. │   ├── limitint.hpp
  62. │   ├── list_entry.hpp
  63. │   ├── mask.hpp
  64. │   ├── mask_list.hpp
  65. │   ├── mem_allocator.hpp
  66. │   ├── mem_cluster.hpp
  67. │   ├── memory_file.hpp
  68. │   ├── memory_pool.hpp
  69. │   ├── mem_sized.hpp
  70. │   ├── mem_ui.hpp
  71. │   ├── nls_swap.hpp
  72. │   ├── on_pool.hpp
  73. │   ├── path.hpp
  74. │   ├── pile_descriptor.hpp
  75. │   ├── pile.hpp
  76. │   ├── range.hpp
  77. │   ├── real_infinint.hpp
  78. │   ├── scrambler.hpp
  79. │   ├── secu_memory_file.hpp
  80. │   ├── secu_string.hpp
  81. │   ├── slice_layout.hpp
  82. │   ├── smart_pointer.hpp
  83. │   ├── statistics.hpp
  84. │   ├── storage.hpp
  85. │   ├── thread_cancellation.hpp
  86. │   ├── tlv.hpp
  87. │   ├── tlv_list.hpp
  88. │   ├── tools.hpp
  89. │   ├── tronconneuse.hpp
  90. │   ├── trontextual.hpp
  91. │   ├── tuyau.hpp
  92. │   ├── user_group_bases.hpp
  93. │   ├── user_interaction.hpp
  94. │   └── wrapperlib.hpp
  95. ├── lib
  96. │   ├── libdar.la
  97. │   ├── libdar.so -> libdar.so.5000.13.1
  98. │   ├── libdar.so.5000 -> libdar.so.5000.13.1
  99. │   ├── libdar.so.5000.13.1
  100. │   └── pkgconfig
  101. │   └── libdar.pc
  102. └── share
  103. ├── locale
  104. │   ├── fr
  105. │   │   └── LC_MESSAGES
  106. │   │   └── dar.mo
  107. │   └── sv
  108. │   └── LC_MESSAGES
  109. │   └── dar.mo
  110. └── man
  111. └── man1
  112. ├── dar.1.gz
  113. ├── dar_cp.1.gz
  114. ├── dar_manager.1.gz
  115. ├── dar_slave.1.gz
  116. ├── dar_split.1.gz
  117. └── dar_xform.1.gz
  118.  
  119. 14 directories, 102 files
Add Comment
Please, Sign In to add comment