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

/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dputw.c6 return (int)fwrite(&x, sizeof x, 1, f)-1;
H A Dfputs.c7 return (fwrite(s, 1, l, f)==l) - 1;
H A Dperror.c14 fwrite(msg, strlen(msg), 1, f);
18 fwrite(errstr, strlen(errstr), 1, f);
H A Dfwrite.c28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) function
38 weak_alias(fwrite, fwrite_unlocked);
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dfbuffer.h28 return (1 == fwrite(buf, len, 1, (FILE *)data)) ? 0 : -1;
H A Dfbuffer.hpp31 if (1 != fwrite(buf, len, 1, m_file)) {
32 throw std::runtime_error("fwrite() failed");
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dgetopt.c21 && fwrite(b, strlen(b), 1, f)
22 && fwrite(c, 1, l, f)==l
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/src/
H A Dobjectc.c156 fwrite(o.via.str.ptr, o.via.str.size, 1, out);
162 fwrite(o.via.bin.ptr, o.via.bin.size, 1, out);
173 fwrite(o.via.ext.ptr, o.via.ext.size, 1, out);
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/example/cpp03/
H A Dstream.cpp97 size_t count = fwrite(buf, buflen, 1, m_fp);
/seL4-camkes-master/projects/musllibc/include/
H A Dstdio.h83 size_t fwrite(const void *__restrict, size_t, size_t, FILE *__restrict);
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Ddump.c41 if(fwrite(buffer, size, 1, dest) != 1)
/seL4-camkes-master/projects/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c416 fwrite(buf, 1, len, fout);
645 written = fwrite(file_buffer_c, 1, off, data_file);
650 written = fwrite(file_buffer_c, 1, off, data_file);
/seL4-camkes-master/projects/seL4_libs/libsel4serialserver/src/
H A Dserver.c379 fwrite((void *)client_data->shmem, message_len, 1, stdout);
/seL4-camkes-master/projects/lwip/src/apps/http/
H A Dhttp_client.c707 /* Implementation to disk via fopen/fwrite/fclose follows */
797 fwrite(q->payload, 1, q->len, filestate->file);

Completed in 77 milliseconds