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

/sendmail/sendmail/
H A Dtrace.c39 static unsigned int tTsize; variable
49 tTsize = size;
76 while (isascii(*s) && isdigit(*s) && i < tTsize)
84 while (isascii(*s) && isdigit(*s) && i >= tTsize)
92 while (isascii(*++s) && isdigit(*s) && i < tTsize)
96 while (isascii(*s) && isdigit(*s) && i >= tTsize)
111 if (first >= tTsize)
112 first = tTsize - 1;
113 if (last >= tTsize)
114 last = tTsize
[all...]

Completed in 7 milliseconds