HomeSort by: relevance | last modified time | path
    Searched defs:allow_nonfiles (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/pkg_install/dist/lib/
iterate.c 100 int allow_nonfiles; member in struct:pkg_dir_iter_arg
112 if (arg->allow_nonfiles == 0 &&
132 iterate_local_pkg_dir(const char *dir, int filter_suffix, int allow_nonfiles,
142 arg.allow_nonfiles = allow_nonfiles;
535 find_best_matching_file(const char *dir, const char *pattern, int filter_suffix, int allow_nonfiles)
544 if (iterate_local_pkg_dir(dir, filter_suffix, allow_nonfiles, match_best_file, &arg) == -1) {
603 match_local_files(const char *dir, int filter_suffix, int allow_nonfiles, const char *pattern,
613 return iterate_local_pkg_dir(dir, filter_suffix, allow_nonfiles, match_file_and_call, &arg);

Completed in 25 milliseconds