Searched refs:is_nonempty_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c112 int is_nonempty_file(const char *pathname);
265 if (!is_nonempty_file(infilename))
269 if (readcache && is_nonempty_file(cachename)) {
685 if (is_nonempty_file(path)) {
691 if (!p->objs && p->srcdir && is_nonempty_file(path))
1226 is_nonempty_file(const char *pathname) function

Completed in 159 milliseconds