HomeSort by: relevance | last modified time | path
    Searched defs:pwd_st (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
main.c 1017 struct stat pwd_st; local in function:HandlePWD
1029 if (stat(pwd, &pwd_st) == 0 &&
1030 curdir_st->st_ino == pwd_st.st_ino &&
1031 curdir_st->st_dev == pwd_st.st_dev)

Completed in 43 milliseconds