Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 25 of 35) sorted by relevance

12

/components/dfs/dfs_v1/filesystems/elmfat/
A Dffunicode.c31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
15224 WORD cp /* Code page for the conversion */ in ff_uni2oem()
15246 WORD cp /* Code page for the conversion */ in ff_oem2uni()
15277 WORD cp /* Code page for the conversion */ in ff_uni2oem()
15313 WORD cp /* Code page for the conversion */ in ff_oem2uni()
15360 WORD cp /* Code page for the conversion */ in ff_uni2oem()
15412 WORD cp /* Code page for the conversion */ in ff_oem2uni()
/components/dfs/dfs_v2/filesystems/elmfat/
A Dffunicode.c31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
15224 WORD cp /* Code page for the conversion */ in ff_uni2oem()
15246 WORD cp /* Code page for the conversion */ in ff_oem2uni()
15277 WORD cp /* Code page for the conversion */ in ff_uni2oem()
15313 WORD cp /* Code page for the conversion */ in ff_oem2uni()
15360 WORD cp /* Code page for the conversion */ in ff_uni2oem()
15412 WORD cp /* Code page for the conversion */ in ff_oem2uni()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_impl.h178 #define GETCHAR(c, cp) { \ argument
181 #define PUTCHAR(c, cp) { \ argument
186 #define GETSHORT(s, cp) { \ argument
190 #define PUTSHORT(s, cp) { \ argument
195 #define GETLONG(l, cp) { \ argument
201 #define PUTLONG(l, cp) { \ argument
209 #define INCPTR(n, cp) ((cp) += (n)) argument
210 #define DECPTR(n, cp) ((cp) -= (n)) argument
A Dvj.c149 register u_char *cp = new_seq; in vj_compress_tcp() local
466 u_char *cp; in vj_uncompress_tcp() local
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dip4_addr.c123 ipaddr_addr(const char *cp) in ipaddr_addr()
145 ip4addr_aton(const char *cp, ip4_addr_t *addr) in ip4addr_aton()
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Deui64.h79 #define eui64_get(ll, cp) do { \ argument
84 #define eui64_put(ll, cp) do { \ argument
A Dppp_impl.h502 #define GETCHAR(c, cp) { \ argument
505 #define PUTCHAR(c, cp) { \ argument
508 #define GETSHORT(s, cp) { \ argument
512 #define PUTSHORT(s, cp) { \ argument
516 #define GETLONG(l, cp) { \ argument
522 #define PUTLONG(l, cp) { \ argument
529 #define INCPTR(n, cp) ((cp) += (n)) argument
530 #define DECPTR(n, cp) ((cp) -= (n)) argument
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Deui64.h75 #define eui64_get(ll, cp) do { \ argument
80 #define eui64_put(ll, cp) do { \ argument
A Dppp_impl.h501 #define GETCHAR(c, cp) { \ argument
504 #define PUTCHAR(c, cp) { \ argument
507 #define GETSHORT(s, cp) { \ argument
511 #define PUTSHORT(s, cp) { \ argument
515 #define GETLONG(l, cp) { \ argument
521 #define PUTLONG(l, cp) { \ argument
528 #define INCPTR(n, cp) ((cp) += (n)) argument
529 #define DECPTR(n, cp) ((cp) -= (n)) argument
/components/net/netdev/src/
A Dnetdev_ipaddr.c38 int netdev_ip4addr_aton(const char *cp, ip4_addr_t *addr) in netdev_ip4addr_aton()
251 in_addr_t netdev_ipaddr_addr(const char *cp) in netdev_ipaddr_addr()
278 netdev_ip6addr_aton(const char *cp, ip6_addr_t *addr) in netdev_ip6addr_aton()
/components/net/lwip/lwip-2.0.3/src/core/
A Dip.c80 ipaddr_aton(const char *cp, ip_addr_t *addr) in ipaddr_aton()
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dinet.h139 #define inet_addr(cp) ipaddr_addr(cp) argument
140 #define inet_aton(cp, addr) ip4addr_aton(cp, (ip4_addr_t*)addr) argument
158 #define inet6_aton(cp, addr) ip6addr_aton(cp, (ip6_addr_t*)addr) argument
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dip4_addr.c133 ipaddr_addr(const char *cp) in ipaddr_addr()
155 ip4addr_aton(const char *cp, ip4_addr_t *addr) in ip4addr_aton()
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dinet.h141 #define inet_addr(cp) ipaddr_addr(cp) argument
142 #define inet_aton(cp, addr) ip4addr_aton(cp, (ip4_addr_t*)addr) argument
161 #define inet6_aton(cp, addr) ip6addr_aton(cp, (ip6_addr_t*)addr) argument
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dip_addr.c130 ipaddr_addr(const char *cp) in ipaddr_addr()
152 ipaddr_aton(const char *cp, ip_addr_t *addr) in ipaddr_aton()
/components/lwp/
A Dlwp_args.c496 char *cp = buffer + readlen - 1; in _readfile() local
528 static char *_find_word(char *cp) in _find_word()
535 static char *_seperate_and_get_nextword(char *cp) in _seperate_and_get_nextword()
556 char *cp, *nextword; in lwp_args_load_script() local
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmpv3_mbedtls.c235 u8_t *cp, password_buf[64]; in snmpv3_password_to_key_md5() local
288 u8_t *cp, password_buf[72]; in snmpv3_password_to_key_sha() local
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmpv3_mbedtls.c246 u8_t *cp, password_buf[64]; in snmpv3_password_to_key_md5() local
299 u8_t *cp, password_buf[72]; in snmpv3_password_to_key_sha() local
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dinet.h98 #define inet_addr(cp) ipaddr_addr(cp) argument
99 #define inet_aton(cp, addr) ipaddr_aton(cp, (ip_addr_t*)addr) argument
/components/net/lwip/lwip-2.1.2/src/core/
A Dip.c123 ipaddr_aton(const char *cp, ip_addr_t *addr) in ipaddr_aton()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dvj.c173 u8_t *cp = new_seq; in vj_compress_tcp() local
499 u8_t *cp; in vj_uncompress_tcp() local
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dvj.c173 u8_t *cp = new_seq; in vj_compress_tcp() local
503 u8_t *cp; in vj_uncompress_tcp() local
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr.c308 bool_t xdr_char(XDR* xdrs, char* cp) in xdr_char()
323 bool_t xdr_u_char(XDR* xdrs, unsigned char* cp) in xdr_u_char()
387 bool_t xdr_opaque(XDR *xdrs, char* cp, unsigned int cnt) in xdr_opaque()
/components/net/netdev/include/
A Dnetdev_ipaddr.h252 #define inet_addr(cp) netdev_ipaddr_addr(cp) argument
253 #define inet_aton(cp, addr) ((IP_IS_V6_VAL(*addr)) ? \ argument
279 #define inet_addr(cp) netdev_ipaddr_addr(cp) argument
280 #define inet_aton(cp, addr) netdev_ip4addr_aton(cp,(ip4_addr_t*)addr) argument
300 #define inet_aton(cp, addr) netdev_ip6addr_aton(cp, (ip6_addr_t*)addr) argument
/components/net/lwip/lwip-2.1.2/src/core/ipv6/
A Dip6_addr.c71 ip6addr_aton(const char *cp, ip6_addr_t *addr) in ip6addr_aton()

Completed in 142 milliseconds

12