Home
last modified time | relevance | path

Searched refs:tmpres (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/dhclient/
H A Ddhclient-script204 local tmpres=/var/run/resolv.conf.${interface}
205 rm -f $tmpres
208 echo "search $new_domain_search" >>$tmpres
210 echo "search $new_domain_name" >>$tmpres
215 echo "nameserver $nameserver" >>$tmpres
219 if [ -f $tmpres ]; then
221 cat /etc/resolv.conf.tail >>$tmpres
232 if cmp -s $tmpres /etc/resolv.conf; then
233 rm -f $tmpres
245 cat $tmpres > /etc/resolv.conf
[all …]
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_params_validate.c99 int tmpres = 0; in ossl_ffc_params_simple_validate() local
106 res = &tmpres; in ossl_ffc_params_simple_validate()
142 int tmpres = 0; in ossl_ffc_params_full_validate() local
148 res = &tmpres; in ossl_ffc_params_full_validate()