OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIFOTYPE
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/include/
tar.h
62
#define
FIFOTYPE
'6'
/bionic/tests/headers/posix/
tar_h.c
46
MACRO_VALUE(
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 176 milliseconds