Searched defs:sysconf (Results 1 – 3 of 3) sorted by relevance
129 public long sysconf(int name); in sysconf() method
135 public long sysconf(int name) { return os.sysconf(name); } in sysconf() method in ForwardingOs
179 public native long sysconf(int name); in sysconf() method in Posix