Home
last modified time | relevance | path

Searched refs:ucp (Results 1 – 12 of 12) sorted by relevance

/external/ppp/pppd/
Dipxcp.c610 ipxcp_addci(f, ucp, lenp) in ipxcp_addci() argument
612 u_char *ucp;
619 PUTCHAR (IPX_NETWORK_NUMBER, ucp);
620 PUTCHAR (CILEN_NETN, ucp);
621 PUTLONG (go->our_network, ucp);
626 PUTCHAR (IPX_NODE_NUMBER, ucp);
627 PUTCHAR (CILEN_NODEN, ucp);
629 PUTCHAR (go->our_node[indx], ucp);
635 PUTCHAR (IPX_ROUTER_NAME, ucp);
636 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
[all …]
Dipv6cp.c554 ipv6cp_addci(f, ucp, lenp) in ipv6cp_addci() argument
556 u_char *ucp;
566 PUTCHAR(opt, ucp); \
567 PUTCHAR(vjlen, ucp); \
568 PUTSHORT(val, ucp); \
578 PUTCHAR(opt, ucp); \
579 PUTCHAR(idlen, ucp); \
580 eui64_put(val1, ucp); \
903 u_char *ucp = inp; /* Pointer to current output char */ local
1024 ucp = inp; /* Backup */
[all …]
Dipcp.c749 ipcp_addci(f, ucp, lenp) in ipcp_addci() argument
751 u_char *ucp;
761 PUTCHAR(opt, ucp); \
762 PUTCHAR(CILEN_ADDRS, ucp); \
764 PUTLONG(l, ucp); \
766 PUTLONG(l, ucp); \
776 PUTCHAR(opt, ucp); \
777 PUTCHAR(vjlen, ucp); \
778 PUTSHORT(val, ucp); \
780 PUTCHAR(maxslotindex, ucp); \
[all …]
Dlcp.c684 lcp_addci(f, ucp, lenp) in lcp_addci() argument
686 u_char *ucp;
690 u_char *start_ucp = ucp;
694 PUTCHAR(opt, ucp); \
695 PUTCHAR(CILEN_VOID, ucp); \
699 PUTCHAR(opt, ucp); \
700 PUTCHAR(CILEN_SHORT, ucp); \
701 PUTSHORT(val, ucp); \
705 PUTCHAR((opt), ucp); \
706 PUTCHAR(CILEN_CHAP, ucp); \
[all …]
/external/icu4c/common/
Duchar.c120 _openProps(UCharProps *ucp, UErrorCode *pErrorCode) { in _openProps() argument
124 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode); in _openProps()
129 ucp->pData32=p=(const uint32_t *)udata_getMemory(ucp->propsData); in _openProps()
133 …length=utrie_unserialize(&ucp->propsTrie, (const uint8_t *)(p+UPROPS_INDEX_COUNT), length-64, pErr… in _openProps()
141 …length=utrie_unserialize(&ucp->propsVectorsTrie, (const uint8_t *)(p+p[UPROPS_ADDITIONAL_TRIE_INDE… in _openProps()
150 uprv_memset(&ucp->propsVectorsTrie, 0, sizeof(ucp->propsVectorsTrie)); in _openProps()
167 UCharProps ucp={ NULL }; in uprv_loadPropsData() local
174 _openProps(&ucp, pErrorCode); in uprv_loadPropsData()
180 propsData=ucp.propsData; in uprv_loadPropsData()
181 ucp.propsData=NULL; in uprv_loadPropsData()
[all …]
/external/chromium/third_party/icu/source/common/
Duchar.c121 _openProps(UCharProps *ucp, UErrorCode *pErrorCode) { in _openProps() argument
125 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode); in _openProps()
130 ucp->pData32=p=(const uint32_t *)udata_getMemory(ucp->propsData); in _openProps()
134 …length=utrie_unserialize(&ucp->propsTrie, (const uint8_t *)(p+UPROPS_INDEX_COUNT), length-64, pErr… in _openProps()
142 …length=utrie_unserialize(&ucp->propsVectorsTrie, (const uint8_t *)(p+p[UPROPS_ADDITIONAL_TRIE_INDE… in _openProps()
151 uprv_memset(&ucp->propsVectorsTrie, 0, sizeof(ucp->propsVectorsTrie)); in _openProps()
168 UCharProps ucp={ NULL }; in uprv_loadPropsData() local
175 _openProps(&ucp, pErrorCode); in uprv_loadPropsData()
181 propsData=ucp.propsData; in uprv_loadPropsData()
182 ucp.propsData=NULL; in uprv_loadPropsData()
[all …]
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c123 const unsigned char *ucp = (const unsigned char *) name; in dx_hack_hash() local
129 c = (int) *ucp++; in dx_hack_hash()
146 const unsigned char *ucp = (const unsigned char *) msg; in str2hashbuf() local
159 c = (int) ucp[i]; in str2hashbuf()
/external/strace/
Dsignal.c1548 printcontext(tcp, ucp) in printcontext() argument
1550 ucontext_t *ucp;
1555 printflags(ucontext_flags, ucp->uc_flags, "UC_???");
1556 tprintf(", uc_link=%#lx, ", (unsigned long) ucp->uc_link);
1559 printsigmask(&ucp->uc_sigmask, 0);
1562 (unsigned long) ucp->uc_stack.ss_sp,
1563 ucp->uc_stack.ss_size);
1564 printflags(sigaltstack_flags, ucp->uc_stack.ss_flags, "SS_???");
DChangeLog2324 it was just passing the sigmask (ucp->uc_sigmask).
/external/dnsmasq/src/
Drfc2131.c655 unsigned char *ucp = option_ptr(opt, 0); in dhcp_reply() local
657 for (j = 0; j < option_len(opt); j += ucp[j] + 1); in dhcp_reply()
661 tmp = j + ucp[j] + 1; in dhcp_reply()
662 ucp[j] = 0; in dhcp_reply()
1148 unsigned char *ucp = option_ptr(opt, 0); in dhcp_reply() local
1150 if (len != 0 && ucp[0] == 0) in dhcp_reply()
1151 ucp++, len--; in dhcp_reply()
1155 memcpy(lease->userclass, ucp, len); in dhcp_reply()
1163 unsigned char *ucp = option_ptr(opt, 0); in dhcp_reply() local
1167 memcpy(lease->vendorclass, ucp, len); in dhcp_reply()
[all …]
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1027894 * pcre/ucp.h: Removed.
28004 * pcre/ucp.h:
31126 * pcre/ucp.h:
DChangeLog-2007-10-145746 * pcre/ucp.h: Removed export of ucp_findchar().
17652 * pcre/ucp.h: Ditto.