OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_root
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
util.c
241
struct stat
st_root
, st_cur, st_next, st_dotdot;
local
246
if (stat("/", &
st_root
) == -1) {
268
if (st_cur.st_ino ==
st_root
.st_ino &&
269
DEV_DEV_COMPARE(st_cur.st_dev,
st_root
.st_dev)) {
Completed in 16 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026