SK_puts          101 include/sk.h   int SK_puts(int  sockfd, const char *str, const struct timeval *timeout);
SK_puts          133 modules/sk/cd_socket.c   res = SK_puts(condat->sock, str, ptm);
SK_puts          101 modules/sk/sk.h int SK_puts(int  sockfd, const char *str, const struct timeval *timeout);
SK_puts          121 modules/ud/ud_misc.c  res = SK_puts(tr->socket, g_buff->str, NULL);
SK_puts           66 tests/sk/test_sk.c   SK_puts(sock, "\nStart new thread here\n");
SK_puts           77 tests/sk/test_sk.c     SK_puts(sock, "You typed: [");
SK_puts           78 tests/sk/test_sk.c     SK_puts(sock, input);
SK_puts           79 tests/sk/test_sk.c     SK_puts(sock, "]\n");
SK_puts          141 utils/mr/mr.c       res = SK_puts(server_socket, output, &timeout);