HomeSort by relevance Sort by last modified time
    Searched refs:coa (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
ThaiShaping.cpp 184 LEUnicode coa = noDescenderCOD(cod, glyphSet); local
186 if (cod != coa) {
187 outputBuffer[outputIndex - 1] = coa;
  /external/iproute2/ip/
xfrm_state.c 318 } else if (strcmp(*argv, "coa") == 0) {
319 inet_prefix coa; local
323 duparg("coa", *argv);
328 get_prefix(&coa, *argv, preferred_family);
329 if (coa.family == AF_UNSPEC)
330 invarg("\"coa\" address family is AF_UNSPEC", *argv);
331 if (coa.bytelen > sizeof(xcoa))
332 invarg("\"coa\" address length is too large", *argv);
335 memcpy(&xcoa, &coa.data, coa.bytelen)
    [all...]
ipxfrm.c 746 xfrm_address_t *coa; local
750 fprintf(fp, "coa ");
752 coa = (xfrm_address_t *)RTA_DATA(tb[XFRMA_COADDR]);
754 if (RTA_PAYLOAD(tb[XFRMA_COADDR]) < sizeof(*coa)) {
762 rt_addr_n2a(family, sizeof(*coa), coa,

Completed in 168 milliseconds