Searched refs:MAXNAMELEN (Results 1 – 2 of 2) sorted by relevance
5 const MAXNAMELEN = 255; /* max length of a file name */ variable23 string creator<MAXNAMELEN>; /* data creator */25 string interpretor<MAXNAMELEN>; /* program interpretor */32 string filename<MAXNAMELEN>; /* name of file */
108 #define MAXNAMELEN 256 macro