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

/macosx-10.10/efax-38/efax/
H A Defaxos.c1173 char client_buf[255]; local
1199 n = recv(client_fd, client_buf, sizeof(client_buf)-1, 0);
1204 client_buf[n-1] = '\0';
1206 switch (client_buf[0])
1236 msg ( "W unknown client command \"%s\"", client_buf);

Completed in 69 milliseconds