| /components/libc/compilers/common/ |
| A D | cstring.c | 34 int bcmp(const void* s1, const void* s2, size_t n) in bcmp() argument 36 return rt_memcmp(s1, s2, n); in bcmp() 128 int strcasecmp(const char* s1, const char* s2) in strcasecmp() argument 130 const unsigned char* u1 = (const unsigned char*)s1; in strcasecmp() 143 int strncasecmp(const char* s1, const char* s2, size_t n) in strncasecmp() argument 145 const unsigned char* u1 = (const unsigned char*)s1; in strncasecmp()
|
| /components/libc/compilers/common/include/posix/ |
| A D | string.h | 23 int bcmp(const void * s1, const void * s2, size_t n); 33 int strcasecmp(const char * s1, const char * s2); 34 int strncasecmp(const char * s1, const char * s2, size_t n);
|
| /components/net/lwip/lwip-1.4.1/test/unit/core/ |
| A D | test_mem.c | 35 mem_size_t s1, s2; in START_TEST() local 47 s1 = lwip_stats.mem.used; in START_TEST() 51 fail_unless(lwip_stats.mem.used >= SIZE2 + s1); in START_TEST()
|
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_memcpy.h | 22 static inline void *usb_memcpy(void *s1, const void *s2, size_t n) in usb_memcpy() argument 24 char *b1 = (char *)s1; in usb_memcpy() 89 return s1; in usb_memcpy()
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_gcc.S | 59 mv s1, a1 148 mv s1, a3 169 bnez s1, 1f 170 mv s1, ra 180 csrw sepc, s1
|
| /components/net/lwip/lwip-2.0.3/test/unit/core/ |
| A D | test_mem.c | 35 mem_size_t s1, s2; in START_TEST() local 43 s1 = lwip_stats.mem.used; in START_TEST() 47 fail_unless(lwip_stats.mem.used >= SIZE2 + s1); in START_TEST()
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | rpc_prot.c | 202 error->re_lb.s1 = (long) MSG_ACCEPTED; in accepted() 221 error->re_lb.s1 = (long) MSG_DENIED; in rejected() 248 error->re_lb.s1 = (long) (msg->rm_reply.rp_stat); in _seterr_reply()
|
| A D | clnt.h | 120 long s1; member
|
| /components/net/lwip/lwip-2.1.2/test/unit/core/ |
| A D | test_mem.c | 37 mem_size_t s1, s2; in START_TEST() local 45 s1 = lwip_stats.mem.used; in START_TEST() 49 fail_unless(lwip_stats.mem.used >= SIZE2 + s1); in START_TEST()
|
| /components/net/lwip/lwip-2.1.2/test/unit/api/ |
| A D | test_sockets.c | 283 int listnr, s1, s2, i, ret, opt; in test_sockets_msgapi_tcp() local 302 s1 = test_sockets_alloc_socket_nonblocking(domain, SOCK_STREAM); in test_sockets_msgapi_tcp() 303 fail_unless(s1 >= 0); in test_sockets_msgapi_tcp() 316 ret = lwip_connect(s1, (struct sockaddr*)&addr_storage, addr_size); in test_sockets_msgapi_tcp() 327 ret = lwip_connect(s1, (struct sockaddr*)&addr_storage, addr_size); in test_sockets_msgapi_tcp() 394 ret = lwip_sendmsg(s1, &smsg, 0); in test_sockets_msgapi_tcp() 436 ret = lwip_close(s1); in test_sockets_msgapi_tcp()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_impl.h | 212 #define BCMP(s0, s1, l) memcmp((u_char *)(s0), (u_char *)(s1), (l)) argument
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_impl.h | 540 #define BCMP(s1, s2, l) memcmp(s1, s2, l) argument
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_impl.h | 539 #define BCMP(s1, s2, l) memcmp(s1, s2, l) argument
|