/freebsd/contrib/bmake/ |
H A D | dir.c | 644 DirMatchFiles(const char *pattern, CachedDir *dir, StringList *expansions) in DirMatchFiles() argument 682 Lst_Append(expansions, fullName); in DirMatchFiles() 770 StringList *expansions) in DirExpandCurly() argument 800 SearchPath_Expand(path, file, expansions); in DirExpandCurly() 803 Lst_Append(expansions, file); in DirExpandCurly() 814 DirExpandPath(const char *pattern, SearchPath *path, StringList *expansions) in DirExpandPath() argument 819 DirMatchFiles(pattern, dir, expansions); in DirExpandPath() 824 PrintExpansions(StringList *expansions) in PrintExpansions() argument 828 for (ln = expansions->first; ln != NULL; ln = ln->next) { in PrintExpansions() 842 const char *wildcardComponent, StringList *expansions) in SearchPath_ExpandMiddle() argument [all …]
|
H A D | suff.c | 1207 StringList expansions; in ExpandWildcards() local 1213 Lst_Init(&expansions); in ExpandWildcards() 1214 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions); in ExpandWildcards() 1216 while (!Lst_IsEmpty(&expansions)) { in ExpandWildcards() 1221 char *name = Lst_Dequeue(&expansions); in ExpandWildcards() 1233 Lst_Done(&expansions); in ExpandWildcards()
|
H A D | bmake.cat1 | 822 value. It is read-only. This allows expansions using the ::@@ 1083 variable expansions. A common error is trying to use expressions 1722 so that they still appear to be variable expansions. In particular this
|
/freebsd/bin/sh/tests/expansion/ |
H A D | plus-minus3.0 | 23 # We follow original ash behaviour for quoted ${var+-=?} expansions:
|
/freebsd/contrib/libcbor/ |
H A D | CMakeLists.txt | 120 # VERBATIM makes escaping working, but breaks shell expansions, so we need to explicitly use bash
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | iconv.m4 | 234 dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions.
|
H A D | gettext.m4 | 89 dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
|
/freebsd/contrib/tcsh/ |
H A D | NewThings | 138 * quoted expansions now work.
|
H A D | Fixes | 60 expansions 1912 28. Overflow check for expansions. 2107 expansions (Mark Davies)
|
/freebsd/usr.bin/vi/catalog/ |
H A D | french.UTF-8.base | 278 289 "Les expansions du shell ne sont pas reconnues quand l'option d'édition protégée est activée"
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticCommonKinds.td | 401 "%plural{0:|: plus %2B for macro expansions}2">;
|
/freebsd/contrib/tcp_wrappers/ |
H A D | CHANGES | 159 expansions, or by access control rules that match host names. This is
|
H A D | README | 375 %<letter> expansions. 452 textfile. Details on banners and on-the-fly %<letter> expansions are
|
/freebsd/crypto/openssl/doc/man5/ |
H A D | config.pod | 77 variable expansions must be specified using braces or parentheses.
|
/freebsd/contrib/openpam/ |
H A D | aclocal.m4 | 1005 dnl do not support nested variable expansions.
|
/freebsd/contrib/openbsm/ |
H A D | aclocal.m4 | 977 dnl do not support nested variable expansions.
|
/freebsd/contrib/ntp/sntp/ |
H A D | aclocal.m4 | 999 dnl do not support nested variable expansions.
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | aclocal.m4 | 939 dnl do not support nested variable expansions.
|
/freebsd/contrib/libevent/ |
H A D | aclocal.m4 | 926 dnl do not support nested variable expansions.
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 153 for (auto *Using : cast<UsingPackDecl>(D).expansions()) in EmitDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3835 ArrayRef<NamedDecl *> expansions() const { in expansions() function
|
/freebsd/contrib/file/ |
H A D | aclocal.m4 | 939 dnl do not support nested variable expansions.
|
/freebsd/contrib/ntp/ |
H A D | aclocal.m4 | 999 dnl do not support nested variable expansions.
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | variant | 663 // Adding semi-colons in macro expansions helps clang-format to do a better job.
|
H A D | tuple | 672 // _Tp and _Up are 1-element packs - the pack expansions look
|