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

/freebsd-11-stable/sys/powerpc/include/
H A Dframe.h93 register_t cf_func; member in struct:callframe
102 register_t cf_func; member in struct:callframe
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dvm_machdep.c149 cf->cf_func = (register_t)fork_return;
191 cf->cf_func = (register_t)func;
H A Dgenassym.c183 ASSYM(CF_FUNC, offsetof(struct callframe, cf_func));
H A Dexec_machdep.c981 cf->cf_func = (register_t)fork_return;
/freebsd-11-stable/contrib/dialog/
H A Dconfigure14593 for cf_func in \
14615 cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
14617 echo "$as_me:14617: checking for ${cf_func}" >&5
14618 echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6
14620 echo "${as_me:-configure}:14620: testing ${cf_func} ..." 1>&5
14622 if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then
14626 eval cf_result='$ac_cv_func_'$cf_func
14650 #ifndef ${cf_func}
14651 long foo = (long)(&${cf_func});
14680 eval 'cf_cv_func_'$cf_func'
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure7041 for cf_func in link symlink ; do
7044 eval 'ac_cv_func_'$cf_func'=error'
7064 fail = ($cf_func("config.log", "conftest.chk") < 0)
7088 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func"
7089 eval 'ac_cv_func_'$cf_func'=yes'
7095 eval 'ac_cv_func_'$cf_func'=no'

Completed in 162 milliseconds