OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FIFOTYPE
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/include/
tar.h
62
#define
FIFOTYPE
'6'
/external/zlib/src/contrib/untgz/
untgz.c
49
#define
FIFOTYPE
'6' /* FIFO special */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py
84
FIFOTYPE
= "6" # fifo special device
105
SYMTYPE, DIRTYPE,
FIFOTYPE
,
[
all
...]
/external/python/cpython2/Lib/
tarfile.py
84
FIFOTYPE
= "6" # fifo special device
105
SYMTYPE, DIRTYPE,
FIFOTYPE
,
[
all
...]
/external/python/cpython3/Lib/
tarfile.py
94
FIFOTYPE
= b"6" # fifo special device
115
SYMTYPE, DIRTYPE,
FIFOTYPE
,
[
all
...]
Completed in 2813 milliseconds