| /src/external/gpl2/xcvs/dist/lib/ |
| mbchar.h | 113 mb_copy (&destmbc, &srcmbc) 142 extern void mb_copy (mbchar_t *new, const mbchar_t *old); 262 mb_copy (mbchar_t *new, const mbchar_t *old) function
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| mbchar.h | 113 mb_copy (&destmbc, &srcmbc) 142 extern void mb_copy (mbchar_t *new, const mbchar_t *old); 388 mb_copy (mbchar_t *new, const mbchar_t *old) function
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| mbchar.h | 113 mb_copy (&destmbc, &srcmbc) 142 extern void mb_copy (mbchar_t *new, const mbchar_t *old); 388 mb_copy (mbchar_t *new, const mbchar_t *old) function
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| po-lex.c | 322 mb_copy (mbchar_t new, const mbchar_t old) function 383 mb_copy (mbc, &mbf->pushback[mbf->have_pushback]); 588 mb_copy (&mbf->pushback[mbf->have_pushback], mbc);
|
| /src/sys/netinet6/ |
| ip6_mroute.c | 1526 struct mbuf *mb_copy; local 1541 mb_copy = m_copypacket(m, M_DONTWAIT); 1542 if (mb_copy && M_UNWRITABLE(mb_copy, sizeof(struct ip6_hdr))) 1543 mb_copy = m_pullup(mb_copy, sizeof(struct ip6_hdr)); 1544 if (mb_copy == NULL) { 1550 mb_copy->m_flags |= M_MCAST; 1566 error = ip6_output(mb_copy, NULL, &ro, IPV6_FORWARDING, 1598 if (mb_copy->m_pkthdr.len <= ifp->if_mtu || ifp->if_mtu < IPV6_MMTU) [all...] |
| /src/sys/netinet/ |
| ip_mroute.c | 1723 struct mbuf *mb_copy; local 1731 mb_copy = m_copypacket(m, M_DONTWAIT); 1732 M_PULLUP(mb_copy, hlen); 1733 if (mb_copy == NULL) 1737 tbf_send_packet(vifp, mb_copy); 1739 tbf_control(vifp, mb_copy, mtod(mb_copy, struct ip *), 1746 struct mbuf *mb_copy; local 1761 MGETHDR(mb_copy, M_DONTWAIT, MT_DATA); 1762 if (mb_copy == NULL 2728 struct mbuf *mb_copy, *mm; local 2767 struct mbuf *mb_copy = NULL; local [all...] |