Searched refs:sockwrite (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | wince-stub.c | 103 sockwrite (LPCWSTR huh, int s, const void *str, size_t n) in sockwrite() function 190 if (sockwrite (huh, s, &what, sizeof (what)) != sizeof (what)) in putdword() 192 if (sockwrite (huh, s, &n, sizeof (n)) != sizeof (n)) in putdword() 200 if (sockwrite (huh, s, &what, sizeof (what)) != sizeof (what)) in putword() 202 if (sockwrite (huh, s, &n, sizeof (n)) != sizeof (n)) in putword() 216 if (((short) len > 0) && (gdb_wince_len) sockwrite (huh, s, mem, len) != len) in putmemory()
|
| D | wince.c | 465 sockwrite (LPCSTR huh, const void *str, size_t n) in sockwrite() function 479 if (sockwrite (huh, &what, sizeof (what)) != sizeof (what)) in putdword() 481 if (sockwrite (huh, &n, sizeof (n)) != sizeof (n)) in putdword() 489 if (sockwrite (huh, &what, sizeof (what)) != sizeof (what)) in putword() 491 if (sockwrite (huh, &n, sizeof (n)) != sizeof (n)) in putword() 505 if (((short) len > 0) && sockwrite (huh, mem, len) != len) in putmemory()
|