Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dwince.c1168 char dll_buf[MAX_PATH + 1]; in handle_load_dll() local
1172 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()
Dwin32-nat.c685 char dll_buf[MAX_PATH + 1]; in handle_load_dll() local
689 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()