/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.c/ |
H A D | pass51-frag.c | 27 rc = munmap (p, pg); in main() 30 rc = munmap (p+pg, pg); in main() 33 rc = munmap (p+2*pg, pg); in main() 36 rc = munmap (p+3*pg, pg); in main()
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | host-linux.c | 111 munmap (addr, size); in linux_gt_pch_get_address() 147 munmap (buffer, buffer_size); in linux_gt_pch_get_address() 150 munmap (addr, size); in linux_gt_pch_get_address() 188 munmap (addr, size); in linux_gt_pch_use_address() 197 munmap (addr, size); in linux_gt_pch_use_address()
|
H A D | host-hpux.c | 67 munmap (addr, size); in hpux_gt_pch_get_address() 105 munmap (addr, size); in hpux_gt_pch_use_address() 114 munmap (addr, size); in hpux_gt_pch_use_address()
|
/openbsd/lib/libarch/alpha/ |
H A D | bwx.c | 204 munmap(h->virt1, sz); in bwx_map_memory() 212 munmap(h->virt1, sz); in bwx_map_memory() 213 munmap(h->virt2, sz); in bwx_map_memory() 228 munmap(h->virt1, sz); in bwx_unmap_memory() 229 munmap(h->virt2, sz); in bwx_unmap_memory() 230 munmap(h->virt4, sz); in bwx_unmap_memory()
|
/openbsd/regress/lib/libc/sys/ |
H A D | t_mmap.c | 97 ATF_REQUIRE(munmap(map, page) == 0); in map_check() 216 ATF_REQUIRE(munmap(map, 4096) == 0); 277 ATF_REQUIRE(munmap(vp, BUFSIZE) == 0); 290 ATF_REQUIRE(munmap(vp, BUFSIZE) == 0); 291 ATF_REQUIRE(munmap(vp2, BUFSIZE) == 0); 367 ATF_REQUIRE(munmap(map, page) == 0); 417 ATF_REQUIRE(munmap(map, 3) == 0); 462 (void)munmap(map, page); 515 (void)munmap(map, page); 526 ATF_REQUIRE(munmap(map, page) == 0);
|
H A D | t_msync.c | 126 (void)munmap(map, page); in msync_sync() 173 (void)munmap(map, page); in ATF_TC_BODY()
|
/openbsd/gnu/usr.bin/binutils/intl/ |
H A D | loadmsgcat.c | 51 # define munmap __munmap macro 155 munmap ((caddr_t) data, size); 194 munmap ((caddr_t) data, size); 216 munmap ((caddr_t) domain->data, domain->mmap_size);
|
/openbsd/gnu/usr.bin/binutils-2.17/intl/ |
H A D | loadmsgcat.c | 51 # define munmap __munmap macro 155 munmap ((caddr_t) data, size); 194 munmap ((caddr_t) data, size); 216 munmap ((caddr_t) domain->data, domain->mmap_size);
|
/openbsd/lib/libc/gmon/ |
H A D | gmon.c | 121 munmap(p->kcount, p->kcountsize); in monstartup() 125 munmap(p->froms, p->fromssize); in monstartup() 129 munmap(p->tos, p->tossize); in monstartup() 268 munmap(p->kcount, p->kcountsize); in _mcleanup() 272 munmap(p->froms, p->fromssize); in _mcleanup() 276 munmap(p->tos, p->tossize); in _mcleanup()
|
/openbsd/lib/libc/gen/ |
H A D | exec.c | 73 munmap(argv, maplen); in execl() 109 munmap(argv, maplen); in execle() 142 munmap(argv, maplen); in execlp() 252 munmap(memp, maplen); in execvpe() 278 munmap(cur, curlen); in execvpe()
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-hooks1.c | 372 #undef munmap 373 WRAPPER(int , munmap, void *start, size_t length) in WRAPPER() argument 375 DECLARE(int, munmap, void *, size_t); in WRAPPER() 377 BEGIN_PROTECT (munmap, start, length); in WRAPPER() 379 result = CALL_REAL (munmap, start, length); in WRAPPER()
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 160 INTERCEPTOR(int, munmap, void *addr, SIZE_T length) { in INTERCEPTOR() argument 163 COMMON_INTERCEPTOR_ENTER(munmap, addr, length); in INTERCEPTOR() 164 int res = REAL(munmap)(addr, length); in INTERCEPTOR() 209 INTERCEPT_FUNCTION(munmap); in initialize_interceptors()
|
/openbsd/gnu/llvm/compiler-rt/lib/safestack/ |
H A D | safestack_platform.h | 106 DEFINE__REAL(int, munmap, void *a, size_t b); in Munmap() 107 return _REAL(munmap, addr, length); in Munmap()
|
/openbsd/gnu/usr.bin/gcc/gcc/intl/ |
H A D | loadmsgcat.c | 100 # define munmap __munmap macro 458 munmap ((caddr_t) data, size); 492 munmap ((caddr_t) data, size); 573 munmap ((caddr_t) domain->data, domain->mmap_size);
|
/openbsd/lib/librthread/ |
H A D | rthread_stack.c | 111 munmap(base, size); in _rthread_alloc_stack() 133 munmap(stack->base, stack->len); in _rthread_free_stack()
|
H A D | rthread_sem_compat.c | 192 munmap(sem, SEM_MMAP_SIZE); in sem_destroy() 401 munmap(sem, SEM_MMAP_SIZE); in sem_open() 426 munmap(sem, SEM_MMAP_SIZE); in sem_close()
|
H A D | rthread_sem.c | 179 munmap(sem, SEM_MMAP_SIZE); in sem_destroy() 386 munmap(sem, SEM_MMAP_SIZE); in sem_open() 410 munmap(sem, SEM_MMAP_SIZE); in sem_close()
|
/openbsd/usr.bin/patch/ |
H A D | inp.c | 77 munmap(i_womp, i_size); in re_input() 115 munmap(i_womp, i_size); in reallocate_lines() 232 munmap(i_womp, i_size); in plan_a()
|
/openbsd/regress/sys/kern/futex/ |
H A D | futex.c | 125 assert(munmap(shlock, sizeof(*shlock)) == 0); in main() 167 assert(munmap(shlock, sizeof(*shlock)) == 0); in main()
|
/openbsd/lib/libc/nls/ |
H A D | catclose.c | 48 munmap(catd->__data, catd->__size); in catclose()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | 20030711-1.c | 20 if (munmap (p + 65536, 65536) < 0) in main()
|
/openbsd/lib/libc/crypt/ |
H A D | arc4random.h | 49 munmap(p, sizeof(*p)); in _rs_allocate()
|
/openbsd/regress/sys/uvm/mmap_size/ |
H A D | mmap_size.c | 29 munmap(p, sz); in f()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | bfdwin.c | 88 munmap (i->data, i->size); in bfd_free_window() 170 munmap (i->data, i->size); in bfd_get_file_window()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | bfdwin.c | 89 munmap (i->data, i->size); in bfd_free_window() 175 munmap (i->data, i->size); in bfd_get_file_window()
|