view ffstools/tiffs-rd/pathname.h @ 224:2900fe603f8a

beginning of MPFFS->TIFFS naming convention change
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 12 Jan 2014 07:59:00 +0000
parents
children ae9ff2d1e3da
line wrap: on
line source

#define	MAX_FN_COMPONENT	20
#define	MAX_DIR_NEST		6
#define	PATHNAME_BUF_SIZE	((MAX_FN_COMPONENT+1) * MAX_DIR_NEST + 2)