OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cached_stat
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
dir.h
103
struct
cached_stat
{
struct
108
int cached_lstat(const char *, struct
cached_stat
*);
109
int
cached_stat
(const char *, struct
cached_stat
*);
dir.c
401
cached_stats(const char *pathname, struct
cached_stat
*out_cst,
406
struct
cached_stat
*cst;
443
cached_stat
(const char *pathname, struct
cached_stat
*cst)
function in typeref:typename:int
449
cached_lstat(const char *pathname, struct
cached_stat
*cst)
978
struct
cached_stat
cst;
985
if (
cached_stat
(file, &cst) == 0) {
1168
struct
cached_stat
cst;
1254
if (
cached_stat
(name, &cst) == 0)
1301
struct
cached_stat
cst
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Sep 21 18:09:52 GMT 2025