Searched refs:s_dot (Results 1 – 3 of 3) sorted by relevance
122 struct stat s_pwd, s_dot; in getcwd_logical() local134 if (stat(pwd, &s_pwd) == -1 || stat(".", &s_dot) == -1) in getcwd_logical()136 if (s_pwd.st_dev != s_dot.st_dev || s_pwd.st_ino != s_dot.st_ino) in getcwd_logical()
227 struct stat s_pwd, s_dot; in main() local234 || stat(pwd, &s_pwd) < 0 || stat(".", &s_dot) < 0 in main()235 || s_pwd.st_dev != s_dot.st_dev in main()236 || s_pwd.st_ino != s_dot.st_ino) in main()
4829 char *s_dot = truncate_revnum_in_place (s); in compare_truncated_revnums() local4837 *s_dot = '.'; in compare_truncated_revnums()