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

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dconf.sh318 CONF_getconf=
326 *) CONF_getconf=$d/getconf
327 if $CONF_getconf -a >/dev/null 2>&1
335 export CONF_getconf CONF_getconf_a
338 1) echo "$command: check ${CONF_getconf:+$CONF_getconf(1),}confstr(2),pathconf(2),sysconf(2),sysinfo(2) configuration names" >&2 ;;
356 ?*) $CONF_getconf $CONF_getconf_a | sed 's,[=: ].*,,'
358 *) case $CONF_getconf in
359 ?*) for v in `strings $CONF_getconf | grep '^[ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]*$'`
360 do if $CONF_getconf
[all...]

Completed in 55 milliseconds