Searched refs:FILDIRBIT_ISDIR (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.h61 #define FILDIRBIT_ISDIR (1 << 7) /* is a directory */ macro
H A Denumerate.c457 *data++ = S_ISDIR(s_path.st.st_mode) ? FILDIRBIT_ISDIR : FILDIRBIT_ISFILE;
H A Dcatsearch.c442 *p++ = isdir ? FILDIRBIT_ISDIR : FILDIRBIT_ISFILE; /* IsDir ? */
H A Dfiledir.c214 *(rbuf + 2 * sizeof( u_int16_t )) = (char) FILDIRBIT_ISDIR;

Completed in 95 milliseconds