Home
last modified time | relevance | path

Searched refs:sysconf (Results 1 – 25 of 66) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dphysmem.c87 double pages = sysconf (_SC_PHYS_PAGES); in physmem_total()
88 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total()
112 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total()
191 double pages = sysconf (_SC_AVPHYS_PAGES); in physmem_available()
192 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available()
218 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available()
Dgetruntime.c69 #define GNU_HZ sysconf(_SC_CLK_TCK)
/mirbsd/src/lib/libc/compat-43/
Dgetdtablesize.c12 return sysconf(_SC_OPEN_MAX); in getdtablesize()
/mirbsd/src/gnu/usr.bin/perl/
Dreentr.c46 PL_reentrant_buffer->_grent_size = sysconf(_SC_GETGR_R_SIZE_MAX); in Perl_reentrant_size()
81 PL_reentrant_buffer->_pwent_size = sysconf(_SC_GETPW_R_SIZE_MAX); in Perl_reentrant_size()
103 PL_reentrant_buffer->_spent_size = sysconf(_SC_GETPW_R_SIZE_MAX); in Perl_reentrant_size()
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dgetpagesize.h27 # define getpagesize() sysconf (_SC_PAGESIZE)
/mirbsd/src/lib/libpthread/uthread/
Duthread_stackseg_np.c40 pgsz = sysconf(_SC_PAGESIZE); in pthread_stackseg_np()
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
Dmemstat.c35 sc_page_size = sysconf(_SC_PAGE_SIZE); in sm_memstat_open()
/mirbsd/src/lib/libc/stdio/
Dfindfp.c131 #define getdtablesize() sysconf(_SC_OPEN_MAX)
/mirbsd/src/usr.sbin/cron/
Dpopen.c73 if ((fds = sysconf(_SC_OPEN_MAX)) <= 0) in cron_popen()
/mirbsd/src/lib/libc/gen/
Dsysconf.c56 sysconf(int name) in sysconf() function
DMakefile.inc20 sigsetops.c sleep.c strtofflags.c sysconf.c sysctl.c syslog.c \
75 setproctitle.3 siginterrupt.3 signal.3 sigsetops.3 sleep.3 sysconf.3 \
/mirbsd/src/lib/libssl/src/crypto/
Dtmdiff.c109 # define HZ ((double)sysconf(_SC_CLK_TCK))
/mirbsd/src/usr.bin/getconf/
Dgetconf.c202 if ((val = sysconf(cp->value)) == -1) { in main()
/mirbsd/src/usr.sbin/lpr/lpd/
Dprintjob.c598 nofile = sysconf(_SC_OPEN_MAX); in print()
737 nofile = sysconf(_SC_OPEN_MAX); in print()
1113 nofile = sysconf(_SC_OPEN_MAX); in sendmail()
1363 nofile = sysconf(_SC_OPEN_MAX); in openpr()
/mirbsd/src/include/
Dunistd.h112 long sysconf(int);
/mirbsd/src/usr.sbin/makefs/
Dmakefs.c115 if ((r = sysconf(_PC_PATH_MAX)) == -1) in main()
/mirbsd/src/usr.bin/sudo/
Dsudo.c954 if (sysconf(_SC_SAVED_IDS) == 1 && sysconf(_SC_VERSION) >= 199009) in initial_setup()
DPORTING20 the POSIX sysconf(2) it will be used instead of getdtablesize(2).
/mirbsd/src/gnu/share/
Dconfig.guess628 long bits = sysconf(_SC_KERNEL_BITS);
630 long cpu = sysconf (_SC_CPU_VERSION);
690 long cpu = sysconf (_SC_CPU_VERSION);
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinflow.c756 job_control = sysconf (_SC_JOB_CONTROL); in _initialize_inflow()
/mirbsd/src/usr.bin/xargs/
Dxargs.c111 if ((arg_max = sysconf(_SC_ARG_MAX)) == -1) in main()
/mirbsd/src/sbin/modload/
Delf.c292 *modsize = roundup(off, sysconf(_SC_PAGESIZE)); in elf_mod_sizes()
/mirbsd/src/lib/libssl/src/apps/
Ds_time.c122 # define HZ ((double)sysconf(_SC_CLK_TCK))
/mirbsd/src/gnu/usr.bin/perl/lib/File/
DTemp.pm744 return _is_safe($path,$err_ref) if POSIX::sysconf( $chown_restricted );
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_status.c227 float tick = sysconf(_SC_CLK_TCK); in status_handler()

123