Searched refs:check_scmdata (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/tools/findunref/ |
H A D | findunref.c | 79 static checkscm_func_t check_tw, check_scmdata; variable 93 { "hg", check_scmdata, chdir_hg }, 94 { "mercurial", check_scmdata, chdir_hg }, 95 { "git", check_scmdata, chdir_git }, 363 check_scmdata(const char *path, const struct FTW *ftwp) in check_scmdata() function
|