HomeSort by: relevance | last modified time | path
    Searched defs:PROT_NONE (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/gen/
tolower_.c 83 PROT_NONE);
toupper_.c 83 PROT_NONE);
ctype_.c 273 _CTYPE_GUARD_SIZE, PROT_NONE);
276 _CTYPE_GUARD_SIZE, PROT_NONE);
  /src/sys/sys/
mman.h 62 #define PROT_NONE 0x00 /* no permissions */
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 157 /* Rumour has it some systems lack a define of PROT_NONE. */
158 #ifndef PROT_NONE
159 #define PROT_NONE 0
2114 mprotect_maybe (p, REDZONE_BYTES, PROT_NONE);
2118 mprotect_maybe (p + n, REDZONE_BYTES, PROT_NONE);

Completed in 29 milliseconds