Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_getconf.sh77 a="\$(getconf "\$t" 2>/dev/null)"
78 b="\$(/usr/bin/getconf "\$t" 2>/dev/null)"
81 print -u2 "getconf/normal built mismatch: |\$t|:|\$a| != |\$b|"
96 a="\$(getconf "\$t" "/tmp" 2>/dev/null)"
97 b="\$(/usr/bin/getconf "\$t" "/tmp" 2>/dev/null)"
100 print -u2 "getconf/path built mismatch: |\$t|:|\$a| != |\$b|"
120 if [[ "$(builtin | fgrep "/bin/getconf")" == "" ]] ; then
H A Dexit.sh43 builtin getconf
52 v=$(getconf LIBPATH)
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
336 v=$(getconf LIBPATH)
485 getconf UNIVERSE - ucb
H A Dsubshell.sh34 bincat=$(PATH=$(getconf PATH) whence -p cat)
/titanic_41/usr/src/cmd/getconf/
H A DMakefile27 PROG= getconf
28 XPG4PROG= getconf
29 XPG6PROG= getconf
32 OBJS= getconf.o
33 XPG4EXOBJS= $(X4)/getconf.o
34 XPG6EXOBJS= $(X6)/getconf.o
H A Dgetconf.c791 getconf(struct sctab *scp, int argc, char *name, char *file) in getconf() function
965 stat = getconf(scp, scp->type == PATHCONF ? 3 : 2, in main()
984 exstat = getconf(scp, argc, argv[1], argv[2]); in main()
/titanic_41/usr/src/lib/libcmd/common/
H A DRELEASE52 08-04-24 getconf.c: clarify diffs between "name - value" and "name = value"
90 07-02-07 getconf.c: handle /bin == /usr/bin in defer logic
98 06-11-11 getconf.c: let astconf() handle "undefined" vs. ""
99 06-11-11 getconf.c: fix deferred getconf path search
111 06-10-06 getconf.c: preserve native getconf(1) known variable behavior
113 06-10-04 getconf.c: add -v specification => run native getconf(1)
132 06-02-11 getconf.c: exit 1 if name invalid -- duh
203 01-10-11 getconf.c: fix usage typos
222 getconf: use astgetconf for proper message control
231 00-01-27 getconf: add "-a" and "-v spec" for sol7.* compatibility
[all …]
H A Dfds.c56 #undef getconf
57 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro
213 if ((open_max = getconf("OPEN_MAX")) <= 0) in b_fds()
/titanic_41/usr/src/tools/env/
H A Dillumos.sh74 ncpu=$(builtin getconf ; getconf 'NPROCESSORS_ONLN')
/titanic_41/usr/src/cmd/ypcmd/
H A Dypserv_resolv.c65 static int getconf(char *netid, void **handle, struct netconfig **nconf);
95 if (!getconf(tp, &h, &nc)) { /* dont forget endnetconfig() */ in setup_resolv()
265 static int getconf(char *netid, void **handle, struct netconfig **nconf) in getconf() function
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c237 #undef getconf
238 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dinit.c104 #undef getconf
105 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro
1103 shp->lim.clk_tck = getconf("CLK_TCK"); in sh_init()
1104 shp->lim.arg_max = getconf("ARG_MAX"); in sh_init()
1105 shp->lim.open_max = getconf("OPEN_MAX"); in sh_init()
1106 shp->lim.child_max = getconf("CHILD_MAX"); in sh_init()
1107 shp->lim.ngroups_max = getconf("NGROUPS_MAX"); in sh_init()
1108 shp->lim.posix_version = getconf("VERSION"); in sh_init()
1109 shp->lim.posix_jobcontrol = getconf("JOB_CONTROL"); in sh_init()
1114 if((v = getconf("PID_MAX")) > 0 && shp->lim.child_max > v) in sh_init()
/titanic_41/usr/src/lib/libcmd/
H A DMakefile.com51 getconf.o \
/titanic_41/usr/src/cmd/
H A DMakefile177 getconf \
585 getconf \
/titanic_41/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h188 BINCMDLIST(getconf)
H A Dbuiltins.c131 CMDLIST(getconf)
/titanic_41/usr/src/lib/libshell/common/scripts/
H A Dmandelbrotset1.sh227 (( numcpus=$(getconf NPROCESSORS_ONLN || print "3") ))
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-xopen-xcu6.mf42 file path=usr/xpg6/bin/getconf mode=0555
H A Dsystem-xopen-xcu4.mf54 file path=usr/xpg4/bin/getconf mode=0555
/titanic_41/usr/src/lib/libdll/common/
H A DRELEASE31 01-04-20 dllfind: use getconf HOSTTYPE LIBPATH LIBSUFFIX
/titanic_41/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh260 BINCMDLIST(getconf)
532 testshell.builtin.getconf)
/titanic_41/usr/src/lib/libast/common/comp/
H A Dconf.tab2 # posix { getconf limits } macro table
13 # C defer call to native getconf(1)
14 # D defer minmax to native getconf(1)
/titanic_41/usr/src/grub/grub-0.97/
H A Dconfig.guess596 if [ -x /usr/bin/getconf ]; then
597 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
598 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
/titanic_41/usr/src/man/man1/
H A DMakefile144 getconf.1 \

12