MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_write_fd

Function acl_write_fd

lib_acl/src/stdlib/sys/unix/acl_transfer_fd.c:35–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35int acl_write_fd(int fd, void *ptr, int nbytes, int send_fd)
36{
37 const char *myname = "acl_write_fd";
38
39 (void) fd;
40 (void) ptr;
41 (void) nbytes;
42 (void) send_fd;
43
44 acl_msg_error("%s(%d): not implement yet!", myname, __LINE__);
45 return -1;
46}
47
48# else
49

Callers 1

transferMethod · 0.85

Calls 1

acl_msg_errorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…