Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/comp/
H A Dconf.sh327 if $CONF_getconf -a >/dev/null 2>&1
338 1) echo "$command: check ${CONF_getconf:+$CONF_getconf(1),}confstr(2),pathconf(2),sysconf(2),sysinf…
356 ?*) $CONF_getconf $CONF_getconf_a | sed 's,[=: ].*,,'
358 *) case $CONF_getconf in
359 …?*) for v in `strings $CONF_getconf | grep '^[ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVW…
360 do if $CONF_getconf $v >/dev/null
1067 case $CONF_getconf in
1068 ?*) if $CONF_getconf $conf_name > $tmp.x 2>/dev/null
1235 case $CONF_getconf in
1236 ?*) if $CONF_getconf _${standard}_${conf_name} > $tmp.x 2>/dev/null
[all …]
H A Dconf.tab453 set '' `$CONF_getconf PATH 2>/dev/null` /bin /usr/bin /sbin /usr/sbin
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.sh334 CONF_getconf=
342 *) CONF_getconf=$d/getconf
343 if $CONF_getconf -a >/dev/null 2>&1
351 export CONF_getconf CONF_getconf_a
354 1) echo "$command: check ${CONF_getconf:+$CONF_getconf(1),}confstr(2),pathconf(2),sysconf(2),sysinfo(2) configuration names" >&2 ;;
372 ?*) $CONF_getconf $CONF_getconf_a | sed 's,[=: ].*,,'
374 *) case $CONF_getconf in
375 ?*) for v in `strings $CONF_getconf | grep '^[ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]*$'`
376 do if $CONF_getconf
[all...]
H A Dconf.tab467 set '' `$CONF_getconf PATH 2>/dev/null` /bin /usr/bin /sbin /usr/sbin
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE273 06-10-01 comp/conf.sh: export CONF_getconf to shell actions
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE461 06-10-01 comp/conf.sh: export CONF_getconf to shell actions