Home | Sort by: relevance | last modified time | path |
/src/usr.bin/sed/ | |
process.c | 107 SPACE tspace; local in function:process 261 tspace = PS; 263 psanl = tspace.append_newline; 264 HS = tspace; 387 SPACE tspace; local in function:substitute 470 tspace = PS; 472 psanl = tspace.append_newline; 473 SS = tspace; |
process.c | 107 SPACE tspace; local in function:process 261 tspace = PS; 263 psanl = tspace.append_newline; 264 HS = tspace; 387 SPACE tspace; local in function:substitute 470 tspace = PS; 472 psanl = tspace.append_newline; 473 SS = tspace; |
/src/sys/kern/ | |
uipc_mbuf.c | 1568 int tspace; local in function:m_copyback_internal 1582 tspace = M_TRAILINGSPACE(m); 1583 if (tspace > 0) { 1584 tspace = uimin(tspace, off + len); 1585 KASSERT(tspace > 0); 1587 uimin(off, tspace)); 1588 m->m_len += tspace; |
uipc_mbuf.c | 1568 int tspace; local in function:m_copyback_internal 1582 tspace = M_TRAILINGSPACE(m); 1583 if (tspace > 0) { 1584 tspace = uimin(tspace, off + len); 1585 KASSERT(tspace > 0); 1587 uimin(off, tspace)); 1588 m->m_len += tspace; |