Searched refs:systemdirlen (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/expat/lib/
H A Dloadlibrary.c112 UINT systemdirlen = GetSystemDirectory(NULL, 0); local
113 if(systemdirlen) {
115 is included in systemdirlen) */
117 TCHAR *path = malloc(sizeof(TCHAR) * (systemdirlen + 1 + filenamelen));
118 if(path && GetSystemDirectory(path, systemdirlen)) {

Completed in 107 milliseconds