Searched refs:dotstat (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | getpwd.c | 75 struct stat dotstat, pwdstat; in getpwd() local 82 && stat (".", &dotstat) == 0 in getpwd() 83 && dotstat.st_ino == pwdstat.st_ino in getpwd() 84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | getpwd.c | 75 struct stat dotstat, pwdstat; in getpwd() local 82 && stat (".", &dotstat) == 0 in getpwd() 83 && dotstat.st_ino == pwdstat.st_ino in getpwd() 84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
|
| /dragonfly/contrib/gdb-7/libiberty/ |
| HD | getpwd.c | 75 struct stat dotstat, pwdstat; in getpwd() local 82 && stat (".", &dotstat) == 0 in getpwd() 83 && dotstat.st_ino == pwdstat.st_ino in getpwd() 84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | getpwd.c | 75 struct stat dotstat, pwdstat; in getpwd() local 82 && stat (".", &dotstat) == 0 in getpwd() 83 && dotstat.st_ino == pwdstat.st_ino in getpwd() 84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | getpwd.c | 75 struct stat dotstat, pwdstat; in getpwd() local 82 && stat (".", &dotstat) == 0 in getpwd() 83 && dotstat.st_ino == pwdstat.st_ino in getpwd() 84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
|
| /dragonfly/gnu/usr.bin/rcs/lib/ |
| HD | rcsfnms.c | 829 struct stat PWDstat, dotstat; in getfullRCSname() local 834 stat(".", &dotstat) == 0 && in getfullRCSname() 835 same_file(PWDstat, dotstat, 1) in getfullRCSname()
|