OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/compat/
getentropy_linux.c
400
struct statfs
stfs
;
local
463
HX(statfs(".", &
stfs
) == -1,
stfs
);
467
HX(statfs("/", &
stfs
) == -1,
stfs
);
476
HX(fstatfs(0, &
stfs
) == -1,
477
stfs
);
getentropy_osx.c
300
struct statfs
stfs
;
local
359
HX(statfs(".", &
stfs
) == -1,
stfs
);
363
HX(statfs("/", &
stfs
) == -1,
stfs
);
372
HX(fstatfs(0, &
stfs
) == -1,
373
stfs
);
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026