HomeSort by: relevance | last modified time | path
    Searched defs:tspace (Results 1 - 2 of 2) sorted by relevancy

  /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;
  /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;

Completed in 13 milliseconds