This is the archive Reference Manual, version 0.9, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:17:02 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
archive
A package for reading and writing archive (tar, cpio, etc.) files.
Nathan Froyd <froydnj@gmail.com>
Nathan Froyd <froydnj@gmail.com>
BSD-style (http://opensource.org/licenses/BSD-3-Clause)
0.9
sb-posix
(system).
trivial-gray-streams
(system).
cl-fad
(system).
package.lisp
(file).
conditions.lisp
(file).
generics.lisp
(file).
macros.lisp
(file).
formats.lisp
(file).
stream.lisp
(file).
archive.lisp
(file).
compat.lisp
(file).
tar.lisp
(file).
cpio.lisp
(file).
readme
(file).
todo
(file).
news
(file).
license
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
archive/archive.asd
archive/package.lisp
archive/conditions.lisp
archive/generics.lisp
archive/macros.lisp
archive/formats.lisp
archive/stream.lisp
archive/archive.lisp
archive/compat.lisp
archive/tar.lisp
archive/cpio.lisp
archive/conditions.lisp
package.lisp
(file).
archive
(system).
archive-error
(condition).
archive/generics.lisp
package.lisp
(file).
archive
(system).
create-entry-from-pathname
(generic function).
discard-entry
(generic function).
entry-block-device-p
(generic function).
entry-character-device-p
(generic function).
entry-directory-p
(generic function).
entry-fifo-p
(generic function).
entry-regular-file-p
(generic function).
entry-symbolic-link-p
(generic function).
extract-entry
(generic function).
finalize-archive
(generic function).
(setf name)
(generic function).
read-entry-from-archive
(generic function).
write-entry-to-archive
(generic function).
transfer-entry-data-to-stream
(generic function).
write-entry-data
(generic function).
write-entry-to-buffer
(generic function).
archive/macros.lisp
generics.lisp
(file).
archive
(system).
do-archive-entries
(macro).
with-open-archive
(macro).
byte-descriptor
(class).
defaulting-descriptor
(class).
define-octet-header
(macro).
extractor-function-name
(function).
field-default
(reader method).
field-descriptor
(class).
field-length
(reader method).
field-name
(reader method).
field-offset
(reader method).
field-ref
(generic function).
injector-function-name
(function).
null-terminated-descriptor
(class).
null-terminated-p
(reader method).
number-descriptor
(class).
number-radix
(reader method).
string-descriptor
(class).
with-extracted-fields
(macro).
archive/formats.lisp
macros.lisp
(file).
archive
(system).
%%padding
(reader method).
(setf %%padding)
(writer method).
%name
(reader method).
%name
(reader method).
%name
(reader method).
(setf %name)
(writer method).
%prefix
(reader method).
(setf %prefix)
(writer method).
+odc-cpio-header-dev-length+
(constant).
+odc-cpio-header-dev-offset+
(constant).
+odc-cpio-header-filesize-length+
(constant).
+odc-cpio-header-filesize-offset+
(constant).
+odc-cpio-header-gid-length+
(constant).
+odc-cpio-header-gid-offset+
(constant).
+odc-cpio-header-inode-length+
(constant).
+odc-cpio-header-inode-offset+
(constant).
+odc-cpio-header-length+
(constant).
+odc-cpio-header-magic-length+
(constant).
+odc-cpio-header-magic-offset+
(constant).
+odc-cpio-header-mode-length+
(constant).
+odc-cpio-header-mode-offset+
(constant).
+odc-cpio-header-mtime-length+
(constant).
+odc-cpio-header-mtime-offset+
(constant).
+odc-cpio-header-namesize-length+
(constant).
+odc-cpio-header-namesize-offset+
(constant).
+odc-cpio-header-nlink-length+
(constant).
+odc-cpio-header-nlink-offset+
(constant).
+odc-cpio-header-rdev-length+
(constant).
+odc-cpio-header-rdev-offset+
(constant).
+odc-cpio-header-uid-length+
(constant).
+odc-cpio-header-uid-offset+
(constant).
+svr4-cpio-header-crc-length+
(constant).
+svr4-cpio-header-crc-offset+
(constant).
+svr4-cpio-header-devmajor-length+
(constant).
+svr4-cpio-header-devmajor-offset+
(constant).
+svr4-cpio-header-devminor-length+
(constant).
+svr4-cpio-header-devminor-offset+
(constant).
+svr4-cpio-header-filesize-length+
(constant).
+svr4-cpio-header-filesize-offset+
(constant).
+svr4-cpio-header-gid-length+
(constant).
+svr4-cpio-header-gid-offset+
(constant).
+svr4-cpio-header-ino-length+
(constant).
+svr4-cpio-header-ino-offset+
(constant).
+svr4-cpio-header-length+
(constant).
+svr4-cpio-header-magic-length+
(constant).
+svr4-cpio-header-magic-offset+
(constant).
+svr4-cpio-header-mode-length+
(constant).
+svr4-cpio-header-mode-offset+
(constant).
+svr4-cpio-header-mtime-length+
(constant).
+svr4-cpio-header-mtime-offset+
(constant).
+svr4-cpio-header-namesize-length+
(constant).
+svr4-cpio-header-namesize-offset+
(constant).
+svr4-cpio-header-nlink-length+
(constant).
+svr4-cpio-header-nlink-offset+
(constant).
+svr4-cpio-header-rdevmajor-length+
(constant).
+svr4-cpio-header-rdevmajor-offset+
(constant).
+svr4-cpio-header-rdevminor-length+
(constant).
+svr4-cpio-header-rdevminor-offset+
(constant).
+svr4-cpio-header-uid-length+
(constant).
+svr4-cpio-header-uid-offset+
(constant).
+tar-header-%%padding-length+
(constant).
+tar-header-%%padding-offset+
(constant).
+tar-header-%name-length+
(constant).
+tar-header-%name-offset+
(constant).
+tar-header-%prefix-length+
(constant).
+tar-header-%prefix-offset+
(constant).
+tar-header-checksum-length+
(constant).
+tar-header-checksum-offset+
(constant).
+tar-header-devmajor-length+
(constant).
+tar-header-devmajor-offset+
(constant).
+tar-header-devminor-length+
(constant).
+tar-header-devminor-offset+
(constant).
+tar-header-gid-length+
(constant).
+tar-header-gid-offset+
(constant).
+tar-header-gname-length+
(constant).
+tar-header-gname-offset+
(constant).
+tar-header-length+
(constant).
+tar-header-linkname-length+
(constant).
+tar-header-linkname-offset+
(constant).
+tar-header-magic-length+
(constant).
+tar-header-magic-offset+
(constant).
+tar-header-mode-length+
(constant).
+tar-header-mode-offset+
(constant).
+tar-header-mtime-length+
(constant).
+tar-header-mtime-offset+
(constant).
+tar-header-size-length+
(constant).
+tar-header-size-offset+
(constant).
+tar-header-typeflag-length+
(constant).
+tar-header-typeflag-offset+
(constant).
+tar-header-uid-length+
(constant).
+tar-header-uid-offset+
(constant).
+tar-header-uname-length+
(constant).
+tar-header-uname-offset+
(constant).
+tar-header-version-length+
(constant).
+tar-header-version-offset+
(constant).
archive-entry
(class).
base-pathname
(reader method).
checksum
(reader method).
(setf checksum)
(writer method).
cpio-entry
(class).
crc
(reader method).
(setf crc)
(writer method).
data-discarded-p
(reader method).
(setf data-discarded-p)
(writer method).
dev
(reader method).
(setf dev)
(writer method).
devmajor
(reader method).
devmajor
(reader method).
(setf devmajor)
(writer method).
(setf devmajor)
(writer method).
devminor
(reader method).
devminor
(reader method).
(setf devminor)
(writer method).
(setf devminor)
(writer method).
directory-entry-mixin
(class).
directory-tar-entry
(class).
entry-pathname
(reader method).
(setf entry-pathname)
(writer method).
fields
(reader method).
filesize
(reader method).
filesize
(reader method).
(setf filesize)
(writer method).
(setf filesize)
(writer method).
gid
(reader method).
gid
(reader method).
gid
(reader method).
(setf gid)
(writer method).
(setf gid)
(writer method).
(setf gid)
(writer method).
gname
(reader method).
(setf gname)
(writer method).
ino
(reader method).
(setf ino)
(writer method).
inode
(reader method).
(setf inode)
(writer method).
linkname
(reader method).
(setf linkname)
(writer method).
magic
(reader method).
magic
(reader method).
magic
(reader method).
(setf magic)
(writer method).
(setf magic)
(writer method).
(setf magic)
(writer method).
make-field-map
(function).
mode
(reader method).
mode
(reader method).
mode
(reader method).
(setf mode)
(writer method).
(setf mode)
(writer method).
(setf mode)
(writer method).
mtime
(reader method).
mtime
(reader method).
mtime
(reader method).
(setf mtime)
(writer method).
(setf mtime)
(writer method).
(setf mtime)
(writer method).
namesize
(reader method).
namesize
(reader method).
(setf namesize)
(writer method).
(setf namesize)
(writer method).
nlink
(reader method).
nlink
(reader method).
(setf nlink)
(writer method).
(setf nlink)
(writer method).
odc-cpio-entry
(class).
odc-cpio-header
(class).
odc-cpio-header-read-dev-from-buffer
(function).
odc-cpio-header-read-filesize-from-buffer
(function).
odc-cpio-header-read-gid-from-buffer
(function).
odc-cpio-header-read-inode-from-buffer
(function).
odc-cpio-header-read-magic-from-buffer
(function).
odc-cpio-header-read-mode-from-buffer
(function).
odc-cpio-header-read-mtime-from-buffer
(function).
odc-cpio-header-read-namesize-from-buffer
(function).
odc-cpio-header-read-nlink-from-buffer
(function).
odc-cpio-header-read-rdev-from-buffer
(function).
odc-cpio-header-read-uid-from-buffer
(function).
odc-cpio-header-write-dev-to-buffer
(function).
odc-cpio-header-write-filesize-to-buffer
(function).
odc-cpio-header-write-gid-to-buffer
(function).
odc-cpio-header-write-inode-to-buffer
(function).
odc-cpio-header-write-magic-to-buffer
(function).
odc-cpio-header-write-mode-to-buffer
(function).
odc-cpio-header-write-mtime-to-buffer
(function).
odc-cpio-header-write-namesize-to-buffer
(function).
odc-cpio-header-write-nlink-to-buffer
(function).
odc-cpio-header-write-rdev-to-buffer
(function).
odc-cpio-header-write-uid-to-buffer
(function).
rdev
(reader method).
(setf rdev)
(writer method).
rdevmajor
(reader method).
(setf rdevmajor)
(writer method).
rdevminor
(reader method).
(setf rdevminor)
(writer method).
size
(reader method).
(setf size)
(writer method).
svr4-cpio-entry
(class).
svr4-cpio-header
(class).
svr4-cpio-header-read-crc-from-buffer
(function).
svr4-cpio-header-read-devmajor-from-buffer
(function).
svr4-cpio-header-read-devminor-from-buffer
(function).
svr4-cpio-header-read-filesize-from-buffer
(function).
svr4-cpio-header-read-gid-from-buffer
(function).
svr4-cpio-header-read-ino-from-buffer
(function).
svr4-cpio-header-read-magic-from-buffer
(function).
svr4-cpio-header-read-mode-from-buffer
(function).
svr4-cpio-header-read-mtime-from-buffer
(function).
svr4-cpio-header-read-namesize-from-buffer
(function).
svr4-cpio-header-read-nlink-from-buffer
(function).
svr4-cpio-header-read-rdevmajor-from-buffer
(function).
svr4-cpio-header-read-rdevminor-from-buffer
(function).
svr4-cpio-header-read-uid-from-buffer
(function).
svr4-cpio-header-write-crc-to-buffer
(function).
svr4-cpio-header-write-devmajor-to-buffer
(function).
svr4-cpio-header-write-devminor-to-buffer
(function).
svr4-cpio-header-write-filesize-to-buffer
(function).
svr4-cpio-header-write-gid-to-buffer
(function).
svr4-cpio-header-write-ino-to-buffer
(function).
svr4-cpio-header-write-magic-to-buffer
(function).
svr4-cpio-header-write-mode-to-buffer
(function).
svr4-cpio-header-write-mtime-to-buffer
(function).
svr4-cpio-header-write-namesize-to-buffer
(function).
svr4-cpio-header-write-nlink-to-buffer
(function).
svr4-cpio-header-write-rdevmajor-to-buffer
(function).
svr4-cpio-header-write-rdevminor-to-buffer
(function).
svr4-cpio-header-write-uid-to-buffer
(function).
tar-entry
(class).
tar-header
(class).
tar-header-read-%%padding-from-buffer
(function).
tar-header-read-%name-from-buffer
(function).
tar-header-read-%prefix-from-buffer
(function).
tar-header-read-checksum-from-buffer
(function).
tar-header-read-devmajor-from-buffer
(function).
tar-header-read-devminor-from-buffer
(function).
tar-header-read-gid-from-buffer
(function).
tar-header-read-gname-from-buffer
(function).
tar-header-read-linkname-from-buffer
(function).
tar-header-read-magic-from-buffer
(function).
tar-header-read-mode-from-buffer
(function).
tar-header-read-mtime-from-buffer
(function).
tar-header-read-size-from-buffer
(function).
tar-header-read-typeflag-from-buffer
(function).
tar-header-read-uid-from-buffer
(function).
tar-header-read-uname-from-buffer
(function).
tar-header-read-version-from-buffer
(function).
tar-header-write-%%padding-to-buffer
(function).
tar-header-write-%name-to-buffer
(function).
tar-header-write-%prefix-to-buffer
(function).
tar-header-write-checksum-to-buffer
(function).
tar-header-write-devmajor-to-buffer
(function).
tar-header-write-devminor-to-buffer
(function).
tar-header-write-gid-to-buffer
(function).
tar-header-write-gname-to-buffer
(function).
tar-header-write-linkname-to-buffer
(function).
tar-header-write-magic-to-buffer
(function).
tar-header-write-mode-to-buffer
(function).
tar-header-write-mtime-to-buffer
(function).
tar-header-write-size-to-buffer
(function).
tar-header-write-typeflag-to-buffer
(function).
tar-header-write-uid-to-buffer
(function).
tar-header-write-uname-to-buffer
(function).
tar-header-write-version-to-buffer
(function).
tar-longname-entry
(class).
typeflag
(reader method).
(setf typeflag)
(writer method).
uid
(reader method).
uid
(reader method).
uid
(reader method).
(setf uid)
(writer method).
(setf uid)
(writer method).
(setf uid)
(writer method).
uname
(reader method).
(setf uname)
(writer method).
version
(reader method).
(setf version)
(writer method).
archive/stream.lisp
package.lisp
(file).
archive
(system).
stream-read-byte
(method).
stream-read-sequence
(method).
bounded-input-stream
(class).
make-bounded-stream
(function).
n-bytes-remaining
(reader method).
(setf n-bytes-remaining)
(writer method).
wrapped-stream
(reader method).
archive/archive.lisp
generics.lisp
(file).
stream.lisp
(file).
macros.lisp
(file).
formats.lisp
(file).
archive
(system).
*bytevec-to-string-conversion-function*
(special variable).
*string-to-bytevec-conversion-function*
(special variable).
archive
(class).
close-archive
(function).
entry-stream
(function).
initialize-instance
(method).
open-archive
(function).
read-entry-from-archive
(method).
read-entry-from-archive
(method).
write-entry-to-archive
(method).
write-entry-to-archive
(method).
write-entry-to-archive
(method).
%archive-direction
(reader method).
archive-stream
(reader method).
bytes-output
(reader method).
(setf bytes-output)
(writer method).
bytevec-to-string
(function).
convert-bytevec-to-string
(function).
convert-string-to-bytevec
(function).
discard-unused-entry-data
(function).
entry-buffer
(reader method).
extract-files-from-archive
(function).
extract-files-from-pathname
(function).
file-buffer
(reader method).
initialize-entry-buffer
(function).
make-stream-for-entry
(function).
open-archive-p
(reader method).
(setf open-archive-p)
(writer method).
read-data-block
(function).
read-entry-block
(function).
skippable-p
(reader method).
(setf skippable-p)
(writer method).
string-to-bytevec
(function).
transfer-entry-data-to-stream*
(function).
write-data-block
(function).
write-entry-data
(method).
write-entry-data
(method).
archive/compat.lisp
package.lisp
(file).
archive
(system).
+permissions-mask+
(constant).
isblockfile
(function).
ischarfile
(function).
isdir
(function).
isfifo
(function).
islink
(function).
isreg
(function).
stat
(function).
stat-gid
(function).
stat-ino
(function).
stat-mode
(function).
stat-mtime
(function).
stat-nlink
(function).
stat-size
(function).
stat-uid
(function).
archive/tar.lisp
compat.lisp
(file).
formats.lisp
(file).
conditions.lisp
(file).
generics.lisp
(file).
archive.lisp
(file).
archive
(system).
create-entry-from-pathname
(method).
create-entry-from-pathname
(method).
discard-entry
(method).
entry-block-device-p
(method).
entry-character-device-p
(method).
entry-directory-p
(method).
entry-fifo-p
(method).
entry-regular-file-p
(method).
entry-symbolic-link-p
(method).
extract-entry
(method).
finalize-archive
(method).
initialize-instance
(method).
invalid-tar-checksum-error
(condition).
name
(method).
(setf name)
(method).
print-object
(method).
print-object
(method).
read-entry-from-archive
(method).
tar-archive
(class).
tar-error
(condition).
unhandled-error
(condition).
unhandled-extract-entry-error
(condition).
unhandled-read-header-error
(condition).
unhandled-write-entry-error
(condition).
write-entry-to-archive
(method).
write-entry-to-archive
(method).
*modefuns-to-typeflags*
(special variable).
*tar-magic-vector*
(special variable).
*tar-version-vector*
(special variable).
+ascii-a+
(constant).
+ascii-nine+
(constant).
+ascii-space+
(constant).
+ascii-z+
(constant).
+ascii-zero+
(constant).
+gnutar-long-link-name+
(constant).
+gnutar-long-name+
(constant).
+gnutar-sparse+
(constant).
+posix-extended-header+
(constant).
+posix-global-header+
(constant).
+tar-block-device+
(constant).
+tar-character-device+
(constant).
+tar-directory-file+
(constant).
+tar-fifo-device+
(constant).
+tar-hard-link+
(constant).
+tar-implementation-specific-file+
(constant).
+tar-n-block-bytes+
(constant).
+tar-n-record-blocks+
(constant).
+tar-n-record-bytes+
(constant).
+tar-regular-alternate-file+
(constant).
+tar-regular-file+
(constant).
+tar-symbolic-link+
(constant).
compute-checksum-for-tar-header
(function).
compute-old-checksum-for-tar-header
(function).
computed
(reader method).
create-tar-file
(function).
null-block-p
(function).
provided
(reader method).
read-bytevec-from-buffer
(function).
read-number-from-buffer
(function).
read-tar-entry-from-buffer
(function).
round-up-to-tar-block
(function).
tar-block-checksum-matches-p
(function).
tar-checksum-guts
(function).
transfer-entry-data-to-stream
(method).
transfer-stream-to-archive
(function).
typeflag
(reader method).
typeflag-for-mode
(function).
write-entry-data
(method).
write-entry-to-buffer
(method).
write-number-to-buffer
(function).
archive/cpio.lisp
compat.lisp
(file).
formats.lisp
(file).
conditions.lisp
(file).
generics.lisp
(file).
archive.lisp
(file).
archive
(system).
create-entry-from-pathname
(method).
create-entry-from-pathname
(method).
discard-entry
(method).
entry-block-device-p
(method).
entry-character-device-p
(method).
entry-directory-p
(method).
entry-fifo-p
(method).
entry-regular-file-p
(method).
entry-symbolic-link-p
(method).
finalize-archive
(method).
finalize-archive
(method).
initialize-instance
(method).
initialize-instance
(method).
invalid-cpio-magic-error
(condition).
name
(method).
odc-cpio-archive
(class).
read-entry-from-archive
(method).
read-entry-from-archive
(method).
svr4-cpio-archive
(class).
*cpio-trailer*
(special variable).
*odc-cpio-magic-vector*
(special variable).
*svr4-crc-cpio-magic-vector*
(special variable).
*svr4-nocrc-cpio-magic-vector*
(special variable).
+cpio-block-special-file+
(constant).
+cpio-character-special-file+
(constant).
+cpio-directory-file+
(constant).
+cpio-execute-group+
(constant).
+cpio-execute-others+
(constant).
+cpio-execute-owner+
(constant).
+cpio-fifo-special-file+
(constant).
+cpio-read-group+
(constant).
+cpio-read-others+
(constant).
+cpio-read-owner+
(constant).
+cpio-regular-file+
(constant).
+cpio-setgid+
(constant).
+cpio-setuid+
(constant).
+cpio-socket-file+
(constant).
+cpio-symbolic-link-file+
(constant).
+cpio-write-group+
(constant).
+cpio-write-others+
(constant).
+cpio-write-owner+
(constant).
cpio-archive
(class).
round-up-cpio-entry-data
(function).
round-up-cpio-namesize
(function).
size
(method).
transfer-entry-data-to-stream
(method).
write-entry-to-buffer
(method).
write-entry-to-buffer
(method).
Packages are listed by definition order.
archive
common-lisp
.
*bytevec-to-string-conversion-function*
(special variable).
*string-to-bytevec-conversion-function*
(special variable).
archive
(class).
archive-error
(condition).
close-archive
(function).
create-entry-from-pathname
(generic function).
discard-entry
(generic function).
do-archive-entries
(macro).
entry-block-device-p
(generic function).
entry-character-device-p
(generic function).
entry-directory-p
(generic function).
entry-fifo-p
(generic function).
entry-regular-file-p
(generic function).
entry-stream
(function).
entry-symbolic-link-p
(generic function).
extract-entry
(generic function).
finalize-archive
(generic function).
invalid-cpio-magic-error
(condition).
invalid-tar-checksum-error
(condition).
name
(generic function).
(setf name)
(generic function).
odc-cpio-archive
(class).
open-archive
(function).
read-entry-from-archive
(generic function).
svr4-cpio-archive
(class).
tar-archive
(class).
tar-error
(condition).
unhandled-error
(condition).
unhandled-extract-entry-error
(condition).
unhandled-read-header-error
(condition).
unhandled-write-entry-error
(condition).
with-open-archive
(macro).
write-entry-to-archive
(generic function).
%%padding
(generic reader).
(setf %%padding)
(generic writer).
%archive-direction
(generic reader).
%name
(generic reader).
(setf %name)
(generic writer).
%prefix
(generic reader).
(setf %prefix)
(generic writer).
*cpio-trailer*
(special variable).
*modefuns-to-typeflags*
(special variable).
*odc-cpio-magic-vector*
(special variable).
*svr4-crc-cpio-magic-vector*
(special variable).
*svr4-nocrc-cpio-magic-vector*
(special variable).
*tar-magic-vector*
(special variable).
*tar-version-vector*
(special variable).
+ascii-a+
(constant).
+ascii-nine+
(constant).
+ascii-space+
(constant).
+ascii-z+
(constant).
+ascii-zero+
(constant).
+cpio-block-special-file+
(constant).
+cpio-character-special-file+
(constant).
+cpio-directory-file+
(constant).
+cpio-execute-group+
(constant).
+cpio-execute-others+
(constant).
+cpio-execute-owner+
(constant).
+cpio-fifo-special-file+
(constant).
+cpio-read-group+
(constant).
+cpio-read-others+
(constant).
+cpio-read-owner+
(constant).
+cpio-regular-file+
(constant).
+cpio-setgid+
(constant).
+cpio-setuid+
(constant).
+cpio-socket-file+
(constant).
+cpio-symbolic-link-file+
(constant).
+cpio-write-group+
(constant).
+cpio-write-others+
(constant).
+cpio-write-owner+
(constant).
+gnutar-long-link-name+
(constant).
+gnutar-long-name+
(constant).
+gnutar-sparse+
(constant).
+odc-cpio-header-dev-length+
(constant).
+odc-cpio-header-dev-offset+
(constant).
+odc-cpio-header-filesize-length+
(constant).
+odc-cpio-header-filesize-offset+
(constant).
+odc-cpio-header-gid-length+
(constant).
+odc-cpio-header-gid-offset+
(constant).
+odc-cpio-header-inode-length+
(constant).
+odc-cpio-header-inode-offset+
(constant).
+odc-cpio-header-length+
(constant).
+odc-cpio-header-magic-length+
(constant).
+odc-cpio-header-magic-offset+
(constant).
+odc-cpio-header-mode-length+
(constant).
+odc-cpio-header-mode-offset+
(constant).
+odc-cpio-header-mtime-length+
(constant).
+odc-cpio-header-mtime-offset+
(constant).
+odc-cpio-header-namesize-length+
(constant).
+odc-cpio-header-namesize-offset+
(constant).
+odc-cpio-header-nlink-length+
(constant).
+odc-cpio-header-nlink-offset+
(constant).
+odc-cpio-header-rdev-length+
(constant).
+odc-cpio-header-rdev-offset+
(constant).
+odc-cpio-header-uid-length+
(constant).
+odc-cpio-header-uid-offset+
(constant).
+permissions-mask+
(constant).
+posix-extended-header+
(constant).
+posix-global-header+
(constant).
+svr4-cpio-header-crc-length+
(constant).
+svr4-cpio-header-crc-offset+
(constant).
+svr4-cpio-header-devmajor-length+
(constant).
+svr4-cpio-header-devmajor-offset+
(constant).
+svr4-cpio-header-devminor-length+
(constant).
+svr4-cpio-header-devminor-offset+
(constant).
+svr4-cpio-header-filesize-length+
(constant).
+svr4-cpio-header-filesize-offset+
(constant).
+svr4-cpio-header-gid-length+
(constant).
+svr4-cpio-header-gid-offset+
(constant).
+svr4-cpio-header-ino-length+
(constant).
+svr4-cpio-header-ino-offset+
(constant).
+svr4-cpio-header-length+
(constant).
+svr4-cpio-header-magic-length+
(constant).
+svr4-cpio-header-magic-offset+
(constant).
+svr4-cpio-header-mode-length+
(constant).
+svr4-cpio-header-mode-offset+
(constant).
+svr4-cpio-header-mtime-length+
(constant).
+svr4-cpio-header-mtime-offset+
(constant).
+svr4-cpio-header-namesize-length+
(constant).
+svr4-cpio-header-namesize-offset+
(constant).
+svr4-cpio-header-nlink-length+
(constant).
+svr4-cpio-header-nlink-offset+
(constant).
+svr4-cpio-header-rdevmajor-length+
(constant).
+svr4-cpio-header-rdevmajor-offset+
(constant).
+svr4-cpio-header-rdevminor-length+
(constant).
+svr4-cpio-header-rdevminor-offset+
(constant).
+svr4-cpio-header-uid-length+
(constant).
+svr4-cpio-header-uid-offset+
(constant).
+tar-block-device+
(constant).
+tar-character-device+
(constant).
+tar-directory-file+
(constant).
+tar-fifo-device+
(constant).
+tar-hard-link+
(constant).
+tar-header-%%padding-length+
(constant).
+tar-header-%%padding-offset+
(constant).
+tar-header-%name-length+
(constant).
+tar-header-%name-offset+
(constant).
+tar-header-%prefix-length+
(constant).
+tar-header-%prefix-offset+
(constant).
+tar-header-checksum-length+
(constant).
+tar-header-checksum-offset+
(constant).
+tar-header-devmajor-length+
(constant).
+tar-header-devmajor-offset+
(constant).
+tar-header-devminor-length+
(constant).
+tar-header-devminor-offset+
(constant).
+tar-header-gid-length+
(constant).
+tar-header-gid-offset+
(constant).
+tar-header-gname-length+
(constant).
+tar-header-gname-offset+
(constant).
+tar-header-length+
(constant).
+tar-header-linkname-length+
(constant).
+tar-header-linkname-offset+
(constant).
+tar-header-magic-length+
(constant).
+tar-header-magic-offset+
(constant).
+tar-header-mode-length+
(constant).
+tar-header-mode-offset+
(constant).
+tar-header-mtime-length+
(constant).
+tar-header-mtime-offset+
(constant).
+tar-header-size-length+
(constant).
+tar-header-size-offset+
(constant).
+tar-header-typeflag-length+
(constant).
+tar-header-typeflag-offset+
(constant).
+tar-header-uid-length+
(constant).
+tar-header-uid-offset+
(constant).
+tar-header-uname-length+
(constant).
+tar-header-uname-offset+
(constant).
+tar-header-version-length+
(constant).
+tar-header-version-offset+
(constant).
+tar-implementation-specific-file+
(constant).
+tar-n-block-bytes+
(constant).
+tar-n-record-blocks+
(constant).
+tar-n-record-bytes+
(constant).
+tar-regular-alternate-file+
(constant).
+tar-regular-file+
(constant).
+tar-symbolic-link+
(constant).
archive-entry
(class).
archive-stream
(generic reader).
base-pathname
(generic reader).
bounded-input-stream
(class).
byte-descriptor
(class).
bytes-output
(generic reader).
(setf bytes-output)
(generic writer).
bytevec-to-string
(function).
checksum
(generic reader).
(setf checksum)
(generic writer).
compute-checksum-for-tar-header
(function).
compute-old-checksum-for-tar-header
(function).
computed
(generic reader).
convert-bytevec-to-string
(function).
convert-string-to-bytevec
(function).
cpio-archive
(class).
cpio-entry
(class).
crc
(generic reader).
(setf crc)
(generic writer).
create-tar-file
(function).
data-discarded-p
(generic reader).
(setf data-discarded-p)
(generic writer).
defaulting-descriptor
(class).
define-octet-header
(macro).
dev
(generic reader).
(setf dev)
(generic writer).
devmajor
(generic reader).
(setf devmajor)
(generic writer).
devminor
(generic reader).
(setf devminor)
(generic writer).
directory-entry-mixin
(class).
directory-tar-entry
(class).
discard-unused-entry-data
(function).
entry-buffer
(generic reader).
entry-pathname
(generic reader).
(setf entry-pathname)
(generic writer).
extract-files-from-archive
(function).
extract-files-from-pathname
(function).
extractor-function-name
(function).
field-default
(generic reader).
field-descriptor
(class).
field-length
(generic reader).
field-name
(generic reader).
field-offset
(generic reader).
field-ref
(generic function).
fields
(generic reader).
file-buffer
(generic reader).
filesize
(generic reader).
(setf filesize)
(generic writer).
gid
(generic reader).
(setf gid)
(generic writer).
gname
(generic reader).
(setf gname)
(generic writer).
initialize-entry-buffer
(function).
injector-function-name
(function).
ino
(generic reader).
(setf ino)
(generic writer).
inode
(generic reader).
(setf inode)
(generic writer).
isblockfile
(function).
ischarfile
(function).
isdir
(function).
isfifo
(function).
islink
(function).
isreg
(function).
linkname
(generic reader).
(setf linkname)
(generic writer).
magic
(generic reader).
(setf magic)
(generic writer).
make-bounded-stream
(function).
make-field-map
(function).
make-stream-for-entry
(function).
mode
(generic reader).
(setf mode)
(generic writer).
mtime
(generic reader).
(setf mtime)
(generic writer).
n-bytes-remaining
(generic reader).
(setf n-bytes-remaining)
(generic writer).
namesize
(generic reader).
(setf namesize)
(generic writer).
nlink
(generic reader).
(setf nlink)
(generic writer).
null-block-p
(function).
null-terminated-descriptor
(class).
null-terminated-p
(generic reader).
number-descriptor
(class).
number-radix
(generic reader).
odc-cpio-entry
(class).
odc-cpio-header
(class).
odc-cpio-header-read-dev-from-buffer
(function).
odc-cpio-header-read-filesize-from-buffer
(function).
odc-cpio-header-read-gid-from-buffer
(function).
odc-cpio-header-read-inode-from-buffer
(function).
odc-cpio-header-read-magic-from-buffer
(function).
odc-cpio-header-read-mode-from-buffer
(function).
odc-cpio-header-read-mtime-from-buffer
(function).
odc-cpio-header-read-namesize-from-buffer
(function).
odc-cpio-header-read-nlink-from-buffer
(function).
odc-cpio-header-read-rdev-from-buffer
(function).
odc-cpio-header-read-uid-from-buffer
(function).
odc-cpio-header-write-dev-to-buffer
(function).
odc-cpio-header-write-filesize-to-buffer
(function).
odc-cpio-header-write-gid-to-buffer
(function).
odc-cpio-header-write-inode-to-buffer
(function).
odc-cpio-header-write-magic-to-buffer
(function).
odc-cpio-header-write-mode-to-buffer
(function).
odc-cpio-header-write-mtime-to-buffer
(function).
odc-cpio-header-write-namesize-to-buffer
(function).
odc-cpio-header-write-nlink-to-buffer
(function).
odc-cpio-header-write-rdev-to-buffer
(function).
odc-cpio-header-write-uid-to-buffer
(function).
open-archive-p
(generic reader).
(setf open-archive-p)
(generic writer).
provided
(generic reader).
rdev
(generic reader).
(setf rdev)
(generic writer).
rdevmajor
(generic reader).
(setf rdevmajor)
(generic writer).
rdevminor
(generic reader).
(setf rdevminor)
(generic writer).
read-bytevec-from-buffer
(function).
read-data-block
(function).
read-entry-block
(function).
read-number-from-buffer
(function).
read-tar-entry-from-buffer
(function).
round-up-cpio-entry-data
(function).
round-up-cpio-namesize
(function).
round-up-to-tar-block
(function).
size
(generic function).
(setf size)
(generic writer).
skippable-p
(generic reader).
(setf skippable-p)
(generic writer).
stat
(function).
stat-gid
(function).
stat-ino
(function).
stat-mode
(function).
stat-mtime
(function).
stat-nlink
(function).
stat-size
(function).
stat-uid
(function).
string-descriptor
(class).
string-to-bytevec
(function).
svr4-cpio-entry
(class).
svr4-cpio-header
(class).
svr4-cpio-header-read-crc-from-buffer
(function).
svr4-cpio-header-read-devmajor-from-buffer
(function).
svr4-cpio-header-read-devminor-from-buffer
(function).
svr4-cpio-header-read-filesize-from-buffer
(function).
svr4-cpio-header-read-gid-from-buffer
(function).
svr4-cpio-header-read-ino-from-buffer
(function).
svr4-cpio-header-read-magic-from-buffer
(function).
svr4-cpio-header-read-mode-from-buffer
(function).
svr4-cpio-header-read-mtime-from-buffer
(function).
svr4-cpio-header-read-namesize-from-buffer
(function).
svr4-cpio-header-read-nlink-from-buffer
(function).
svr4-cpio-header-read-rdevmajor-from-buffer
(function).
svr4-cpio-header-read-rdevminor-from-buffer
(function).
svr4-cpio-header-read-uid-from-buffer
(function).
svr4-cpio-header-write-crc-to-buffer
(function).
svr4-cpio-header-write-devmajor-to-buffer
(function).
svr4-cpio-header-write-devminor-to-buffer
(function).
svr4-cpio-header-write-filesize-to-buffer
(function).
svr4-cpio-header-write-gid-to-buffer
(function).
svr4-cpio-header-write-ino-to-buffer
(function).
svr4-cpio-header-write-magic-to-buffer
(function).
svr4-cpio-header-write-mode-to-buffer
(function).
svr4-cpio-header-write-mtime-to-buffer
(function).
svr4-cpio-header-write-namesize-to-buffer
(function).
svr4-cpio-header-write-nlink-to-buffer
(function).
svr4-cpio-header-write-rdevmajor-to-buffer
(function).
svr4-cpio-header-write-rdevminor-to-buffer
(function).
svr4-cpio-header-write-uid-to-buffer
(function).
tar-block-checksum-matches-p
(function).
tar-checksum-guts
(function).
tar-entry
(class).
tar-header
(class).
tar-header-read-%%padding-from-buffer
(function).
tar-header-read-%name-from-buffer
(function).
tar-header-read-%prefix-from-buffer
(function).
tar-header-read-checksum-from-buffer
(function).
tar-header-read-devmajor-from-buffer
(function).
tar-header-read-devminor-from-buffer
(function).
tar-header-read-gid-from-buffer
(function).
tar-header-read-gname-from-buffer
(function).
tar-header-read-linkname-from-buffer
(function).
tar-header-read-magic-from-buffer
(function).
tar-header-read-mode-from-buffer
(function).
tar-header-read-mtime-from-buffer
(function).
tar-header-read-size-from-buffer
(function).
tar-header-read-typeflag-from-buffer
(function).
tar-header-read-uid-from-buffer
(function).
tar-header-read-uname-from-buffer
(function).
tar-header-read-version-from-buffer
(function).
tar-header-write-%%padding-to-buffer
(function).
tar-header-write-%name-to-buffer
(function).
tar-header-write-%prefix-to-buffer
(function).
tar-header-write-checksum-to-buffer
(function).
tar-header-write-devmajor-to-buffer
(function).
tar-header-write-devminor-to-buffer
(function).
tar-header-write-gid-to-buffer
(function).
tar-header-write-gname-to-buffer
(function).
tar-header-write-linkname-to-buffer
(function).
tar-header-write-magic-to-buffer
(function).
tar-header-write-mode-to-buffer
(function).
tar-header-write-mtime-to-buffer
(function).
tar-header-write-size-to-buffer
(function).
tar-header-write-typeflag-to-buffer
(function).
tar-header-write-uid-to-buffer
(function).
tar-header-write-uname-to-buffer
(function).
tar-header-write-version-to-buffer
(function).
tar-longname-entry
(class).
transfer-entry-data-to-stream
(generic function).
transfer-entry-data-to-stream*
(function).
transfer-stream-to-archive
(function).
typeflag
(generic reader).
(setf typeflag)
(generic writer).
typeflag-for-mode
(function).
uid
(generic reader).
(setf uid)
(generic writer).
uname
(generic reader).
(setf uname)
(generic writer).
version
(generic reader).
(setf version)
(generic writer).
with-extracted-fields
(macro).
wrapped-stream
(generic reader).
write-data-block
(function).
write-entry-data
(generic function).
write-entry-to-buffer
(generic function).
write-number-to-buffer
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Iterate over the entries in ARCHIVE. For each entry, ENTRY is bound to an ARCHIVE-ENTRY representing the entry. RESULT is used as in DOTIMES.
Closes the stream associated with ARCHIVE and the archive itself. Further operations on the archive are undefined.
Return a stream connected to the data of ENTRY.
Return an archive. STREAM is the underlying Lisp stream for the archive. STREAM should not be read from or written to anymore.
Create an ENTRY that can be written to ARCHIVE, using metadata and the name of FILENAME.
odc-cpio-archive
) pathname) ¶svr4-cpio-archive
) pathname) ¶tar-archive
) pathname) ¶tar-archive
) pathname) ¶Advance ARCHIVE’s internal state past the end of
ENTRY’s data. Further reads from ENTRY’s stream will return EOF.
cpio-archive
) (entry cpio-entry
)) ¶tar-archive
) (entry tar-entry
)) ¶Returns T if ENTRY denotes a block device.
cpio-entry
)) ¶Returns T if ENTRY denotes a character device.
cpio-entry
)) ¶Returns T if ENTRY denotes a directory.
cpio-entry
)) ¶Returns T if ENTRY denotes a fifo.
cpio-entry
)) ¶Returns T if ENTRY denotes a regular file.
cpio-entry
)) ¶Returns T if ENTRY denotes a symbolic link.
cpio-entry
)) ¶Recreate the file represented by ENTRY in ARCHIVE as an actual file on disk. This file is created relative to *DEFAULT-PATHNAME-DEFAULTS*
tar-archive
) (entry tar-entry
)) ¶Perform any necessary processing for finalizing ARCHIVE. This function must be called prior to calling CLOSE-ARCHIVE.
svr4-cpio-archive
)) ¶odc-cpio-archive
)) ¶tar-archive
)) ¶Sets the name of ENTRY to VALUE.
Return the next entry in ARCHIVE or NIL if there is no next entry
svr4-cpio-archive
)) ¶odc-cpio-archive
)) ¶tar-archive
)) ¶Write ENTRY to ARCHIVE. gData associated with ENTRY
is written to ARCHIVE according to the :STREAM argument. If :STREAM is
T, the expression (NAME ENTRY) is expected to refer to an existing file
from which data may be read. If :STREAM is a stream, then data is read
from that stream and written to ARCHIVE. If :STREAM is NIL, then no
entry data is written.
tar-archive
) (entry tar-entry
) &key stream) ¶tar-archive
) (entry tar-entry
) &key stream) ¶directory-entry-mixin
) &key stream recurse-into-directory-entries) ¶archive
) entry &key stream recurse-into-directory-entries) ¶odc-cpio-archive
) &rest initargs) ¶tar-archive
) &rest initargs) ¶svr4-cpio-archive
) &rest initargs) ¶tar-longname-entry
) stream) ¶bounded-input-stream
)) ¶sb-gray
.
bounded-input-stream
) sequence start end &key &allow-other-keys) ¶trivial-gray-streams
.
All errors signaled by ARCHIVE are of this type.
simple-error
.
Signaled when the magic field for an entry is invalid.
Signaled when the checksum in a tar header is invalid.
All errors specific to tar archives are of this type.
Signaled when a tar entry that ARCHIVE doesn’t understand is encountered.
Signaled when attempting to extract an unsupported tar entry.
Signaled when attempting to parse an unsupported tar entry.
Signaled when attempting to write an unsupported tar entry.
(simple-array (unsigned-byte 8) (*))
:entry-buffer
This slot is read-only.
(simple-array (unsigned-byte 8) (*))
(make-array 8192 :element-type (quote (unsigned-byte 8)))
This slot is read-only.
:direction
This slot is read-only.
0
t
common-lisp
.
stream
:stream
This slot is read-only.
Initialize the ENTRY-BUFFER of ARCHIVE.
Read a (SIMPLE-ARRAY (UNSIGNED-BYTE 8) (*)) array of BLOCK-LENGTH from ARCHIVE. BLOCK-LENGTH is padded with PAD-FUNC to meet archive requirements about alignment.
tar-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
tar-header
)) ¶automatically generated reader method
svr4-cpio-entry
)) ¶automatically generated reader method
odc-cpio-entry
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
tar-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
tar-longname-entry
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
invalid-tar-checksum-error
)) ¶svr4-cpio-header
)) ¶automatically generated reader method
crc
.
svr4-cpio-header
)) ¶automatically generated writer method
crc
.
archive-entry
)) ¶automatically generated reader method
archive-entry
)) ¶automatically generated writer method
odc-cpio-header
)) ¶automatically generated reader method
dev
.
odc-cpio-header
)) ¶automatically generated writer method
dev
.
tar-header
)) ¶automatically generated reader method
svr4-cpio-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
svr4-cpio-header
)) ¶automatically generated writer method
tar-header
)) ¶automatically generated reader method
svr4-cpio-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
svr4-cpio-header
)) ¶automatically generated writer method
archive-entry
)) ¶automatically generated reader method
archive-entry
)) ¶automatically generated writer method
defaulting-descriptor
)) ¶automatically generated reader method
field-descriptor
)) ¶automatically generated reader method
field-descriptor
)) ¶automatically generated reader method
name
.
field-descriptor
)) ¶automatically generated reader method
number-descriptor
) buffer entry-start) ¶byte-descriptor
) buffer entry-start) ¶string-descriptor
) buffer entry-start) ¶archive-entry
)) ¶automatically generated reader method
svr4-cpio-header
)) ¶automatically generated reader method
odc-cpio-header
)) ¶automatically generated reader method
svr4-cpio-header
)) ¶automatically generated writer method
odc-cpio-header
)) ¶automatically generated writer method
tar-header
)) ¶automatically generated reader method
gid
.
svr4-cpio-header
)) ¶automatically generated reader method
gid
.
odc-cpio-header
)) ¶automatically generated reader method
gid
.
tar-header
)) ¶automatically generated writer method
gid
.
svr4-cpio-header
)) ¶automatically generated writer method
gid
.
odc-cpio-header
)) ¶automatically generated writer method
gid
.
tar-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
svr4-cpio-header
)) ¶automatically generated reader method
ino
.
svr4-cpio-header
)) ¶automatically generated writer method
ino
.
odc-cpio-header
)) ¶automatically generated reader method
odc-cpio-header
)) ¶automatically generated writer method
tar-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
tar-header
)) ¶automatically generated reader method
svr4-cpio-header
)) ¶automatically generated reader method
odc-cpio-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
svr4-cpio-header
)) ¶automatically generated writer method
odc-cpio-header
)) ¶automatically generated writer method
tar-header
)) ¶automatically generated reader method
mode
.
svr4-cpio-header
)) ¶automatically generated reader method
mode
.
odc-cpio-header
)) ¶automatically generated reader method
mode
.
tar-header
)) ¶automatically generated writer method
mode
.
svr4-cpio-header
)) ¶automatically generated writer method
mode
.
odc-cpio-header
)) ¶automatically generated writer method
mode
.
tar-header
)) ¶automatically generated reader method
svr4-cpio-header
)) ¶automatically generated reader method
odc-cpio-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
svr4-cpio-header
)) ¶automatically generated writer method
odc-cpio-header
)) ¶automatically generated writer method
bounded-input-stream
)) ¶automatically generated reader method
bounded-input-stream
)) ¶automatically generated writer method
svr4-cpio-header
)) ¶automatically generated reader method
odc-cpio-header
)) ¶automatically generated reader method
svr4-cpio-header
)) ¶automatically generated writer method
odc-cpio-header
)) ¶automatically generated writer method
svr4-cpio-header
)) ¶automatically generated reader method
odc-cpio-header
)) ¶automatically generated reader method
svr4-cpio-header
)) ¶automatically generated writer method
odc-cpio-header
)) ¶automatically generated writer method
null-terminated-descriptor
)) ¶automatically generated reader method
number-descriptor
)) ¶automatically generated reader method
invalid-tar-checksum-error
)) ¶odc-cpio-header
)) ¶automatically generated reader method
rdev
.
odc-cpio-header
)) ¶automatically generated writer method
rdev
.
svr4-cpio-header
)) ¶automatically generated reader method
svr4-cpio-header
)) ¶automatically generated writer method
svr4-cpio-header
)) ¶automatically generated reader method
svr4-cpio-header
)) ¶automatically generated writer method
cpio-entry
)) ¶tar-header
)) ¶automatically generated reader method
size
.
tar-header
)) ¶automatically generated writer method
size
.
Write the data in ARCHIVE associated with ENTRY into STREAM.
cpio-archive
) (entry cpio-entry
) stream) ¶tar-archive
) (entry tar-entry
) stream) ¶unhandled-error
)) ¶tar-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
tar-header
)) ¶automatically generated reader method
uid
.
svr4-cpio-header
)) ¶automatically generated reader method
uid
.
odc-cpio-header
)) ¶automatically generated reader method
uid
.
tar-header
)) ¶automatically generated writer method
uid
.
svr4-cpio-header
)) ¶automatically generated writer method
uid
.
odc-cpio-header
)) ¶automatically generated writer method
uid
.
tar-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
tar-header
)) ¶automatically generated reader method
tar-header
)) ¶automatically generated writer method
bounded-input-stream
)) ¶automatically generated reader method
Write any data associated with ENTRY, possibly found
in STREAM to ARCHIVE; called after WRITE-ENTRY-TO-BUFFER. STREAM is
interpreted as in WRITE-ENTRY-TO-ARCHIVE.
tar-archive
) (entry tar-longname-entry
) stream) ¶archive
) (entry directory-entry-mixin
) stream) ¶Write the information associated with ENTRY into BUFFER, beginning at position START.
svr4-cpio-entry
) buffer &optional start) ¶odc-cpio-entry
) buffer &optional start) ¶fundamental-binary-input-stream
.
trivial-gray-stream-mixin
.
Initarg | Value |
---|---|
:bytes | 0 |
:stream
This slot is read-only.
:bytes
Initarg | Value |
---|---|
:default | 0 |
:default
This slot is read-only.
Initarg | Value |
---|---|
:nullp | nil |
:nullp
This slot is read-only.
Initarg | Value |
---|---|
:default | 0 |
:radix
This slot is read-only.
Initarg | Value |
---|---|
:magic | 0 |
:dev | 0 |
:inode | 0 |
:mode | 0 |
:uid | 0 |
:gid | 0 |
:nlink | 0 |
:rdev | 0 |
:mtime | 0 |
:namesize | 0 |
:filesize | 0 |
:magic
:inode
:nlink
:mtime
:namesize
:filesize
Initarg | Value |
---|---|
:default | (make-array 0 element-type (quote (unsigned-byte 8))) |
(setf crc)
.
crc
.
(setf devmajor)
.
devmajor
.
(setf devminor)
.
devminor
.
(setf filesize)
.
filesize
.
(setf gid)
.
gid
.
(setf ino)
.
ino
.
(setf magic)
.
magic
.
(setf mode)
.
mode
.
(setf mtime)
.
mtime
.
(setf namesize)
.
namesize
.
(setf nlink)
.
nlink
.
(setf rdevmajor)
.
rdevmajor
.
(setf rdevminor)
.
rdevminor
.
(setf uid)
.
uid
.
Initarg | Value |
---|---|
:magic | 0 |
:ino | 0 |
:mode | 0 |
:uid | 0 |
:gid | 0 |
:nlink | 0 |
:mtime | 0 |
:filesize | 0 |
:devmajor | 0 |
:devminor | 0 |
:rdevmajor | 0 |
:rdevminor | 0 |
:namesize | 0 |
:crc | 0 |
:magic
:nlink
:mtime
:filesize
:devmajor
:devminor
:rdevmajor
:rdevminor
:namesize
(setf %%padding)
.
%%padding
.
(setf %name)
.
%name
.
(setf %prefix)
.
%prefix
.
(setf checksum)
.
checksum
.
(setf devmajor)
.
devmajor
.
(setf devminor)
.
devminor
.
(setf gid)
.
gid
.
(setf gname)
.
gname
.
(setf linkname)
.
linkname
.
(setf magic)
.
magic
.
(setf mode)
.
mode
.
(setf mtime)
.
mtime
.
(setf size)
.
size
.
(setf typeflag)
.
typeflag
.
(setf uid)
.
uid
.
(setf uname)
.
uname
.
(setf version)
.
version
.
Initarg | Value |
---|---|
:%name | #() |
:mode | 0 |
:uid | 0 |
:gid | 0 |
:size | 0 |
:mtime | 0 |
:checksum | 0 |
:typeflag | 0 |
:linkname | #() |
:magic | #() |
:version | #() |
:uname | #() |
:gname | #() |
:devmajor | 0 |
:devminor | 0 |
:%prefix | #() |
:%%padding | #() |
:%name
:mtime
:checksum
:typeflag
:linkname
:magic
:version
:uname
:gname
:devmajor
:devminor
:%prefix
:%%padding
:base-pathname
This slot is read-only.
Jump to: | %
(
A B C D E F G I L M N O P R S T U V W |
---|
Jump to: | %
(
A B C D E F G I L M N O P R S T U V W |
---|
Jump to: | %
*
+
B C D E F G I L M N O P R S T U V W |
---|
Jump to: | %
*
+
B C D E F G I L M N O P R S T U V W |
---|
Jump to: | A B C D F G I L M N O P R S T U |
---|
Jump to: | A B C D F G I L M N O P R S T U |
---|