Searched refs:getconf (Results 1 - 12 of 12) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dexit.sh43 builtin getconf
52 v=$(getconf LIBPATH)
78 $SHELL -c 'builtin -f cmd getconf; getconf --"?-version"; exit 0' >/dev/null 2>&1 || err_exit 'ksh plugin exit failed -- was ksh built with CCFLAGS+=$(CC.EXPORT.DYNAMIC)?'
H A Dpath.sh97 : $(PATH=/usr/bin getconf PATH)
246 whence getconf > /dev/null && err_exit 'getconf should not be found'
247 builtin /bin/getconf
249 PATH=$(getconf PATH)
268 builtin getconf
269 getconf UNIVERSE - att # override sticky default 'UNIVERSE = foo'
H A Dbuiltins.sh35 builtin getconf
348 v=$(getconf LIBPATH)
499 getconf UNIVERSE - ucb
H A Dsubshell.sh34 builtin getconf
35 bincat=$(PATH=$(getconf PATH) whence -p cat)
/ast/src/cmd/3d/
H A D3d.sh274 *) if getconf LIBPREFIX >/dev/null 2>&1
275 then d=$(getconf LIBPATH)
278 p=$(getconf LIBPREFIX)
279 s=$(getconf LIBSUFFIX)
/ast/src/lib/libcmd/
H A Dfds.c56 #undef getconf macro
57 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro
213 if ((open_max = getconf("OPEN_MAX")) <= 0)
H A DMakefile24 getconf.c head.c id.c join.c ln.c logname.c md5sum.c mkdir.c \
/ast/src/cmd/builtin/
H A DMakefile18 NOBIN = getconf
/ast/src/cmd/ksh93/data/
H A Dbuiltins.c137 CMDLIST(getconf)
/ast/src/cmd/ksh93/sh/
H A Dinit.c144 #undef getconf macro
145 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro
1287 shgd->lim.clk_tck = getconf("CLK_TCK");
1288 shgd->lim.arg_max = getconf("ARG_MAX");
1289 shgd->lim.child_max = getconf("CHILD_MAX");
1290 shgd->lim.ngroups_max = getconf("NGROUPS_MAX");
1291 shgd->lim.posix_version = getconf("VERSION");
1292 shgd->lim.posix_jobcontrol = getconf("JOB_CONTROL");
/ast/src/lib/libast/comp/
H A Dconf.sh22 : generate getconf and limits info
332 # check for native getconf(1)
337 do if test -x $d/getconf
338 then case `$d/getconf --?-version 2>&1` in
342 *) CONF_getconf=$d/getconf
/ast/src/cmd/INIT/
H A Diffe.sh97 '') pth=`getconf PATH 2>/dev/null`

Completed in 66 milliseconds