Searched refs:sysconf (Results 101 - 125 of 198) sorted by relevance

12345678

/freebsd-11.0-release/contrib/dialog/
H A Dconfig.guess641 long bits = sysconf(_SC_KERNEL_BITS);
643 long cpu = sysconf (_SC_CPU_VERSION);
703 long cpu = sysconf (_SC_CPU_VERSION);
/freebsd-11.0-release/contrib/file/
H A Dconfig.guess622 long bits = sysconf(_SC_KERNEL_BITS);
624 long cpu = sysconf (_SC_CPU_VERSION);
684 long cpu = sysconf (_SC_CPU_VERSION);
/freebsd-11.0-release/contrib/ldns/
H A Dconfig.guess622 long bits = sysconf(_SC_KERNEL_BITS);
624 long cpu = sysconf (_SC_CPU_VERSION);
684 long cpu = sysconf (_SC_CPU_VERSION);
/freebsd-11.0-release/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess642 long bits = sysconf(_SC_KERNEL_BITS);
644 long cpu = sysconf (_SC_CPU_VERSION);
704 long cpu = sysconf (_SC_CPU_VERSION);
/freebsd-11.0-release/crypto/openssh/
H A Ddefines.h656 # define SSH_SYSFDMAX sysconf(_SC_OPEN_MAX)
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mmap.c509 page = sysconf(_SC_PAGESIZE);
H A Dt_setrlimit.c252 page = sysconf(_SC_PAGESIZE);
/freebsd-11.0-release/bin/cp/
H A Dutils.c203 if (sysconf(_SC_PHYS_PAGES) >
/freebsd-11.0-release/lib/libmemstat/
H A Dmemstat_uma.c332 cpusetsize = sysconf(_SC_CPUSET_SIZE);
/freebsd-11.0-release/libexec/rshd/
H A Drshd.c205 maxcmdlen = (int)sysconf(_SC_ARG_MAX);
/freebsd-11.0-release/contrib/ntp/util/
H A Dtickadj.c435 hz = (int) sysconf (_SC_CLK_TCK);
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.c534 size_t pg_sz = sysconf(_SC_PAGESIZE), size;
/freebsd-11.0-release/contrib/opie/
H A Dopielogin.c347 for (i = sysconf(_SC_OPEN_MAX); i > 2; i--)
671 for (t = sysconf(_SC_OPEN_MAX); t > 2; t--)
/freebsd-11.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc450 static long ArgMax = sysconf(_SC_ARG_MAX);
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c965 physmem = sysconf(_SC_PHYS_PAGES);
968 (double)physmem * sysconf(_SC_PAGE_SIZE) / (1ULL << 30));
/freebsd-11.0-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c619 page_size = sysconf(_SC_PAGESIZE);
H A Duc_pingpong.c604 page_size = sysconf(_SC_PAGESIZE);
H A Dud_pingpong.c602 page_size = sysconf(_SC_PAGESIZE);
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dmemory.c91 page_size = sysconf(_SC_PAGESIZE);
/freebsd-11.0-release/contrib/netbsd-tests/kernel/
H A Dt_sysv.c701 pgsize = sysconf(_SC_PAGESIZE);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc294 return sysconf(_SC_PAGESIZE);
/freebsd-11.0-release/contrib/nvi/common/
H A Drecover.c340 * MAXHOSTNAMELEN/HOST_NAME_MAX are deprecated. We try sysconf(3)
344 long hostmax = sysconf(_SC_HOST_NAME_MAX);
/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Ddev.c541 c4iw_page_size = sysconf(_SC_PAGESIZE);
/freebsd-11.0-release/contrib/apr/memory/unix/
H A Dapr_pools.c39 #include <unistd.h> /* for getpid and sysconf */
580 boundary_size = sysconf(_SC_PAGESIZE);
1375 boundary_size = sysconf(_SC_PAGESIZE);
/freebsd-11.0-release/contrib/gperf/
H A Dconfigure925 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
928 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \

Completed in 359 milliseconds

12345678