HomeSort by: relevance | last modified time | path
    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