Lines Matching full:sysval
1201 long sysval;1230 sysval = sysconf(_SC_PAGESIZE);1231 if (sysval > 0)1232 sys_page_size = sysval;