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

/ast/src/cmd/3d/
H A Dcopy.c58 struct stat stbuf; local
69 if (!st && FSTAT(rfd, st = &stbuf)) return -1;
H A Dpathreal.c138 static struct stat stbuf; local
185 st = &stbuf;
207 if (st != &stbuf && LSTAT(sp, st))
289 if (state.level && !(type & P_PATHONLY) && st == &stbuf)
479 if (st == &stbuf)

Completed in 8 milliseconds