Home
last modified time | relevance | path

Searched refs:ucl_mmap (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/libucl/src/
Ducl_util.c98 static void *ucl_mmap(char *addr, size_t length, int prot, int access, int fd, off_t offset) in ucl_mmap() function
186 #define ucl_mmap mmap macro
918 if ((*buf = ucl_mmap (NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAILED) {
2069 if ((buf = ucl_mmap (NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAILED) {