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

/ast/src/cmd/std/
H A Dfile.c144 #define MAGIC_PHYSICAL (MAGIC_USER<<3) macro
156 sp = ((disc->flags & MAGIC_PHYSICAL) ? lstat(file, &st) : stat(file, &st)) ? (struct stat*)0 : &st;
226 disc.flags &= ~MAGIC_PHYSICAL;
242 disc.flags |= MAGIC_PHYSICAL;

Completed in 10 milliseconds