/external/iproute2/ip/ |
iproute.c | 286 char abuf[256]; local 340 abuf, sizeof(abuf)), 347 abuf, sizeof(abuf)) 360 abuf, sizeof(abuf)), 367 abuf, sizeof(abuf)) 383 abuf, sizeof(abuf))) [all...] |
iplink.c | 277 char abuf[32]; local 301 len = ll_addr_a2n(abuf, sizeof(abuf), *argv); 304 addattr_l(&req->n, sizeof(*req), IFLA_ADDRESS, abuf, len); 308 len = ll_addr_a2n(abuf, sizeof(abuf), *argv); 311 addattr_l(&req->n, sizeof(*req), IFLA_BROADCAST, abuf, len);
|
ipaddress.c | 514 char abuf[256]; local 602 abuf, sizeof(abuf))); 612 abuf, sizeof(abuf)), 622 abuf, sizeof(abuf))); 629 abuf, sizeof(abuf))); [all...] |
ipneigh.c | 190 char abuf[256]; local 257 abuf, sizeof(abuf)));
|
/external/iproute2/tc/ |
f_u32.c | 827 char abuf[256]; local 853 abuf, sizeof(abuf)), 883 char abuf[256]; local 909 abuf, sizeof(abuf)),
|
/bionic/libc/netbsd/resolv/ |
res_send.c | 367 char abuf[NI_MAXHOST]; local 544 getnameinfo(nsap, (socklen_t)nsaplen, abuf, sizeof(abuf), 547 ns + 1, abuf)); [all...] |
/system/core/libpixelflinger/codeflinger/ |
MIPSAssembler.h | 42 char *abuf = 0, int linesz = 0, int instr_count = 0);
|
MIPSAssembler.cpp | 91 char *abuf, int linesz, int instr_count) 93 mArmDisassemblyBuffer(abuf), [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
bcmutils.c | 1032 wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong abuflen) 1046 *abuf++ = (char) *wbuf++; 1049 *abuf = '\0'; [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 365 extern ulong wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong abuflen);
|