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

/illumos-gate/usr/src/cmd/listen/
H A Dlssmb.c108 int twos, nulls; local
142 * if(twos == nulls) then the data is well formed, else something
146 twos = nulls = 0;
152 twos++;
155 if(twos != nulls){
156 sprintf(logbuf, "%s: Bad Data Format, twos=%d, nulls=%d",
157 Msnet, twos, nulls);
182 * contained in the variable "twos"),
192 m_size = sizeof(char *) * (twos + i + 4);

Completed in 53 milliseconds