HomeSort by: relevance | last modified time | path
    Searched refs:expansions (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/make/
dir.c 635 * to 'expansions' if they do.
644 DirMatchFiles(const char *pattern, CachedDir *dir, StringList *expansions)
682 Lst_Append(expansions, fullName);
754 * textual, the expansions are not looked up in the file system. But if an
766 * expansions Place to store the expansions
770 StringList *expansions)
800 SearchPath_Expand(path, file, expansions);
803 Lst_Append(expansions, file);
814 DirExpandPath(const char *pattern, SearchPath *path, StringList *expansions)
    [all...]
suff.c 1207 StringList expansions; local in function:ExpandWildcards
1213 Lst_Init(&expansions);
1214 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions);
1216 while (!Lst_IsEmpty(&expansions)) {
1221 char *name = Lst_Dequeue(&expansions);
1233 Lst_Done(&expansions);
  /src/usr.bin/make/unit-tests/
dir.mk 68 # The expansions may have duplicates.
posix1.mk 45 # ${VAR}. s1 and s2 may contain macro expansions.
dep-var.mk 49 # The number of actual expansions is way more than one might expect,
varmod-sysv.mk 235 # of removing one of the expansions.
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 997 dnl do not support nested variable expansions.
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 3167 dnl POSIX.2 word splitting is done only on the output of word expansions,

Completed in 21 milliseconds