/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_getconf.sh | 77 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 D | exit.sh | 43 builtin getconf 52 v=$(getconf LIBPATH)
|
H A D | path.sh | 97 : $(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 D | builtins.sh | 35 builtin getconf 336 v=$(getconf LIBPATH) 485 getconf UNIVERSE - ucb
|
H A D | subshell.sh | 34 bincat=$(PATH=$(getconf PATH) whence -p cat)
|
/titanic_41/usr/src/cmd/getconf/ |
H A D | Makefile | 27 PROG= getconf 28 XPG4PROG= getconf 29 XPG6PROG= getconf 32 OBJS= getconf.o 33 XPG4EXOBJS= $(X4)/getconf.o 34 XPG6EXOBJS= $(X6)/getconf.o
|
H A D | getconf.c | 791 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 D | RELEASE | 52 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 D | fds.c | 56 #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 D | illumos.sh | 74 ncpu=$(builtin getconf ; getconf 'NPROCESSORS_ONLN')
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypserv_resolv.c | 65 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 D | poll_solaris.c | 237 #undef getconf 238 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 104 #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 D | Makefile.com | 51 getconf.o \
|
/titanic_41/usr/src/cmd/ |
H A D | Makefile | 177 getconf \ 585 getconf \
|
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | solaris_cmdlist.h | 188 BINCMDLIST(getconf)
|
H A D | builtins.c | 131 CMDLIST(getconf)
|
/titanic_41/usr/src/lib/libshell/common/scripts/ |
H A D | mandelbrotset1.sh | 227 (( numcpus=$(getconf NPROCESSORS_ONLN || print "3") ))
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-xopen-xcu6.mf | 42 file path=usr/xpg6/bin/getconf mode=0555
|
H A D | system-xopen-xcu4.mf | 54 file path=usr/xpg4/bin/getconf mode=0555
|
/titanic_41/usr/src/lib/libdll/common/ |
H A D | RELEASE | 31 01-04-20 dllfind: use getconf HOSTTYPE LIBPATH LIBSUFFIX
|
/titanic_41/usr/src/lib/libshell/misc/ |
H A D | buildksh93.sh | 260 BINCMDLIST(getconf) 532 testshell.builtin.getconf)
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | conf.tab | 2 # 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 D | config.guess | 596 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 D | Makefile | 144 getconf.1 \
|