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

Function acl_file_close

lib_acl/src/stdlib/sys/acl_sys_file.c:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97int acl_file_close(ACL_FILE_HANDLE fh)
98{
99 return CloseHandle(fh) ? 0 : -1;
100}
101
102acl_off_t acl_lseek(ACL_FILE_HANDLE fh, acl_off_t offset, int whence)
103{

Callers 14

dict_db_openFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
acl_vstream_popenFunction · 0.85
acl_pipeFunction · 0.85
acl_pipe_closeFunction · 0.85
acl_xml2_mmap_fileFunction · 0.85
acl_xml2_freeFunction · 0.85
~lockerMethod · 0.85
tls_prng_exch_closeFunction · 0.85
tls_prng_dev_closeFunction · 0.85

Calls 1

closeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…