Home
last modified time | relevance | path

Searched refs:cf_func (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dframe.h94 register_t cf_func; member
103 register_t cf_func; member
/freebsd/sys/powerpc/powerpc/
H A Dvm_machdep.c153 cf->cf_func = (register_t)fork_return; in cpu_fork()
198 cf->cf_func = (register_t)func; in cpu_fork_kthread_handler()
H A Dgenassym.c190 ASSYM(CF_FUNC, offsetof(struct callframe, cf_func));
H A Dexec_machdep.c1130 cf->cf_func = (register_t)fork_return; in cpu_copy_thread()
/freebsd/contrib/dialog/
H A Dconfigure24305 for cf_func in \
24327 cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
24329 echo "$as_me:24329: checking for ${cf_func}" >&5
24330 echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6
24332 echo "${as_me:-configure}:24332: testing ${cf_func} ..." 1>&5
24334 if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then
24338 eval cf_result='$ac_cv_func_'$cf_func
24363 long foo = (long)(&${cf_func});
24364 fprintf(stderr, "testing linkage of $cf_func:%p\\n", (void *)foo);
24393 eval 'cf_cv_func_'$cf_func'="$cf_result"'
[all …]
H A Daclocal.m41575 for cf_func in $1
1577 CF_UPPER(cf_tr_func,$cf_func)
1578 AC_MSG_CHECKING(for ${cf_func})
1579 CF_MSG_LOG(${cf_func})
1580 AC_CACHE_VAL(cf_cv_func_$cf_func,[
1581 eval cf_result='$ac_cv_func_'$cf_func
1585 #ifndef ${cf_func}
1586 long foo = (long)(&${cf_func});
1587 fprintf(stderr, "testing linkage of $cf_func:%p\\n", (void *)foo);
1595 eval 'cf_cv_func_'$cf_func'="$cf_result"'
[all …]
/freebsd/contrib/ncurses/
H A Daclocal.m45478 for cf_func in link symlink ; do
5491 if ($cf_func(src, dst) < 0) {
5509 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func"
5510 eval 'ac_cv_func_'$cf_func'=yes'],[
5511 eval 'ac_cv_func_'$cf_func'=no'],[
5512 eval 'ac_cv_func_'$cf_func'=error'])