Home
last modified time | relevance | path

Searched refs:MINNAME (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libast/common/misc/
H A Dfts.c103 #define MINNAME 32 macro
105 #define MINNAME 16 macro
108 #define drop(p,f) (((f)->fts_namelen < MINNAME) ? ((f)->fts_link = (p)->free, (p)->free = (f)) : (f…
182 if (fts->free && namelen < MINNAME) in node()
189 n = (namelen < MINNAME ? MINNAME : namelen + 1) - sizeof(int); in node()
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE502 misc/fts.c: increase MINNAME to 32