Searched refs:theByte (Results 1 – 1 of 1) sorted by relevance
156 int theByte; in send() local157 while((theByte = mailerStdout.read()) != -1) { in send()158 stdout.append((char)theByte); in send()