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

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/
H A Dpkg_checker.rb143 def subdir_check(dir, verbose=false) method
147 subdir_check(File.join(dir, f))
183 subdir_check(subdir, verbose) if File.directory?(subdir)
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c348 int subdir_check(char *, char *);
1908 cmp = subdir_check(path, dirl->dl_dir);
1931 if (subdir_check(ulp->ul_mntonname, path) < 0)
1946 * subdir_check()
1957 subdir_check(char *s1, char *s2) function
1972 DEBUG(4, "subdir_check: %s %s %d", s1, s2, rv);
2335 while (dirl2 && (subdir_check(dirl->dl_dir, dirl2->dl_dir) == 1))
2366 if (bestulp && (subdir_check(fsb.f_mntonname, bestulp->ul_mntonname) > 0)) {
2462 ((subdir_check(xd2->xd_dir, dirl->dl_dir) == 1) ||
2463 (subdir_check(dir
[all...]

Completed in 68 milliseconds