t_func_def='no';
t_func_syscall_proto='no';
t_func_syscall_def='no';
-t_func_glibc='no';
t_func_glibc_proto='no';
t_func_glibc_def='no';
t_macro='no';
t_func_def='yes';
t_func_syscall_proto='yes';
t_func_syscall_def='yes';
- t_func_glibc='yes';
+ t_func_glibc_proto='yes';
+ t_func_glibc_def='yes';
;;
fp)
t_func_proto='yes';
t_func_syscall_def='yes';
;;
fg)
- t_func_glibc='yes';
+ t_func_glibc_proto='yes';
+ t_func_glibc_def='yes';
;;
fgp)
t_func_glibc_proto='yes';
t_func_def='yes';
t_func_syscall_proto='yes';
t_func_syscall_def='yes';
- t_func_glibc='yes';
+ t_func_glibc_proto='yes';
+ t_func_glibc_def='yes';
t_macro='yes';
t_type='yes';
fi;
}
-grepc_glibc_func()
-{
- grepc_glibc_func_proto "$1";
- grepc_glibc_func_def "$1";
-}
-
-
grepc_linux_func_syscall_proto()
{
grepc_helper \
if [ "$t_func_syscall_def" = 'yes' ]; then
grepc_linux_func_syscall_def "$1";
fi;
- if [ "$t_func_glibc" = 'yes' ]; then
- grepc_glibc_func "$1";
- else
- if [ "$t_func_glibc_proto" = 'yes' ]; then
- grepc_glibc_func_proto "$1";
- fi;
- if [ "$t_func_glibc_def" = 'yes' ]; then
- grepc_glibc_func_def "$1";
- fi;
+ if [ "$t_func_glibc_proto" = 'yes' ]; then
+ grepc_glibc_func_proto "$1";
+ fi;
+ if [ "$t_func_glibc_def" = 'yes' ]; then
+ grepc_glibc_func_def "$1";
fi;
if [ "$t_macro" = 'yes' ]; then
grepc_macro "$1";