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

  /src/libexec/mail.local/
mail.local.c 180 badfile(const char *path, const struct stat *sb) function in typeref:typename:bool
237 } else if (badfile(path, &sb)) {
258 if (badfile(path, &nsb)) {
mail.local.c 180 badfile(const char *path, const struct stat *sb) function in typeref:typename:bool
237 } else if (badfile(path, &sb)) {
258 if (badfile(path, &nsb)) {
  /src/usr.sbin/bad144/
bad144.c 83 static int badfile = -1; /* copy of badsector table to use, -1 if any */ variable in typeref:typename:int
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)
bad144.c 83 static int badfile = -1; /* copy of badsector table to use, -1 if any */ variable in typeref:typename:int
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)

Completed in 24 milliseconds