Searched refs:coa (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
H A DThaiShaping.cpp184 LEUnicode coa = noDescenderCOD(cod, glyphSet); local
186 if (cod != coa) {
187 outputBuffer[outputIndex - 1] = coa;
/external/iproute2/ip/
H A Dxfrm_state.c67 fprintf(stderr, " [ coa ADDR[/PLEN] ] [ ctx CTX ]\n");
323 } else if (strcmp(*argv, "coa") == 0) {
324 inet_prefix coa; local
328 duparg("coa", *argv);
333 get_prefix(&coa, *argv, preferred_family);
334 if (coa.family == AF_UNSPEC)
335 invarg("\"coa\" address family is AF_UNSPEC", *argv);
336 if (coa.bytelen > sizeof(xcoa))
337 invarg("\"coa\" address length is too large", *argv);
340 memcpy(&xcoa, &coa
[all...]
H A Dipxfrm.c778 xfrm_address_t *coa; local
782 fprintf(fp, "coa ");
784 coa = (xfrm_address_t *)RTA_DATA(tb[XFRMA_COADDR]);
786 if (RTA_PAYLOAD(tb[XFRMA_COADDR]) < sizeof(*coa)) {
794 rt_addr_n2a(family, sizeof(*coa), coa,

Completed in 180 milliseconds