Home
last modified time | relevance | path

Searched refs:dirtype (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/fs/pxe/
Dftp_readdir.c23 static int dirtype(char type) in dirtype() function
125 dt = dirtype(type); in ftp_readdir()
/external/kernel-headers/original/uapi/linux/
Dcoda.h190 #define CDTTOIF(dirtype) ((dirtype) << 12) argument
/external/python/cpython2/Lib/plat-atheos/
DIN.py562 def DTTOIF(dirtype): return ((dirtype) << 12) argument