Lines Matching full:open
5 // This file is distributed under the University of Illinois Open Source
65 // because it wants to turn around and *open* it. It is more efficient to
66 // do "open+fstat" on success than it is to do "stat+open".
68 // Because of this, check to see if the file exists with 'open'. If the
69 // open succeeds, use fstat to get the stat info.
73 // If the open fails, our "stat" fails.
76 // Otherwise, the open succeeded. Do an fstat to get the information
77 // about the file. We'll end up returning the open file descriptor to the
85 // fstat rarely fails. If it does, claim the initial open didn't