Home
last modified time | relevance | path

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

/freebsd/usr.bin/talk/
H A Dio.c71 FILE *sockfp; in talk() local
97 if ((sockfp = fdopen(sockt, "w+")) == NULL) in talk()
100 setvbuf(sockfp, NULL, _IONBF, 0); in talk()
127 w = fgetwc(sockfp); in talk()
139 (void )fputwc(w, sockfp); in talk()
140 (void )fflush(sockfp); in talk()