OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_pwd
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pwd/
pwd.c
122
struct stat
s_pwd
, s_dot;
local in function:getcwd_logical
134
if (stat(pwd, &
s_pwd
) == -1 || stat(".", &s_dot) == -1)
136
if (
s_pwd
.st_dev != s_dot.st_dev ||
s_pwd
.st_ino != s_dot.st_ino)
/src/bin/ksh/
main.c
227
struct stat
s_pwd
, s_dot;
local in function:main
234
|| stat(pwd, &
s_pwd
) < 0 || stat(".", &s_dot) < 0
235
||
s_pwd
.st_dev != s_dot.st_dev
236
||
s_pwd
.st_ino != s_dot.st_ino)
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025