Home
last modified time | relevance | path

Searched refs:max_dir_len (Results 1 – 3 of 3) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsdl_font.cpp206 constexpr UINT max_dir_len = 256; in CachedTTFFont() local
207 char buf[max_dir_len]; in CachedTTFFont()
208 const UINT dir_len = GetSystemWindowsDirectory( buf, max_dir_len ); in CachedTTFFont()
211 } else if( dir_len >= max_dir_len ) { in CachedTTFFont()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsdl_font.cpp206 constexpr UINT max_dir_len = 256; in CachedTTFFont() local
207 char buf[max_dir_len]; in CachedTTFFont()
208 const UINT dir_len = GetSystemWindowsDirectory( buf, max_dir_len ); in CachedTTFFont()
211 } else if( dir_len >= max_dir_len ) { in CachedTTFFont()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Decma119_tree.c626 int max_dir_len) in mangle_single_dir() argument
748 max = max_dir_len - digits; in mangle_single_dir()
839 int max_dir_len) in mangle_dir() argument
844 ret = mangle_single_dir(img, dir, max_file_len, max_dir_len); in mangle_dir()
853 max_dir_len); in mangle_dir()