Searched refs:vfunc (Results 1 – 3 of 3) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | filelist.c | 396 char *subdir_path, fl_validation_func_t vfunc, in add_dir_to_filelist() argument 422 if (vfunc(bf, filename_buf, vf_data)) { in add_dir_to_filelist() 445 if (vfunc(bf, filename_buf, vf_data)) { in add_dir_to_filelist() 456 vfunc, vf_data); in add_dir_to_filelist() 466 fl_validation_func_t vfunc, void *vfunc_data) in grab_old_fileset() argument 483 retval = add_dir_to_filelist(bf, lc_dir, buf, vfunc, vfunc_data); in grab_old_fileset()
|
/external/clang/test/Sema/ |
D | init.c | 74 typedef void (*vfunc)(void); typedef 75 void *bar = (vfunc) f3;
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 1030 validate_repeating_list(node *tree, int ntype, int (*vfunc)(node *), in validate_repeating_list() 1035 && vfunc(CHILD(tree, 0))); in validate_repeating_list() 1046 && vfunc(CHILD(tree, pos + 1))); in validate_repeating_list()
|