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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c90 static void *ucl_mmap(char *addr, size_t length, int prot, int access, int fd, off_t offset) function
148 #define ucl_mmap mmap macro
773 if ((*buf = ucl_mmap (NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAILED) {
1877 if ((buf = ucl_mmap (NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAILED) {

Completed in 52 milliseconds