Searched refs:sysconf (Results 1 - 25 of 201) sorted by relevance

123456789

/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
H A Dproc.c51 gomp_nthreads_var = sysconf (_SC_NPROCESSORS_ONLN);
68 n_onln = sysconf (_SC_NPROCESSORS_ONLN);
97 return sysconf (_SC_NPROCESSORS_ONLN);
H A Dtime.c76 return 1.0 / sysconf(_SC_CLK_TCK);
/freebsd-11-stable/contrib/ntp/include/
H A Dlibntp.h4 #define GETDTABLESIZE() ((int)sysconf(_SC_OPEN_MAX))
/freebsd-11-stable/contrib/openbsm/compat/
H A Dclosefrom.h42 maxfd = sysconf(_SC_OPEN_MAX);
/freebsd-11-stable/usr.bin/getconf/
H A DMakefile7 SRCS= confstr.c getconf.c limits.c pathconf.c progenv.c sysconf.c
9 CLEANFILES+= confstr.c limits.c pathconf.c progenv.c sysconf.c \
10 confstr.names limits.names pathconf.names sysconf.names \
34 conflicting.names: confstr.names limits.names sysconf.names
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dos.c33 return sysconf((_SC_NPROCESSORS_ONLN));
35 return sysconf((_SC_NPROC_ONLN));
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgetpagesize.h18 # define getpagesize() sysconf (_SC_PAGESIZE)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dphysmem.c87 double pages = sysconf (_SC_PHYS_PAGES);
88 double pagesize = sysconf (_SC_PAGESIZE);
112 double pagesize = sysconf (_SC_PAGESIZE);
191 double pages = sysconf (_SC_AVPHYS_PAGES);
192 double pagesize = sysconf (_SC_PAGESIZE);
218 double pagesize = sysconf (_SC_PAGESIZE);
H A Dclock.c56 #define GNU_HZ sysconf(_SC_CLK_TCK)
H A Dgetpagesize.c36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE)
H A Dgetruntime.c69 #define GNU_HZ sysconf(_SC_CLK_TCK)
/freebsd-11-stable/lib/libc/gen/
H A Dinitgroups.c57 ngroups_max = sysconf(_SC_NGROUPS_MAX) + 2;
H A Dsysconf.c34 static char sccsid[] = "@(#)sysconf.c 8.2 (Berkeley) 3/20/94";
37 __FBSDID("$FreeBSD: stable/11/lib/libc/gen/sysconf.c 317130 2017-04-19 10:54:08Z kib $");
63 * sysconf --
75 sysconf(int name) function
372 * Note that sysconf(_SC_GETGR_R_SIZE_MAX) may return -1 if
524 value = sysconf(_SC_ASYNCHRONOUS_IO) > 0 &&
525 sysconf(_SC_MEMLOCK) > 0 &&
526 sysconf(_SC_MEMLOCK_RANGE) > 0 &&
527 sysconf(_SC_MESSAGE_PASSING) > 0 &&
528 sysconf(_SC_PRIORITY_SCHEDULIN
[all...]
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dmemlock.c48 if (sysconf(_SC_MEMLOCK) == -1) {
52 quit("(should not happen) sysconf(_SC_MEMLOCK)");
/freebsd-11-stable/contrib/gcclibs/libgomp/config/linux/
H A Dproc.c88 gomp_nthreads_var = sysconf (_SC_NPROCESSORS_ONLN);
133 return sysconf (_SC_NPROCESSORS_ONLN);
/freebsd-11-stable/contrib/gcclibs/libgomp/config/bsd/
H A Dproc.c50 return sysconf (_SC_NPROCESSORS_ONLN);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dclock.c56 #define GNU_HZ sysconf(_SC_CLK_TCK)
H A Dgetpagesize.c36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE)
H A Dgetruntime.c69 #define GNU_HZ sysconf(_SC_CLK_TCK)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetdtablesize.c69 files = sysconf(_SC_OPEN_MAX);
/freebsd-11-stable/tools/test/auxinfo/
H A Dauxinfo.c54 printf("NCPUs: %ld\n", sysconf(_SC_NPROCESSORS_CONF));
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-irix.c81 if (sysconf(_SC_AUDIT)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Denable_execute_stack.c56 const uintptr_t pageSize = sysconf(_SC_PAGESIZE);
/freebsd-11-stable/contrib/gcc/config/
H A Dsol2.h191 extern long sysconf(int); \
193 int prot = (int) sysconf(515 /* _SC_STACK_PROT */); \
/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_cpucores.c85 const long cpus = sysconf(_SC_NPROCESSORS_ONLN);
88 const long cpus = sysconf(_SC_NPROC_ONLN);

Completed in 214 milliseconds

123456789