Home
last modified time | relevance | path

Searched refs:local_tmp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/
H A Dconfigure3975 local_tmp=`realpath "$withval" 2>/dev/null`
3976 if test "$local_tmp" != "" ; then
3977 if test -d "$local_tmp" ; then
3978 withval="$local_tmp"
4006 local_tmp=`realpath "$withval" 2>/dev/null`
4007 if test "$local_tmp" != "" ; then
4008 if test -d "$local_tmp" ; then
4009 withval="$local_tmp"
4039 local_tmp=`realpath "$withval" 2>/dev/null`
4040 if test "$local_tmp" != "" ; then
[all …]
H A Dacinclude.m41098 local_tmp=`realpath $1 2>/dev/null`
1099 if test "$local_tmp" != "" ; then
1100 if test -d "$local_tmp" ; then
1101 $2="$local_tmp"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c6626 tree local_tmp; in gfc_conv_procedure_call() local
6627 local_tmp = gfc_evaluate_now (tmp, &se->pre); in gfc_conv_procedure_call()
6628 local_tmp = gfc_copy_alloc_comp (e->ts.u.derived, local_tmp, tmp, in gfc_conv_procedure_call()
6630 gfc_add_expr_to_block (&se->post, local_tmp); in gfc_conv_procedure_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc7100 tree local_tmp; in gfc_conv_procedure_call() local
7101 local_tmp = gfc_evaluate_now (tmp, &se->pre); in gfc_conv_procedure_call()
7102 local_tmp = gfc_copy_alloc_comp (e->ts.u.derived, local_tmp, tmp, in gfc_conv_procedure_call()
7104 gfc_add_expr_to_block (&se->post, local_tmp); in gfc_conv_procedure_call()