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

/ast/src/cmd/cs/vcs_src/
H A Difs_agent.h100 extern char* NetGets();
H A Difs_network.c160 *name: NetGets
164 NetGets( nFile, buf, bufsize ) function
253 if( NetGets( nFile, buf, sizeof(buf) ) != NULL &&
255 NetGets( nFile, buf, sizeof(buf) );
H A Difs_gopher.c53 if( NetGets( nFile, buf, sizeof(buf) ) == NULL ||
H A Difs_news.c65 if( NetGets( nFile, buf, bsize ) == NULL ) {
66 debug_logit( "FtpReply: NetGets return NULL\n" );
85 while( NetGets( nFile, buf, sizeof(buf) ) != NULL ) {
H A Difs_ftp.c257 if( NetGets( nFile, buf, bsize ) == NULL ) {
258 debug_logit( "FtpReply: NetGets return NULL\n" );
267 if( NetGets( nFile, buf, bsize ) == NULL ) {
H A Difs_http.c157 NetGets( nFile, line, sizeof(line) );

Completed in 23 milliseconds