Home
last modified time | relevance | path

Searched defs:huh (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dwince-stub.c84 attempt_resync (LPCWSTR huh, int s) in attempt_resync()
91 sockread (LPCWSTR huh, int s, void *str, size_t n) in sockread()
103 sockwrite (LPCWSTR huh, int s, const void *str, size_t n) in sockwrite()
117 getdword (LPCWSTR huh, int s, gdb_wince_id what_this) in getdword()
140 getword (LPCWSTR huh, int s, gdb_wince_id what_this) in getword()
160 #define gethandle(huh, s, what) (HANDLE) getdword ((huh), (s), (what)) argument
161 #define getpvoid(huh, s, what) (LPVOID) getdword ((huh), (s), (what)) argument
162 #define getlen(huh, s, what) (gdb_wince_len) getword ((huh), (s), (what)) argument
168 getmemory (LPCWSTR huh, int s, gdb_wince_id what, gdb_wince_len *inlen) in getmemory()
188 putdword (LPCWSTR huh, int s, gdb_wince_id what, DWORD n) in putdword()
[all …]
H A Dwince.c446 attempt_resync (LPCSTR huh, int s) in attempt_resync()
453 sockread (LPCSTR huh, int s, void *str, size_t n) in sockread()
465 sockwrite (LPCSTR huh, const void *str, size_t n) in sockwrite()
477 putdword (LPCSTR huh, gdb_wince_id what, DWORD n) in putdword()
487 putword (LPCSTR huh, gdb_wince_id what, WORD n) in putword()
513 getdword (LPCSTR huh, gdb_wince_id what_this) in getdword()
532 getword (LPCSTR huh, gdb_wince_id what_this) in getword()
548 #define gethandle(huh, what) (HANDLE) getdword ((huh), (what)) argument
549 #define getpvoid(huh, what) (LPVOID) getdword ((huh), (what)) argument
550 #define getlen(huh, what) (gdb_wince_len) getword ((huh), (what)) argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dp12475.C14 enum huh { start =-TEST, next }; // WARNING - enum