Lines Matching full:sysval
1052 long sysval;1073 sysval = sysconf(_SC_PAGESIZE);1074 if (sysval > 0)1075 sys_page_size = sysval;