Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/ast/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
/illumos-gate/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.c795 getconf(struct sctab *scp, int argc, char *name, char *file) in getconf() function
970 stat = getconf(scp, scp->type == PATHCONF ? 3 : 2, in main()
989 exstat = getconf(scp, argc, argv[1], argv[2]); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE1 12-06-25 getconf.c: don't defer to native getconf if we are it -- doh
126 07-02-07 getconf.c: handle /bin == /usr/bin in defer logic
134 06-11-11 getconf.c: let astconf() handle "undefined" vs. ""
135 06-11-11 getconf.c: fix deferred getconf path search
147 06-10-06 getconf.c: preserve native getconf(1) known variable behavior
149 06-10-04 getconf.c: add -v specification => run native getconf(1)
168 06-02-11 getconf.c: exit 1 if name invalid -- duh
239 01-10-11 getconf.c: fix usage typos
258 getconf: use astgetconf for proper message control
296 98-02-14 cp: -R physical, -[HLP], -r getconf(PATH_RESOLVE)
[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()
H A DMamfile311 make getconf.c
315 done getconf.c
480 …fmt.c ${PACKAGEROOT}/src/lib/libcmd/fold.c ${PACKAGEROOT}/src/lib/libcmd/getconf.c ${PACKAGEROOT}/…
598 make getconf.o
599 prev getconf.c
600 meta getconf.o %.c>%.o getconf.c getconf
601 prev getconf.c
602 …erty][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"\" -c getconf.c
603 done getconf.o generated
788 …sum.o cmp.o comm.o cp.o cut.o dirname.o date.o expr.o fds.o fmt.o fold.o getconf.o head.o id.o joi…
[all …]
H A DMakefile24 getconf.c head.c id.c join.c ln.c logname.c md5sum.c mkdir.c \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
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
360 v=$(getconf LIBPATH)
511 getconf UNIVERSE - ucb
H A Dsubshell.sh34 builtin getconf
35 bincat=$(PATH=$(getconf PATH) whence -p cat)
/illumos-gate/usr/src/tools/env/
H A Dillumos.sh149 ncpu=$(builtin getconf ; getconf 'NPROCESSORS_ONLN')
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv.c63 static int getconf(char *netid, void **handle, struct netconfig **nconf);
93 if (!getconf(tp, &h, &nc)) { /* dont forget endnetconfig() */ in setup_resolv()
263 static int getconf(char *netid, void **handle, struct netconfig **nconf) in getconf() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dpoll_solaris.c237 #undef getconf
238 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro
/illumos-gate/usr/src/cmd/ast/libcmd/
H A DMakefile.defs32 fmt.o fold.o fts_fix.o getconf.o head.o id.o join.o lib.o ln.o \
/illumos-gate/usr/src/cmd/
H A DMakefile187 getconf \
604 getconf \
/illumos-gate/usr/src/cmd/ast/libshell/common/
H A Dillumos_cmdlist.h180 BINCMDLIST(getconf)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c144 #undef getconf
145 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro
1290 shgd->lim.clk_tck = getconf("CLK_TCK"); in sh_init()
1291 shgd->lim.arg_max = getconf("ARG_MAX"); in sh_init()
1292 shgd->lim.child_max = getconf("CHILD_MAX"); in sh_init()
1293 shgd->lim.ngroups_max = getconf("NGROUPS_MAX"); in sh_init()
1294 shgd->lim.posix_version = getconf("VERSION"); in sh_init()
1295 shgd->lim.posix_jobcontrol = getconf("JOB_CONTROL"); in sh_init()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-xopen-xcu6.p5m43 file path=usr/xpg6/bin/getconf mode=0555
H A Dsystem-xopen-xcu4.p5m64 file path=usr/xpg4/bin/getconf mode=0555
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE41 01-04-20 dllfind: use getconf HOSTTYPE LIBPATH LIBSUFFIX
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c137 CMDLIST(getconf)
/illumos-gate/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`
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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)
/illumos-gate/usr/src/man/man1/
H A DMakefile145 getconf.1 \

12