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

/freebsd-13-stable/sys/powerpc/include/
H A Dframe.h95 register_t cf_func; member in struct:callframe
104 register_t cf_func; member in struct:callframe
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dvm_machdep.c151 cf->cf_func = (register_t)fork_return;
196 cf->cf_func = (register_t)func;
H A Dgenassym.c193 ASSYM(CF_FUNC, offsetof(struct callframe, cf_func));
H A Dexec_machdep.c1045 cf->cf_func = (register_t)fork_return;
/freebsd-13-stable/contrib/dialog/
H A Dconfigure22938 for cf_func in \
22960 cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
22962 echo "$as_me:22962: checking for ${cf_func}" >&5
22963 echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6
22965 echo "${as_me:-configure}:22965: testing ${cf_func} ..." 1>&5
22967 if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then
22971 eval cf_result='$ac_cv_func_'$cf_func
22995 #ifndef ${cf_func}
22996 long foo = (long)(&${cf_func});
22997 fprintf(stderr, "testing linkage of $cf_func
[all...]
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure9016 for cf_func in link symlink ; do
9019 eval 'ac_cv_func_'$cf_func'=error'
9039 fail = ($cf_func("config.log", "conftest.chk") < 0)
9063 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func"
9064 eval 'ac_cv_func_'$cf_func'=yes'
9070 eval 'ac_cv_func_'$cf_func'=no'

Completed in 226 milliseconds