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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dgetpagesize.h32 # ifdef _SC_PAGESIZE
33 # define getpagesize() sysconf(_SC_PAGESIZE)
34 # else /* no _SC_PAGESIZE */
58 # endif /* no _SC_PAGESIZE */
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dgetpagesize.h23 # if defined (_SC_PAGESIZE)
24 # define getpagesize() sysconf(_SC_PAGESIZE)
29 # endif /* _SC_PAGESIZE */
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetpagesize.h23 #if !defined getpagesize && defined _SC_PAGESIZE
25 # define getpagesize() sysconf (_SC_PAGESIZE)
/macosx-10.10.1/cxxfilt-11/cxxfilt/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);
/macosx-10.10.1/text_cmds-88/sort/
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);
/macosx-10.10.1/ntp-92/libopts/
H A Dautoopts.h331 #ifndef _SC_PAGESIZE
333 # define _SC_PAGESIZE _SC_PAGE_SIZE macro
H A Dtext_mmap.c179 #ifdef _SC_PAGESIZE
180 size_t pgsz = sysconf(_SC_PAGESIZE);
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dautoopts.h331 #ifndef _SC_PAGESIZE
333 # define _SC_PAGESIZE _SC_PAGE_SIZE macro
H A Dtext_mmap.c179 #ifdef _SC_PAGESIZE
180 size_t pgsz = sysconf(_SC_PAGESIZE);
/macosx-10.10.1/dtrace-147/test/cmd/badioctl/
H A Dbadioctl.c61 int fd = -1, random, ps = sysconf(_SC_PAGESIZE);
/macosx-10.10.1/WebKit2-7600.1.25/NetworkProcess/soup/
H A DNetworkProcessSoup.cpp63 long pageSize = sysconf(_SC_PAGESIZE);
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dc-stack.c117 size_t page_size = sysconf (_SC_PAGESIZE);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/soup/
H A DWebProcessSoup.cpp69 long pageSize = sysconf(_SC_PAGESIZE);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h242 #define _SC_PAGESIZE 29 macro
260 #define _SC_MAPPED_FILES 47 /* swap _SC_PAGESIZE vs. BSD */
330 #define _SC_PAGE_SIZE _SC_PAGESIZE
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dsysconf.c289 case _SC_PAGESIZE:
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmem.c451 #ifdef _SC_PAGESIZE
452 pgsz = sysconf(_SC_PAGESIZE); /* SVR4 */
1079 #ifdef _SC_PAGESIZE
1080 m_pgsz = sysconf(_SC_PAGESIZE); /* SVR4 */
H A Dparse.c3146 #ifdef _SC_PAGESIZE
3147 pgsz = sysconf(_SC_PAGESIZE); /* SVR4 */
/macosx-10.10.1/apr-32/apr/apr/memory/unix/
H A Dapr_pools.c58 #if APR_ALLOCATOR_USES_MMAP && defined(_SC_PAGESIZE)
579 #if APR_ALLOCATOR_USES_MMAP && defined(_SC_PAGESIZE)
580 boundary_size = sysconf(_SC_PAGESIZE);
1374 #if APR_ALLOCATOR_USES_MMAP && defined(_SC_PAGESIZE)
1375 boundary_size = sysconf(_SC_PAGESIZE);
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dgetconf.c925 #if defined (_SC_PAGESIZE)
926 { "PAGESIZE", SYSCONF, _SC_PAGESIZE },
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Domitted.c1114 #ifdef _SC_PAGESIZE
1116 #define _AST_PAGESIZE (int)sysconf(_SC_PAGESIZE)
/macosx-10.10.1/ruby-106/ruby/
H A Dcont.c1560 pagesize = sysconf(_SC_PAGESIZE);
H A Dconfigure14847 if ((int)log2((double)sysconf(_SC_PAGESIZE)) != $page_log) return 1;
/macosx-10.10.1/vim-55/src/
H A Dos_unix.c545 pagesize = sysconf(_SC_PAGESIZE);

Completed in 479 milliseconds