Lines Matching refs:conf
1580 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
2206 # the default ld.so.conf also contains /usr/contrib/lib and
2483 # Append ld.so.conf contents to the search path
2484 if test -f /etc/ld.so.conf; then
2485 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`