Search | Google it | Results 1 - 4 of 4 for funcall:M_LEADINGSPACE (0.01 seconds) |
1738: (*pr)(" leadingspace=%u, trailingspace=%u, readonly=%u\n", 1739: (int)M_LEADINGSPACE(m), (int)M_TRAILINGSPACE(m), 1740: (int)M_READONLY(m));
179: } 180: if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen && 181: !sharedcluster && n->m_next->m_len >= tlen) {
1129: ip->ip_dst = p->ipopt_dst; 1130: if (M_READONLY(m) || M_LEADINGSPACE(m) < optlen) { 1131: MGETHDR(n, M_DONTWAIT, MT_HEADER);
706: do { \ 707: if (M_LEADINGSPACE(m) >= (plen)) { \ 708: (m)->m_data -= (plen); \