Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.5/user/libs/libc/src/
Dstdio.c7 int fprintf(FILE *restrict stream, const char *restrict format, ...) in fprintf()
38 int fflush(FILE *stream) in fflush()
43 int ferror(FILE *stream) in ferror()
48 int fclose(FILE *stream) in fclose()
63 FILE *stream = malloc(sizeof(FILE)); in fopen() local