OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fhtype
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
parsenfsfh.c
116
int
fhtype
= FHT_UNKNOWN;
local
124
fhtype
= FHT_UNKNOWN;
129
fhtype
= FHT_IRIX4;
132
fhtype
= FHT_IRIX5;
135
fhtype
= FHT_IRIX5;
138
fhtype
= FHT_SUNOS4;
141
fhtype
= FHT_SUNOS5;
144
fhtype
= FHT_ULTRIX;
147
fhtype
= FHT_DECOSF;
151
fhtype
= FHT_BSD44
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fmmodule.c
18
static PyTypeObject
Fhtype
;
20
#define is_fhobject(v) ((v)->ob_type == &
Fhtype
)
31
fhp = PyObject_New(fhobject, &
Fhtype
);
146
static PyTypeObject
Fhtype
= {
/external/python/cpython2/Modules/
fmmodule.c
18
static PyTypeObject
Fhtype
;
20
#define is_fhobject(v) ((v)->ob_type == &
Fhtype
)
31
fhp = PyObject_New(fhobject, &
Fhtype
);
146
static PyTypeObject
Fhtype
= {
Completed in 83 milliseconds