OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:st_root
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
util.c
241
struct stat
st_root
, st_cur, st_next, st_dotdot;
local in function:getwd
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)) {
util.c
241
struct stat
st_root
, st_cur, st_next, st_dotdot;
local in function:getwd
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 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025