Searched defs:tTsize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtrace.c41 static unsigned int tTsize; variable
51 tTsize = size;
78 while (isascii(*s) && isdigit(*s) && i < tTsize)
86 while (isascii(*s) && isdigit(*s) && i >= tTsize)
94 while (isascii(*++s) && isdigit(*s) && i < tTsize)
98 while (isascii(*s) && isdigit(*s) && i >= tTsize)
113 if (first >= tTsize)
114 first = tTsize - 1;
115 if (last >= tTsize)
116 last = tTsize
[all...]

Completed in 56 milliseconds