Home
last modified time | relevance | path

Searched refs:bare (Results 1 – 2 of 2) sorted by relevance

/scripts/
Dspdxcheck.py238 assert not repo.bare
/scripts/mod/
Dmodpost.c867 char *bare = NOFAIL(strndup(p + 1, strlen(p) - 2)); in match() local
868 char *here = strstr(sym, bare); in match()
870 free(bare); in match()