Searched defs:F_NAMELEN (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c111 #define F_NAMELEN(buf) ((buf).f_namemax) macro
115 #define F_NAMELEN(buf) ((buf).f_namelen) macro
118 #ifndef F_NAMELEN
119 #define F_NAMELEN(buf) (255) macro
1174 out_uint32_le(out, F_NAMELEN(stat_fs)); /* max length of filename */

Completed in 504 milliseconds