Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/crunchgen/
Dcrunchgen.c108 int is_nonempty_file(char *pathname);
245 if (!is_nonempty_file(infilename)) { in parse_conf_file()
251 if (readcache && is_nonempty_file(cachename)) { in parse_conf_file()
618 if (is_nonempty_file(path)) { in fillin_program()
629 if (is_nonempty_file(path)) { in fillin_program()
1049 is_nonempty_file(char *pathname) in is_nonempty_file() function