Home
last modified time | relevance | path

Searched refs:lmax (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/shell/source/all/zipfile/
H A Dzipfile.cxx185 long lmax = GetFileLongestFileNameLength() + 1; in GetDirectory() local
186 char* szFileName = reinterpret_cast<char*>(_alloca(lmax)); in GetDirectory()
197 m_uzFile, &finfo, szFileName, lmax, 0, 0, 0, 0); in GetDirectory()
231 long lmax = 0; in GetFileLongestFileNameLength() local
239 lmax = std::max<long>(lmax, finfo.size_filename); in GetFileLongestFileNameLength()
246 return lmax; in GetFileLongestFileNameLength()
/aoo4110/main/solenv/bin/
H A Dfix_def_file.cmd27 lmax = 0
64 if LENGTH(l)>lmax then do
65 lmax = LENGTH(l)
71 say ';lmax='lmax
H A Dfix_exp_file.cmd27 lmax = 0
66 if LENGTH(l)>lmax then do
67 lmax = LENGTH(l)
73 say ';lmax='lmax
H A Dfix_def_ord.cmd28 lmax = 0

Completed in 21 milliseconds