MCPcopy Create free account
hub / github.com/apache/nuttx / write

Function write

include/unistd.h:558–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558fortify_function(write) ssize_t write(int fd, FAR const void *buf,
559 size_t nbytes)
560{
561 fortify_assert(nbytes <= fortify_size(buf, 0));
562 return __real_write(fd, buf, nbytes);
563}
564#endif
565
566#undef EXTERN

Callers 15

host_can_sendFunction · 0.50
host_bthcisock_sendFunction · 0.50
host_uart_putsFunction · 0.50
sim_tapdev_sendFunction · 0.50
host_writeFunction · 0.50
really_writeFunction · 0.50
copy_fileFunction · 0.50
syslog_write_foreachFunction · 0.50
w25_writeFunction · 0.50
tone_exampleFunction · 0.50
writefileFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected