HomeSort by: relevance | last modified time | path
    Searched refs:badfile (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/bad144/
bad144.c 83 static int badfile = -1; /* copy of badsector table to use, -1 if any */ variable
125 badfile = ch - '0';
286 if (badfile == -1)
289 i = badfile * 2;
301 if (badfile != -1)
331 if (badfile == -1)
334 i = badfile * 2;
345 if (badfile != -1)
  /src/libexec/mail.local/
mail.local.c 180 badfile(const char *path, const struct stat *sb) function
237 } else if (badfile(path, &sb)) {
258 if (badfile(path, &nsb)) {
  /src/external/apache2/llvm/dist/llvm/utils/
abtest.py 323 def prepare_functions(to_check, gooddir, goodfile, badfile):
328 functions_b_map = dict(extract_functions(badfile))
393 badfile = baddir + "/" + config.file
395 goodfile, badfile)

Completed in 20 milliseconds