Searched refs:dotstat (Results 1 – 3 of 3) sorted by relevance
75 struct stat dotstat, pwdstat; in getpwd() local82 && stat (".", &dotstat) == 0 in getpwd()83 && dotstat.st_ino == pwdstat.st_ino in getpwd()84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
826 struct stat PWDstat, dotstat; in getfullRCSname() local831 stat(".", &dotstat) == 0 && in getfullRCSname()832 same_file(PWDstat, dotstat, 1) in getfullRCSname()