Searched refs:stream (Results 1 – 2 of 2) sorted by relevance
7 int fprintf(FILE *restrict stream, const char *restrict format, ...) in fprintf() argument24 write(stream->fd, buf, len); in fprintf()45 int fflush(FILE *stream) in fflush() argument50 int ferror(FILE *stream) in ferror() argument55 int fclose(FILE *stream) in fclose() argument57 int retval = close(stream->fd); in fclose()60 if (stream->fd >= 3) in fclose()61 free(stream); in fclose()70 FILE *stream = malloc(sizeof(FILE)); in fopen() local71 memset(stream, 0, sizeof(FILE)); in fopen()[all …]
53 int fflush(FILE *stream);54 int fprintf(FILE *restrict stream, const char *restrict format, ...);55 int ferror(FILE *stream);57 int fclose(FILE *stream);