Searched refs:statted (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | buffer.c | 2061 bool closefd, statted; in fd_buffer_shutdown() local 2064 if (fstat (fb->fd, &s) == -1) statted = false; in fd_buffer_shutdown() 2065 else statted = true; in fd_buffer_shutdown() 2073 closefd = statted; in fd_buffer_shutdown() 2108 if (statted && S_ISSOCK (s.st_mode)) in fd_buffer_shutdown() 2143 if (statted && S_ISSOCK (s.st_mode)) in fd_buffer_shutdown() 2156 if (statted && closefd && close (fb->fd) == -1) in fd_buffer_shutdown()
|
| /netbsd-src/external/gpl2/grep/dist/ |
| H A D | ChangeLog | 1688 (grepdir): Assume that the argument has already been statted.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | intrinsic.texi | 9944 symbolic link, then the link itself is statted, not the file that it
|
| H A D | gfortran.info | 15359 symbolic link, then the link itself is statted, not the file that
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | intrinsic.texi | 9898 symbolic link, then the link itself is statted, not the file that it
|
| H A D | gfortran.info | 14964 symbolic link, then the link itself is statted, not the file that
|