OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_SC_PAGESIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/sntp/libopts/
autoopts.h
386
#ifndef
_SC_PAGESIZE
388
# define
_SC_PAGESIZE
_SC_PAGE_SIZE
/src/sys/sys/
unistd.h
228
* XXX The value of
_SC_PAGESIZE
is embedded in <sys/shm.h>.
257
#define
_SC_PAGESIZE
28
258
#define _SC_PAGE_SIZE
_SC_PAGESIZE
/* 1170 compatibility */
/src/external/lgpl3/gmp/dist/tests/devel/
try.c
170
/*
_SC_PAGESIZE
is standard, but hpux 9 and possibly other systems have
172
#if defined (_SC_PAGE_SIZE) && ! defined (
_SC_PAGESIZE
)
173
#define
_SC_PAGESIZE
_SC_PAGE_SIZE
3418
know
_SC_PAGESIZE
. */
3422
if ((pagesize = sysconf (
_SC_PAGESIZE
)) == -1)
3425
fprintf (stderr, "Cannot get sysconf
_SC_PAGESIZE
\n");
Completed in 64 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026