Searched refs:tspace (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/text_cmds-88/sed/
H A Dprocess.c94 SPACE tspace; local
241 tspace = PS;
243 HS = tspace;
321 SPACE tspace; local
404 tspace = PS;
406 SS = tspace;
/macosx-10.10.1/procmail-14/procmail/src/
H A Dmisc.h3 struct dyna_array{int filled,tspace;char*vals;}; member in struct:dyna_array
H A Dmisc.c377 { if(sp->filled==sp->tspace) /* growth limit reached? */
378 { size_t len=(sp->tspace+=4)*size;
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc.c1306 static char tspace[MAXLINE]; local
1308 sp = tspace;
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq.c1586 static char tspace[MAXLINE]; local
1588 sp = tspace;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c5434 int tspace; local
5448 tspace = M_TRAILINGSPACE(m);
5449 if (tspace > 0) {
5450 tspace = MIN(tspace, off + len);
5451 VERIFY(tspace > 0);
5453 MIN(off, tspace));
5454 m->m_len += tspace;

Completed in 210 milliseconds