Home
last modified time | relevance | path

Searched defs:MAP_FAILED (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dparse_reply-test.c63 #define MAP_FAILED (-1) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.h30 #define MAP_FAILED ((void *) -1) macro
/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-common.c171 #define MAP_FAILED (-1) macro
/freebsd/sys/sys/
H A Dmman.h138 #define MAP_FAILED ((void *)-1) macro
/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.h375 # define MAP_FAILED VOIDP(-1) macro
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c601 #define MAP_FAILED (-1) in copy_stream() macro
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h49 #define MAP_FAILED ((void *)-1) macro
/freebsd/crypto/openssh/
H A Ddefines.h202 # define MAP_FAILED ((void *)-1) macro
/freebsd/contrib/file/src/
H A Dapprentice.c76 #define MAP_FAILED (void *) -1 macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_oncore.c176 # define MAP_FAILED ((u_char *) -1) macro
/freebsd/contrib/ntp/sntp/libevent/
H A Dbuffer.c102 #define MAP_FAILED ((void *)-1) macro
/freebsd/contrib/libevent/
H A Dbuffer.c102 #define MAP_FAILED ((void *)-1) macro
/freebsd/contrib/libucl/src/
H A Ducl_util.c91 #define MAP_FAILED ((void *) -1) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp140 void *const MAP_FAILED = (void*)-1; variable