Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
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 - 1;