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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dp12475.C14 enum huh { start =-TEST, next }; // WARNING - enum
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwince-stub.c84 attempt_resync (LPCWSTR huh, int s) argument
86 stub_error (L"lost synchronization with host attempting %s. Error %d", huh, WSAGetLastError ());
91 sockread (LPCWSTR huh, int s, void *str, size_t n) argument
97 attempt_resync (huh, s);
103 sockwrite (LPCWSTR huh, int s, const void *str, size_t n) argument
109 attempt_resync (huh, s);
117 getdword (LPCWSTR huh, int s, gdb_wince_id what_this) argument
126 if (sockread (huh, s, &what, sizeof (what)) != sizeof (what))
127 stub_error (L"error getting record type from host - %s.", huh);
130 if (sockread (huh,
140 getword(LPCWSTR huh, int s, gdb_wince_id what_this) argument
168 getmemory(LPCWSTR huh, int s, gdb_wince_id what, gdb_wince_len *inlen) argument
188 putdword(LPCWSTR huh, int s, gdb_wince_id what, DWORD n) argument
198 putword(LPCWSTR huh, int s, gdb_wince_id what, WORD n) argument
213 putmemory(LPCWSTR huh, int s, gdb_wince_id what, const void *mem, gdb_wince_len len) argument
224 putresult(LPCWSTR huh, gdb_wince_result res, int s, gdb_wince_id what, const void *mem, gdb_wince_len len) argument
[all...]
H A Dwince.c411 /* Note: In the functions below, the `huh' parameter is a string passed from the
446 attempt_resync (LPCSTR huh, int s) argument
448 stub_error ("lost synchronization with target attempting %s", huh);
453 sockread (LPCSTR huh, int s, void *str, size_t n) argument
459 attempt_resync (huh, s);
465 sockwrite (LPCSTR huh, const void *str, size_t n) argument
471 attempt_resync (huh, s);
477 putdword (LPCSTR huh, gdb_wince_id what, DWORD n) argument
479 if (sockwrite (huh, &what, sizeof (what)) != sizeof (what))
480 stub_error ("error writing record id to host for %s", huh);
487 putword(LPCSTR huh, gdb_wince_id what, WORD n) argument
502 putmemory(LPCSTR huh, gdb_wince_id what, const void *mem, gdb_wince_len len) argument
513 getdword(LPCSTR huh, gdb_wince_id what_this) argument
532 getword(LPCSTR huh, gdb_wince_id what_this) argument
559 getresult(LPCSTR huh, gdb_wince_id what, LPVOID buf, gdb_wince_len * nbytes) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/
H A DToPod.pm58 itself! Pretty Zen, huh?
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm3311 n - no interface at all (huh?)

Completed in 187 milliseconds