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 67 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.data, coa.bytelen)
    [all...]
ipxfrm.c 778 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 2806 milliseconds