Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_its_file.c111 FILE *stream = NULL; in psa_its_get_info() local
126 FILE *stream = NULL; in psa_its_get() local
186 FILE *stream = NULL; in psa_its_set() local
241 FILE *stream; in psa_its_remove() local
H A Dplatform.c197 static int platform_fprintf_uninit(FILE *stream, const char *format, ...) in platform_fprintf_uninit()
222 static void platform_setbuf_uninit(FILE *stream, char *buf) in platform_setbuf_uninit()
232 int mbedtls_platform_set_setbuf(void (*setbuf_func)(FILE *stream, char *buf)) in mbedtls_platform_set_setbuf()
/optee_os/lib/libutils/isoc/
H A Dfputs.c10 int fputs(const char *s, FILE *stream) in fputs()
H A Dfputc.c9 int fputc(int c, FILE *stream) in fputc()
H A Dfwrite.c10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite()