Searched refs:_SC_PAGESIZE (Results 1 - 25 of 60) sorted by relevance

123

/netbsd-6-1-5-RELEASE/gnu/lib/libmalloc/
H A Dgetpagesize.h18 #ifdef _SC_PAGESIZE
19 #define getpagesize() sysconf(_SC_PAGESIZE)
36 #endif /* no _SC_PAGESIZE */
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgetpagesize.h25 #if !defined getpagesize && defined _SC_PAGESIZE
27 # define getpagesize() sysconf (_SC_PAGESIZE)
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dgetpagesize.h16 #if !defined getpagesize && defined _SC_PAGESIZE
18 # define getpagesize() sysconf (_SC_PAGESIZE)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dgetpagesize.c35 #ifdef _SC_PAGESIZE
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE)
H A Dphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE
88 double pagesize = sysconf (_SC_PAGESIZE);
107 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
112 double pagesize = sysconf (_SC_PAGESIZE);
189 #if defined _SC_AVPHYS_PAGES && defined _SC_PAGESIZE
192 double pagesize = sysconf (_SC_PAGESIZE);
213 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
218 double pagesize = sysconf (_SC_PAGESIZE);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dgetpagesize.c35 #ifdef _SC_PAGESIZE
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE)
H A Dphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE
88 double pagesize = sysconf (_SC_PAGESIZE);
107 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
112 double pagesize = sysconf (_SC_PAGESIZE);
189 #if defined _SC_AVPHYS_PAGES && defined _SC_PAGESIZE
192 double pagesize = sysconf (_SC_PAGESIZE);
213 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
218 double pagesize = sysconf (_SC_PAGESIZE);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dgetpagesize.c35 #ifdef _SC_PAGESIZE
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE)
H A Dphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE
88 double pagesize = sysconf (_SC_PAGESIZE);
107 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
112 double pagesize = sysconf (_SC_PAGESIZE);
189 #if defined _SC_AVPHYS_PAGES && defined _SC_PAGESIZE
192 double pagesize = sysconf (_SC_PAGESIZE);
213 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
218 double pagesize = sysconf (_SC_PAGESIZE);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dgetpagesize.c35 #ifdef _SC_PAGESIZE
36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE)
H A Dphysmem.c85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE
88 double pagesize = sysconf (_SC_PAGESIZE);
107 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
112 double pagesize = sysconf (_SC_PAGESIZE);
189 #if defined _SC_AVPHYS_PAGES && defined _SC_PAGESIZE
192 double pagesize = sysconf (_SC_PAGESIZE);
213 #if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined _SC_PAGESIZE
218 double pagesize = sysconf (_SC_PAGESIZE);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsiginfo-addr.c45 len = sysconf(_SC_PAGESIZE);
H A Dsiginfo-obj.c47 len = sysconf(_SC_PAGESIZE);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ElectricFence/
H A Dpage.c158 #if defined(_SC_PAGESIZE)
162 return (size_t)sysconf(_SC_PAGESIZE);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dunistd.h217 * XXX The value of _SC_PAGESIZE is embedded in <sys/shm.h>.
246 #define _SC_PAGESIZE 28 macro
247 #define _SC_PAGE_SIZE _SC_PAGESIZE /* 1170 compatibility */
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dautoopts.h333 #ifndef _SC_PAGESIZE
335 # define _SC_PAGESIZE _SC_PAGE_SIZE macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dautoopts.h302 #ifndef _SC_PAGESIZE
304 # define _SC_PAGESIZE _SC_PAGE_SIZE macro
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_policy.c29 #define PGSIZE sysconf(_SC_PAGESIZE)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dcleanup-10.C86 ss.ss_size = 4 * sysconf (_SC_PAGESIZE);
H A Dcleanup-11.C86 ss.ss_size = 4 * sysconf (_SC_PAGESIZE);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dcleanup-10.c85 ss.ss_size = 4 * sysconf (_SC_PAGESIZE);
H A Dcleanup-11.c85 ss.ss_size = 4 * sysconf (_SC_PAGESIZE);
H A Dstruct-ret-3.c83 if (sysconf(_SC_PAGESIZE) > CHUNK_SIZE)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dcleanup-10.c85 ss.ss_size = 4 * sysconf (_SC_PAGESIZE);
H A Dcleanup-11.c85 ss.ss_size = 4 * sysconf (_SC_PAGESIZE);

Completed in 309 milliseconds

123