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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dwince.c1164 char dll_buf[MAX_PATH + 1]; local
1168 dll_buf[0] = dll_buf[sizeof (dll_buf) - 1] = '\0';
1173 for (bufp = dll_buf, imgp = event->lpImageName;
1174 bufp < dll_buf + sizeof (dll_buf);
1181 if (!nbytes && bufp == dll_buf)
1199 dll_buf[len] = '\0';
1207 memcpy (dll_name, dll_buf, le
[all...]
H A Dwin32-nat.c680 char dll_buf[MAX_PATH + 1]; local
684 dll_buf[0] = dll_buf[sizeof (dll_buf) - 1] = '\0';
686 if (!psapi_get_dll_name ((DWORD) (event->lpBaseOfDll), dll_buf))
687 dll_buf[0] = dll_buf[sizeof (dll_buf) - 1] = '\0';
689 dll_name = dll_buf;

Completed in 79 milliseconds