Home
last modified time | relevance | path

Searched refs:getconf (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/usr.bin/getconf/tests/
H A Dgetconf_test.sh71 atf_check -o "$POSITIVE_EXP_EXPR_RE" getconf $var
74 atf_check -o "$POSITIVE_EXP_EXPR_RE" getconf $var .
91 getconf -v $prog_env $var
109 getconf -v $prog_env $var
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindLFS.cmake76 # * Output of getconf LFS_CFLAGS; getconf LFS_LIBS; getconf LFS_LDFLAGS
98 # Check using getconf. If getconf fails, don't worry, the check in
100 execute_process(COMMAND getconf LFS_CFLAGS
104 execute_process(COMMAND getconf LFS_LIBS
108 execute_process(COMMAND getconf LFS_LDFLAGS
/freebsd/sys/contrib/libsodium/dist-build/
H A Dosx.sh24 NPROCESSORS=$(getconf NPROCESSORS_ONLN 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null)
H A Dnativeclient-x86.sh26 NPROCESSORS=$(getconf NPROCESSORS_ONLN 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null)
H A Dnativeclient-x86_64.sh26 NPROCESSORS=$(getconf NPROCESSORS_ONLN 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null)
H A Dnativeclient-pnacl.sh34 NPROCESSORS=$(getconf NPROCESSORS_ONLN 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null)
H A Dandroid-build.sh87 NPROCESSORS=$(getconf NPROCESSORS_ONLN 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null)
H A Dios.sh48 NPROCESSORS=$(getconf NPROCESSORS_ONLN 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null)
/freebsd/usr.bin/getconf/
H A DMakefile3 PROG= getconf
5 SRCS= confstr.c getconf.c limits.c pathconf.c progenv.c sysconf.c \
H A Dprogenv.gperf11 #include "getconf.h"
24 * The alt_path member gives the path containing another `getconf'
H A Dunsigned_limits.gperf11 #include "getconf.h"
/freebsd/contrib/lib9p/pytest/
H A Dclient.py92 aname = getconf(self.config, section, 'aname', '')
93 uname = getconf(self.config, section, 'uname', '')
102 def getconf(conf, section, name, default=None, rtype=str): function
157 return getconf(conf, section, name, default, int)
161 return getconf(conf, section, name, default, float)
165 return getconf(conf, section, name, default, bool)
395 aname = getconf(tstate.config, section, 'aname', '')
396 uname = getconf(tstate.config, section, 'uname', '')
/freebsd/sys/contrib/openzfs/config/
H A Dax_count_cpus.m441 # 'getconf' is POSIX utility, but '_NPROCESSORS_ONLN' and
43 command -v getconf >/dev/null 2>&1 && \
44 …CPU_COUNT=`getconf _NPROCESSORS_ONLN 2>/dev/null || getconf NPROCESSORS_ONLN 2>/dev/null` || CPU_C…
/freebsd/tools/test/stress2/misc/
H A Dpathconf2.sh35 getconf _POSIX_ASYNC_IO /usr/src/ > /dev/null
/freebsd/usr.bin/apply/tests/
H A Dregress.01.sh5 ARG_MAX=$(getconf ARG_MAX)
/freebsd/bin/sh/tests/builtins/
H A Dcd2.03 L=$(getconf PATH_MAX / 2>/dev/null) || L=4096
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_005_pos.ksh57 ((pageblocks = $(getconf PAGESIZE) / 512))
H A Dzvol_swap_006_pos.ksh70 ((pageblocks = $(getconf PAGESIZE) / 512))
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_random.ksh60 page_size=$(getconf PAGESIZE)
H A Ddio_async_always.ksh57 page_size=$(getconf PAGESIZE)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_009_pos.ksh99 -b $(getconf PAGESIZE) -c 1000 -d 0
H A Dreservation_016_pos.ksh96 -b $(getconf PAGESIZE) -c 1000 -d 0
H A Dreservation_010_pos.ksh98 -b $(getconf PAGESIZE) -c 1000 -d 0
H A Dreservation_015_pos.ksh97 -b $(getconf PAGESIZE) -c 1000 -d 0
H A Dreservation_008_pos.ksh122 -b $(getconf PAGESIZE) -c 1000 -d 0

1234