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

/ast/src/cmd/cs/vcs_src/
H A Difs_http.c41 FILE *fsrc, *fhtml, *flink; local
50 if( (fhtml = fopen( htmlfile, "w" )) == NULL ) {
55 fclose( fhtml );
72 fprintf( fhtml, "%s", buf );
88 fwrite( buf, 1, len, fhtml );
92 fclose( fhtml );

Completed in 10 milliseconds