Searched refs:NetGets (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/cs/vcs_src/ |
H A D | ifs_agent.h | 100 extern char* NetGets();
|
H A D | ifs_network.c | 160 *name: NetGets 164 NetGets( nFile, buf, bufsize ) function 253 if( NetGets( nFile, buf, sizeof(buf) ) != NULL && 255 NetGets( nFile, buf, sizeof(buf) );
|
H A D | ifs_gopher.c | 53 if( NetGets( nFile, buf, sizeof(buf) ) == NULL ||
|
H A D | ifs_news.c | 65 if( NetGets( nFile, buf, bsize ) == NULL ) { 66 debug_logit( "FtpReply: NetGets return NULL\n" ); 85 while( NetGets( nFile, buf, sizeof(buf) ) != NULL ) {
|
H A D | ifs_ftp.c | 257 if( NetGets( nFile, buf, bsize ) == NULL ) { 258 debug_logit( "FtpReply: NetGets return NULL\n" ); 267 if( NetGets( nFile, buf, bsize ) == NULL ) {
|
H A D | ifs_http.c | 157 NetGets( nFile, line, sizeof(line) );
|
Completed in 23 milliseconds