Searched refs:ucp (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/net/
H A Dinet_ntoa.c38 unsigned char *ucp = (unsigned char *)&ina; local
41 ucp[0] & 0xff,
42 ucp[1] & 0xff,
43 ucp[2] & 0xff,
44 ucp[3] & 0xff);
51 unsigned char *ucp = (unsigned char *)&ina; local
54 ucp[0] & 0xff,
55 ucp[1] & 0xff,
56 ucp[2] & 0xff,
57 ucp[
[all...]
/macosx-10.10/pcre-7/pcre/
H A DRunTest32 ucp=$?
85 if [ $ucp -eq 0 ] ; then
121 if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do6=yes; fi
124 if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do9=yes; fi
125 if [ $link_size -eq 2 -a $ucp -ne 0 ] ; then do10=yes; fi
127 if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do12=yes; fi
H A DMakefile.am188 ucp.h
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacscp.c384 acscp_addci(fsm *f, u_char *ucp, int *lenp) argument
392 PUTCHAR(opt, ucp); \
393 PUTCHAR(CILEN_ROUTES, ucp); \
394 PUTLONG(vers, ucp); \
403 PUTCHAR(opt, ucp); \
404 PUTCHAR(CILEN_DOMAINS, ucp); \
405 PUTLONG(vers, ucp); \
672 u_char *ucp = inp; /* Pointer to current output char */ local
763 ucp = inp; /* Backup */
771 ucp
[all...]
H A Dipxcp.c634 ipxcp_addci(f, ucp, lenp)
636 u_char *ucp;
643 PUTCHAR (IPX_NETWORK_NUMBER, ucp);
644 PUTCHAR (CILEN_NETN, ucp);
645 PUTLONG (go->our_network, ucp);
650 PUTCHAR (IPX_NODE_NUMBER, ucp);
651 PUTCHAR (CILEN_NODEN, ucp);
653 PUTCHAR (go->our_node[indx], ucp);
659 PUTCHAR (IPX_ROUTER_NAME, ucp);
660 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
1022 u_char *ucp = inp; /* Pointer to current output char */ local
[all...]
H A Dipv6cp.c616 ipv6cp_addci(f, ucp, lenp)
618 u_char *ucp;
628 PUTCHAR(opt, ucp); \
629 PUTCHAR(vjlen, ucp); \
630 PUTSHORT(val, ucp); \
640 PUTCHAR(opt, ucp); \
641 PUTCHAR(idlen, ucp); \
642 eui64_put(val1, ucp); \
962 u_char *ucp = inp; /* Pointer to current output char */ local
1083 ucp
[all...]
H A Dipcp.c847 ipcp_addci(f, ucp, lenp)
849 u_char *ucp;
859 PUTCHAR(opt, ucp); \
860 PUTCHAR(CILEN_ADDRS, ucp); \
862 PUTLONG(l, ucp); \
864 PUTLONG(l, ucp); \
874 PUTCHAR(opt, ucp); \
875 PUTCHAR(vjlen, ucp); \
876 PUTSHORT(val, ucp); \
878 PUTCHAR(maxslotindex, ucp); \
1431 u_char *ucp = inp; /* Pointer to current output char */ local
[all...]
H A Dlcp.c767 lcp_addci(f, ucp, lenp)
769 u_char *ucp;
773 u_char *start_ucp = ucp;
777 PUTCHAR(opt, ucp); \
778 PUTCHAR(CILEN_VOID, ucp); \
782 PUTCHAR(opt, ucp); \
783 PUTCHAR(CILEN_SHORT, ucp); \
784 PUTSHORT(val, ucp); \
788 PUTCHAR((opt), ucp); \
789 PUTCHAR(CILEN_CHAP, ucp); \
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Ddtrace_isa.c303 ucontext_t *ucp = (ucontext_t *)oldcontext;
304 greg_t *gregs = ucp->uc_mcontext.gregs;
309 oldcontext = dtrace_fulword(&ucp->uc_link);
311 ucontext32_t *ucp = (ucontext32_t *)oldcontext;
312 greg32_t *gregs = ucp->uc_mcontext.gregs;
317 oldcontext = dtrace_fuword32(&ucp->uc_link);
609 ucontext_t *ucp = (ucontext_t *)oldcontext;
610 greg_t *gregs = ucp->uc_mcontext.gregs;
615 oldcontext = dtrace_fulword(&ucp->uc_link);
617 ucontext_t *ucp
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dbuffer.c242 u_char *ucp = buffer->buf; local
245 fprintf(stderr, "%02x", ucp[i]);
H A Dchannels.c893 u_char *ucp; local
901 ucp = buffer_ptr(b);
902 if (ucp[0] == 0x42) { /* Byte order MSB first. */
903 proto_len = 256 * ucp[6] + ucp[7];
904 data_len = 256 * ucp[8] + ucp[9];
905 } else if (ucp[0] == 0x6c) { /* Byte order LSB first. */
906 proto_len = ucp[6] + 256 * ucp[
[all...]
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_pphrase.c140 unsigned char *ucp; local
360 ucp = ssl_asn1_table_set(mc->tPrivateKey, key_id, length);
361 (void)i2d_PrivateKey(pPrivateKey, &ucp); /* 2nd arg increments */
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A DTiffile.cpp330 u_char* ucp = (u_char*)cp; local
336 _TIFFmemcpy(ucp, pp, w);
343 ucp += (wb + toskew);
/macosx-10.10/vim-55/src/
H A Dos_win16.c17 # pragma warn -ucp
H A Dos_mswin.c19 # pragma warn -ucp

Completed in 176 milliseconds