OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dir_FindFile
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/make/
dir.h
90
char *
Dir_FindFile
(const char *, SearchPath *) MAKE_ATTR_USE;
dir.c
96
*
Dir_FindFile
Searches for a file on a given search path.
191
*
Dir_FindFile
would simply perform an access() call in such a case to
258
* Results of doing a last-resort stat in
Dir_FindFile
-- if we have to go to
853
dirpath =
Dir_FindFile
(prefix, path);
859
* XXX:
Dir_FindFile
won't find internal components. i.e. if the
1272
Dir_FindFile
(const char *name, SearchPath *path)
1354
fullName =
Dir_FindFile
(base, Suff_FindPath(gn));
1383
fullName =
Dir_FindFile
(gn->name, Suff_FindPath(gn));
parse.c
1242
fullname =
Dir_FindFile
(newName, parseIncPath);
1244
fullname =
Dir_FindFile
(newName, &dirSearchPath);
1262
fullname =
Dir_FindFile
(file, suffPath);
1264
fullname =
Dir_FindFile
(file, parseIncPath);
1266
fullname =
Dir_FindFile
(file, &dirSearchPath);
arch.c
860
* as returned by
Dir_FindFile
.
866
gn->path =
Dir_FindFile
(libName, path);
suff.c
1108
char *file =
Dir_FindFile
(src->file,
1719
gn->path =
Dir_FindFile
(gn->name,
main.c
1673
name =
Dir_FindFile
(fname, parseIncPath);
1677
name =
Dir_FindFile
(fname, sysInc);
cond.c
303
path =
Dir_FindFile
(file, &dirSearchPath);
var.c
2631
path =
Dir_FindFile
(expr->name, searchPath);
Completed in 26 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025