gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 9 of 9 for funcall:memmove from t2ex (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
1504:                         return (-1);
1505:                 memmove(new, *typetable, *tablesize);
1506:                 /*munmap(*typetable, *tablesize);*/;
bsd_source/lib/libc/src_bsd/stdlib/realpath.c - 8.9KB - 212 lines
111:                 if (p != NULL)
112:                         memmove(left, s + 1, left_len + 1);
113:                 if (resolved[resolved_len - 1] != '/') {
bsd_source/lib/libc/src_bsd/string/bcopy.c - 4.7KB - 130 lines
55: void *
56: memmove(void *dst0, const void *src0, size_t length)
57: #else
bsd_source/t2ex/network/net/src_bsd/net/radix.c - 36.9KB - 1,170 lines
501:         if (skip > 1)
502:                 memmove(addmask_key + 1, rn_ones + 1, skip - 1);
503:         if ((m0 = mlen) > skip)
More results from radix.c
bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c - 44.0KB - 1,314 lines
893:                                 opt == IPOPT_SECURITY) {
894:                                     memmove(mtod(opts, char *) + opts->m_len,
895:                                         cp, len);
More results from ip_icmp.c
bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c - 90.8KB - 2,575 lines
1810:                         cp0 = (u_char *) &ntime; /* XXX grumble, GCC... */
1811:                         memmove((char *)cp + ipt->ipt_ptr - 1, cp0,
1812:                             sizeof(n_time));
More results from ip_input.c
bsd_source/t2ex/network/net/src_bsd/netinet/ip_output.c - 67.3KB - 1,940 lines
1145:                 m->m_len += optlen;
1146:                 memmove(mtod(m, void *), ip, sizeof(struct ip));
1147:         }
bsd_source/t2ex/network/net/src_bsd/netinet/udp_usrreq.c - 51.8KB - 1,650 lines
1607:         iphdrlen = off - sizeof(struct udphdr);
1608:         memmove(mtod(m, char *) + skip, mtod(m, void *), iphdrlen);
1609:         m_adj(m, skip);
bsd_source/t2ex/network/net/src_bsdlib/libc/net/nsdispatch.c - 21.5KB - 709 lines
217:         }
218:         memmove((void *)(((uintptr_t)vec) + (*count * esize)), elem, esize);
219:         (*count)++;
More results from nsdispatch.c