Searched refs:dll_buf (Results 1 – 2 of 2) sorted by relevance
1168 char dll_buf[MAX_PATH + 1]; in handle_load_dll() local1172 dll_buf[0] = dll_buf[sizeof (dll_buf) - 1] = '\0'; in handle_load_dll()1177 for (bufp = dll_buf, imgp = event->lpImageName; in handle_load_dll()1178 bufp < dll_buf + sizeof (dll_buf); in handle_load_dll()1185 if (!nbytes && bufp == dll_buf) in handle_load_dll()1203 dll_buf[len] = '\0'; in handle_load_dll()1211 memcpy (dll_name, dll_buf, len); in handle_load_dll()1213 WideCharToMultiByte (CP_ACP, 0, (LPCWSTR) dll_buf, len, in handle_load_dll()
685 char dll_buf[MAX_PATH + 1]; in handle_load_dll() local689 dll_buf[0] = dll_buf[sizeof (dll_buf) - 1] = '\0'; in handle_load_dll()691 if (!psapi_get_dll_name ((DWORD) (event->lpBaseOfDll), dll_buf)) in handle_load_dll()692 dll_buf[0] = dll_buf[sizeof (dll_buf) - 1] = '\0'; in handle_load_dll()694 dll_name = dll_buf; in handle_load_dll()