OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:partPath
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/make/
dir.c
845
SearchPath *
partPath
;
873
partPath
= SearchPath_New();
874
(void)SearchPath_Add(
partPath
, dirpath);
875
DirExpandPath(wildcardComponent + 1,
partPath
, expansions);
876
SearchPath_Free(
partPath
);
dir.c
845
SearchPath *
partPath
;
873
partPath
= SearchPath_New();
874
(void)SearchPath_Add(
partPath
, dirpath);
875
DirExpandPath(wildcardComponent + 1,
partPath
, expansions);
876
SearchPath_Free(
partPath
);
dir.c
845
SearchPath *
partPath
;
873
partPath
= SearchPath_New();
874
(void)SearchPath_Add(
partPath
, dirpath);
875
DirExpandPath(wildcardComponent + 1,
partPath
, expansions);
876
SearchPath_Free(
partPath
);
Completed in 36 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025